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: ["4468.patch"]
9build: [
10 [ "python2.7" "scripts/mk_make.py" "--ml" "--staticlib" ]
11 [ make "-C" "build" "-j" jobs ]
12]
13install: [
14 [ "sh" "-c" "ocamlfind install z3 build/api/ml/* build/libz3-static.a"]
15 [ "cp" "build/z3" "%{bin}%/z3"]
16]
17
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"
27
28url {
29 src: "https://github.com/Z3Prover/z3/archive/Z3-4.8.5.tar.gz"
30 checksum: "sha512=ca36e1a0332bd473a64f41dfdb31656fb3486178473e4fd4934dccce109a84c9686c08f94998df74bacb588eb12ea5db25dc17a564ee76f82fd2559349697309"
31}
32extra-source "4468.patch" {
33 src:
34 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/z3/4468.patch"
35 checksum:
36 "sha512=5fdf023a793f857d79497ad0c68b2a55b7ec0e14243cfd1874b3dd0ee09538bf46bedf39caf8380deb85a2f6d06472fa982faa1e4cc9ec9c8b88291cbf97ab5e"
37}