Skip to content

Commit 1fed495

Browse files
committed
fix opam
1 parent 1397da5 commit 1fed495

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

minisat.opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ opam-version: "2.0"
22
version: "0.5"
33
author: "simon.cruanes.2007@m4x.org"
44
maintainer: "simon.cruanes.2007@m4x.org"
5-
synopsis: "Bindings to Minisat-C-1.14.1, with the solver included"
5+
synopsis: "Bindings to the SAT solver Minisat, with the solver included."
66
build: [
77
["dune" "build" "-p" name "-j" jobs]
88
["dune" "runtest" "-p" name "-j" jobs] {with-test}
@@ -11,7 +11,7 @@ build: [
1111
license: "BSD-2-clause"
1212
depends: [
1313
"ocaml" {>= "4.03" }
14-
"dune" {>= "1.0"}
14+
"dune" {>= "2.0"}
1515
"odoc" {with-doc}
1616
"containers" {>= "3.0" & with-test}
1717
]

0 commit comments

Comments
 (0)