Skip to content

Commit 2cd1acd

Browse files
authored
Merge pull request ocaml#22511 from maurice-herwig/master
add ocaml-sat-solvers.0.7.1
2 parents 87ad2e0 + b84b24a commit 2cd1acd

File tree

1 file changed

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

1 file changed

+30
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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+
url {
28+
src: "https://github.com/tcsprojects/ocaml-sat-solvers/archive/refs/tags/v0.7.1.tar.gz"
29+
checksum: "md5=7e5ccb4b21397c04c579aecd3c618825"
30+
}

0 commit comments

Comments
 (0)