this repo has no description
1opam-version: "2.0"
2maintainer: "simon@aestheticintegration.com"
3authors: "MSR"
4homepage: "https://github.com/Z3prover/z3"
5bug-reports: "https://github.com/Z3prover/z3/issues"
6license: "MIT"
7dev-repo: "git+https://github.com/Z3prover/z3.git"
8build: [
9 [ "python2.7" "scripts/mk_make.py" "--ml" "--staticlib" ]
10 [ make "-C" "build" "-j" jobs ]
11]
12install: [
13 [ "sh" "-c" "ocamlfind install z3 build/api/ml/META -nodll build/libz3* build/api/ml/*" ]
14]
15depends: [
16 "ocaml" {< "5.0"}
17 "ocamlfind" {build}
18 "num"
19 "conf-gmp"
20 "conf-python-2-7" {build}
21 "conf-c++" {build}
22]
23synopsis: "Z3 solver"
24url {
25 src: "https://github.com/Z3Prover/z3/archive/z3-4.8.6.tar.gz"
26 checksum: [
27 "sha256=37922fa5085170cad6504498d9758fb63c61d5cb5b68689c11a6c5e84f0311b3"
28 "md5=8b5468f18708351e13851e84eaa8edd4"
29 ]
30}