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 "zarith" 22 "conf-gmp" 23 "conf-python-2-7" {build} 24 "conf-c++" {build} 25] 26synopsis: "Z3 solver" 27 28url { 29 src: 30 "https://github.com/Z3Prover/z3/archive/z3-4.8.8.tar.gz" 31 checksum: [ 32 "sha256=6962facdcdea287c5eeb1583debe33ee23043144d0e5308344e6a8ee4503bcff" 33 "sha512=a6823cadb7cdad11b8f0db1530676c0ec4853886dfb3c4dbc5b798c5dbd445afb0c61675f81cb7f99c1b1734d9cd0ec96a07c68a948da3c25801fc6767fea47f" 34 ] 35} 36extra-source "4468.patch" { 37 src: 38 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/z3/4468.patch" 39 checksum: [ 40 "sha256=01031acb22ebf75c4564b8e616ab5a659334a2fb472ab5429d83627d53559190" 41 "md5=05a00fdd98aecba2198393bff8484efa" 42 ] 43}