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 "zarith" 19 "conf-gmp" 20 "conf-python-2-7" {build} 21 "conf-c++" {build} 22] 23synopsis: "Z3 solver" 24url { 25 src: 26 "https://github.com/Z3Prover/z3/archive/z3-4.8.8.tar.gz" 27 checksum: [ 28 "sha256=6962facdcdea287c5eeb1583debe33ee23043144d0e5308344e6a8ee4503bcff" 29 "sha512=a6823cadb7cdad11b8f0db1530676c0ec4853886dfb3c4dbc5b798c5dbd445afb0c61675f81cb7f99c1b1734d9cd0ec96a07c68a948da3c25801fc6767fea47f" 30 ] 31}