package coq-compcert-32

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

Install

Dune Dependency

Authors

Maintainers

Sources

v3.13.1.tar.gz
sha512=828a2f700e32400fc9d3ad2265b67194c48b10fef7f4b6bc1ed5a35d556088cc7defb697faf38c8b871b5b55e58e05f563e827255d2fc9bb964ac5f2cc1024d0

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 (4)

  1. coq-menhirlib >= "20190626"
  2. coq-flocq >= "4.1.0" & < "5~"
  3. ocaml >= "4.05.0" & < "5~"
  4. coq >= "8.12.0" & < "8.21~"

Dev Dependencies (1)

  1. menhir >= "20190626" & != "dev"

Used by (1)

  1. coq-vst-32 >= "2.13"

Conflicts

None