Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
8bf3ef19
Commit
8bf3ef19
authored
Oct 03, 2014
by
Jean-Christophe Filliâtre
Browse files
META information for why3.extract
parent
68385317
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure.in
View file @
8bf3ef19
...
...
@@ -364,8 +364,10 @@ fi
if test "$enable_zarith" = yes; then
BIGINTLIB=zarith
BIGINTPKG=zarith
else
BIGINTLIB=nums
BIGINTPKG=num
fi
# checking for camlzip
...
...
@@ -731,6 +733,7 @@ AC_SUBST(META_OCAMLGRAPH)
AC_SUBST(enable_zarith)
AC_SUBST(BIGINTINCLUDE)
AC_SUBST(BIGINTLIB)
AC_SUBST(BIGINTPKG)
AC_SUBST(enable_zip)
AC_SUBST(ZIPINCLUDE)
...
...
lib/why3/META.in
View file @
8bf3ef19
...
...
@@ -3,3 +3,11 @@ version = "@VERSION@"
archive
(
byte
)
=
"why3.cma"
archive
(
native
)
=
"why3.cmxa"
requires
=
"str unix num dynlink @ZIPLIB@"
package
"extract"
(
description
=
"Why3 support library for extracted code"
version
=
"@VERSION@"
requires
=
"@BIGINTPKG@"
archive
(
byte
)
=
"why3extract.cma"
archive
(
native
)
=
"why3extract.cmxa"
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment