mirror of
https://github.com/Z3Prover/z3
synced 2025-04-07 09:55:19 +00:00
12 lines
349 B
Plaintext
12 lines
349 B
Plaintext
# META file for the "z3" package:
|
|
version = "@VERSION@"
|
|
description = "Z3 Theorem Prover (OCaml API)"
|
|
requires = "num"
|
|
archive(byte) = "z3ml.cma"
|
|
archive(native) = "z3ml.cmxa"
|
|
archive(byte,plugin) = "z3ml.cma"
|
|
archive(native,plugin) = "z3ml.cmxs"
|
|
archive(byte,toploop) = "z3ml.cma"
|
|
archive(native,toploop) = "z3ml.cmxa"
|
|
linkopts = "-cclib @LEXTRA@"
|