3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-04-26 13:53:33 +00:00

feat(api/ml): release runtime lock on some long-running functions

This commit is contained in:
Simon Cruanes 2018-11-06 13:44:57 -06:00
parent b301a59899
commit 9121c74c9f
3 changed files with 17 additions and 1 deletions

View file

@ -1,7 +1,7 @@
# META file for the "z3" package:
version = "@VERSION@"
description = "Z3 Theorem Prover (OCaml API)"
requires = "num"
requires = "num threads"
archive(byte) = "z3ml.cma"
archive(native) = "z3ml.cmxa"
archive(byte,plugin) = "z3ml.cma"