package coq-compcert-32

  1. Overview
  2. No Docs
The CompCert C compiler (32 bit)

Install

Dune Dependency

Authors

Maintainers

Sources

v3.9.tar.gz
sha512=485cbed95284c93124ecdea536e6fb9ea6a05a72477584204c8c3930759d27b0949041ae567044eda9b716a33bba4315665a8d3860deebf851e10c9a4ef88684

Description

This package installs the 32 bit version of CompCert. For coexistence with the 64 bit version, the files are installed in: %{prefix}%/variants/compcert32/bin (ccomp and clightgen binaries) %{prefix}%/variants/compcert32/lib/compcert (C library) %{lib}%/coq-variant/compcert32/compcert (Coq library) Please note that the coq module path is compcert and not compcert32, so the files cannot be directly Required as compcert32. Instead -Q or -R options must be used to bind the compcert32 folder to the module path compcert. This is more convenient if one development supports both 32 and 64 bit versions. Otherwise all files would have to be duplicated with module paths compcert and compcert32. Please also note that the binary folder is usually not in the path.

Dependencies (5)

  1. coq-menhirlib >= "20190626"
  2. coq-flocq >= "3.1.0" & < "4~"
  3. ocaml >= "4.05.0"
  4. menhir >= "20190626"
  5. coq >= "8.9.0" & < "8.15~"

Dev Dependencies

None

Used by (1)

  1. coq-vst-32 = "2.8"

Conflicts

None