mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
move to zarith #2471
Signed-off-by: NikolajBjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
0b06a9b5d8
commit
6b117c0b2c
2 changed files with 7 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
# META file for the "z3" package:
|
||||
version = "@VERSION@"
|
||||
description = "Z3 Theorem Prover (OCaml API)"
|
||||
requires = "num threads"
|
||||
requires = "zarith threads"
|
||||
archive(byte) = "z3ml.cma"
|
||||
archive(native) = "z3ml.cmxa"
|
||||
archive(byte,plugin) = "z3ml.cma"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue