3
0
Fork 0
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:
Christoph M. Wintersteiger 2014-04-16 14:18:46 +01:00
parent 4f0e8a1057
commit e2f0dc31f4
4 changed files with 74 additions and 50 deletions

7
src/api/ml/META Normal file
View 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"