mirror of
https://github.com/Z3Prover/z3
synced 2026-02-20 15:34:41 +00:00
ML API: Added get_bit_int and get_ratio
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
parent
4f0e8a1057
commit
e2f0dc31f4
4 changed files with 74 additions and 50 deletions
7
src/api/ml/META
Normal file
7
src/api/ml/META
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# META file for the "z3" package:
|
||||
version = "VERSION"
|
||||
description = "Z3 Theorem Prover (OCaml API)"
|
||||
requires = "num"
|
||||
archive(byte) = "z3.cma"
|
||||
archive(native) = "z3.cmxa"
|
||||
linkopts = "-cclib -lz3"
|
||||
Loading…
Add table
Add a link
Reference in a new issue