Skip to content

Commit

Permalink
Merge pull request ocaml#15704 from philzook58/master
Browse files Browse the repository at this point in the history
Update Z3 to 4.8.7
  • Loading branch information
kit-ty-kate authored Jan 21, 2020
2 parents dc9ba0e + fc94207 commit 13e7f4c
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions packages/z3/z3.4.8.7/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
opam-version: "2.0"
maintainer: "[email protected]"
authors: "MSR"
homepage: "https://github.com/Z3prover/z3"
bug-reports: "https://github.com/Z3prover/z3/issues"
license: "MIT"
dev-repo: "git+https://github.com/Z3prover/z3.git"
build: [
[ "python2.7" "scripts/mk_make.py" "--ml" "--staticlib" ]
[ make "-C" "build" "-j" jobs ]
]
install: [
[ "sh" "-c" "ocamlfind install z3 build/api/ml/META -nodll build/libz3* build/api/ml/*" ]
]
depends: [
"ocaml"
"ocamlfind" {build}
"zarith"
"conf-gmp"
"conf-python-2-7" {build}
]
synopsis: "Z3 solver"
url {
src:
"https://github.com/Z3Prover/z3/archive/z3-4.8.7.tar.gz"
checksum: "md5=18e7332ab136c1d8686ea719ed7107ed"

}

0 comments on commit 13e7f4c

Please sign in to comment.