File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed
packages/ocaml-sat-solvers/ocaml-sat-solvers.0.7.1 Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ 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+ url {
28+ src: "https://github.com/tcsprojects/ocaml-sat-solvers/archive/refs/tags/v0.7.1.tar.gz"
29+ checksum: "md5=7e5ccb4b21397c04c579aecd3c618825"
30+ }
You can’t perform that action at this time.
0 commit comments