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"] 9depexts: [ 10 ["python3-distutils"] {os-family = "debian"} 11] 12build: [ 13 [ "python3" "scripts/mk_make.py" "--ml" "--staticlib" ] 14 [ make "-C" "build" "-j" jobs ] 15] 16install: [ 17 [ "sh" "-c" "ocamlfind install z3 build/api/ml/* build/libz3-static.a"] 18 [ "cp" "build/z3" "%{bin}%/z3"] 19] 20 21depends: [ 22 "ocaml" {< "5.0"} 23 "ocamlfind" {build} 24 "num" 25 "conf-gmp" 26 "conf-python-3" {build} 27 "conf-c++" {build} 28] 29synopsis: "Z3 solver" 30 31url { 32 src: "https://github.com/Z3Prover/z3/archive/Z3-4.8.5.tar.gz" 33 checksum: "sha512=ca36e1a0332bd473a64f41dfdb31656fb3486178473e4fd4934dccce109a84c9686c08f94998df74bacb588eb12ea5db25dc17a564ee76f82fd2559349697309" 34} 35extra-source "4468.patch" { 36 src: 37 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/z3/4468.patch" 38 checksum: 39 "sha512=5fdf023a793f857d79497ad0c68b2a55b7ec0e14243cfd1874b3dd0ee09538bf46bedf39caf8380deb85a2f6d06472fa982faa1e4cc9ec9c8b88291cbf97ab5e" 40}