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"
8patches: ["fix-parallel-build.patch"]
9build: [
10 [ "python2.7" "scripts/mk_make.py" "--ml" ]
11 [ make "-C" "build" "-j" jobs ]
12 [ "sh" "-c" "cp build/libz3* build/api/ml/" ]
13]
14install: [
15 [ "sh" "-c" "ocamlfind install z3 build/api/ml/META -nodll build/api/ml/*" ]
16]
17remove: ["ocamlfind" "remove" "z3"]
18depends: [
19 "ocaml" {< "5.0"}
20 "ocamlfind" {build}
21 "num"
22 "conf-gmp"
23 "conf-python-2-7" {build}
24 "conf-c++" {build}
25]
26synopsis: "Z3 solver"
27flags: light-uninstall
28url {
29 src: "https://github.com/Z3Prover/z3/archive/z3-4.8.1.tar.gz"
30 checksum: [
31 "sha256=cc17e23327793defac78071acb9c68969f50e8a8ce3485f06448b65a589bcb71"
32 "md5=aa2a5f2c029114db52ddc91027ab446b"
33 ]
34}
35extra-source "fix-parallel-build.patch" {
36 src:
37 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/z3/fix-parallel-build.patch"
38 checksum: [
39 "sha256=a0ceadd603d55a4c1a4584bcbc44eaf8bae2529a74c3343395f507c0ac2baea0"
40 "md5=54516d6bf1f1005508f5cbfe9c53dad2"
41 ]
42}