Skip to content

Commit e94b614

Browse files
authored
Merge pull request ocaml#21902 from tcsprojects/master
add ocaml-sat-solvers v0.7
2 parents 0f22e4a + 8772182 commit e94b614

File tree

2 files changed

+32
-3
lines changed
  • packages
    • ocaml-sat-solvers/ocaml-sat-solvers.0.7
    • pgsolver/pgsolver.4.1

2 files changed

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

packages/pgsolver/pgsolver.4.1/opam

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@ remove: [
1818
["ocaml" "%{etc}%/pgsolver/setup.ml" "-C" "%{etc}%/pgsolver" "-uninstall"]
1919
]
2020
depends: [
21-
"ocaml" {>= "4.03.0"}
21+
"ocaml" {>= "4.05.0" & < "5.0"}
2222
"TCSLib" {>= "0.2"}
2323
("extlib" | "extlib-compat")
2424
"minisat"
25-
"ocaml-sat-solvers"
25+
"ocaml-sat-solvers" {<= "0.4"}
2626
"ocamlbuild" {build}
2727
"ocamlfind" {build}
2828
"ounit" {build}
2929
]
3030
synopsis:
31-
"A collection of tools for generating, manipulating and - most of all - solving parity games."
31+
"A collection of tools for generating, manipulating and - most of all - solving parity games"
3232
description: """
3333
A collection of tools for generating, manipulating and - most of all -
3434
solving parity games."""

0 commit comments

Comments
 (0)