Mentions légales du service

Skip to content
Snippets Groups Projects

Compile and install the cmxs

Merged François Bobot requested to merge cmxs_compilation into next
2 files
+ 6
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
0
@@ -2,6 +2,7 @@ description = "Why3 library"
version = "@VERSION@"
archive(byte) = "why3.cma"
archive(native) = "why3.cmxa"
plugin(native) = "why3.cmxs"
requires = "str unix num dynlink @ZIPLIB@ @MENHIRLIB@"
package "extract" (
@@ -10,4 +11,5 @@ package "extract" (
requires = "@BIGINTPKG@"
archive(byte) = "why3extract.cma"
archive(native) = "why3extract.cmxa"
plugin(native) = "why3extract.cmxs"
)
Loading