We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1397da5 commit 1fed495Copy full SHA for 1fed495
minisat.opam
@@ -2,7 +2,7 @@ opam-version: "2.0"
2
version: "0.5"
3
author: "simon.cruanes.2007@m4x.org"
4
maintainer: "simon.cruanes.2007@m4x.org"
5
-synopsis: "Bindings to Minisat-C-1.14.1, with the solver included"
+synopsis: "Bindings to the SAT solver Minisat, with the solver included."
6
build: [
7
["dune" "build" "-p" name "-j" jobs]
8
["dune" "runtest" "-p" name "-j" jobs] {with-test}
@@ -11,7 +11,7 @@ build: [
11
license: "BSD-2-clause"
12
depends: [
13
"ocaml" {>= "4.03" }
14
- "dune" {>= "1.0"}
+ "dune" {>= "2.0"}
15
"odoc" {with-doc}
16
"containers" {>= "3.0" & with-test}
17
]
0 commit comments