package coq-compcert-32
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
Install
Dune Dependency
Authors
Maintainers
Sources
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.
Tags
category:Computer Science/Semantics and Compilation/Compilation category:Computer Science/Semantics and Compilation/Semantics keyword:C keyword:compiler logpath:compcert32 date:2023-07-04Published: 09 Nov 2023
Dependencies (4)
-
coq-menhirlib
>= "20190626"
-
coq-flocq
>= "4.1.0" & < "5~"
-
ocaml
>= "4.05.0" & < "5~"
-
coq
>= "8.12.0" & < "8.21~"
Dev Dependencies (1)
-
menhir
>= "20190626" & != "dev"
Used by (1)
-
coq-vst-32
>= "2.13"
Conflicts
None