Skip to content

Commit 53aa68d

Browse files
add ocaml-sat-solvers.0.7.1
1 parent 03cdcda commit 53aa68d

File tree

1 file changed

+31
-0
lines changed
  • packages/ocaml-sat-solvers/ocaml-sat-solvers.0.7.1

1 file changed

+31
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
opam-version: "2.0"
2+
maintainer: "[email protected]"
3+
authors: [ "Oliver Friedmann"
4+
"Martin Lange"
5+
"Maurice Herwig" ]
6+
license: "BSD-3-clause"
7+
homepage: "https://github.com/tcsprojects/ocaml-sat-solvers"
8+
dev-repo: "git://github.com/tcsprojects/ocaml-sat-solvers.git"
9+
bug-reports: "https://github.com/tcsprojects/ocaml-sat-solvers/issues"
10+
build: [
11+
["ocaml" "setup.ml" "-configure" "--prefix" prefix]
12+
["ocaml" "setup.ml" "-build"]
13+
["ocaml" "setup.ml" "-configure" "--enable-tests"] {with-test}
14+
["ocaml" "setup.ml" "-build"] {with-test}
15+
["ocaml" "setup.ml" "-test"] {with-test}
16+
]
17+
install: ["ocaml" "setup.ml" "-install"]
18+
depends: [
19+
"ocaml" {>= "4.08.0" & < "5.0"}
20+
"minisat" {>= "0.4"}
21+
"z3" {>= "4.8.11"}
22+
"ocamlbuild" {build}
23+
"ocamlfind" {build}
24+
]
25+
synopsis: "An abstraction layer for integrating SAT Solvers into OCaml"
26+
description: "An abstraction layer for integrating SAT Solvers into OCaml."
27+
flags: light-uninstall
28+
url {
29+
src: "https://github.com/tcsprojects/ocaml-sat-solvers/archive/refs/tags/v0.7.1.tar.gz"
30+
checksum: "md5=7e5ccb4b21397c04c579aecd3c618825"
31+
}

0 commit comments

Comments
 (0)