package coq-compcert-32

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

Install

Dune Dependency

Authors

Maintainers

Sources

v3.8.tar.gz
sha512=ba669eb2098eb80ba393404f45b814113cf9e1d9497b074f7158c8e3857fdfdf72a95c7b177b1342689cf802efd7e0004356a89bb010cbbf496fca8a4f9fbda7

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" & <= "20210310"
  2. coq-flocq >= "3.1.0" & < "4~"
  3. ocaml >= "4.05.0"
  4. menhir >= "20190626" & <= "20210310"
  5. coq >= "8.8.0" & < "8.14"

Dev Dependencies

None

Used by (1)

  1. coq-vst-32 < "2.8"

Conflicts

None