package coq-compcert-64

  1. Overview
  2. No Docs
The CompCert C compiler (64 bit, using coq-platform supplied version of Flocq)

Install

Dune Dependency

Authors

Maintainers

Sources

v3.7.tar.gz
sha256=ceee1b2ed6c2576cb66eb7a0f2669dcf85e65c0fc68385f0781b0ca4edb87eb0

Description

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

Dependencies (5)

  1. ocaml >= "4.05.0"
  2. menhir >= "20190626" & <= "20210310"
  3. coq-menhirlib >= "20190626" & <= "20210310"
  4. coq-flocq >= "3.2.1" & < "4~"
  5. coq >= "8.12" & < "8.13"

Dev Dependencies

None

Used by (1)

  1. coq-vst-64

Conflicts

None