Skip to content

Commit

Permalink
fix opam
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Jun 13, 2023
1 parent 1397da5 commit 1fed495
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions minisat.opam
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ opam-version: "2.0"
version: "0.5"
author: "simon.cruanes.2007@m4x.org"
maintainer: "simon.cruanes.2007@m4x.org"
synopsis: "Bindings to Minisat-C-1.14.1, with the solver included"
synopsis: "Bindings to the SAT solver Minisat, with the solver included."
build: [
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
Expand All @@ -11,7 +11,7 @@ build: [
license: "BSD-2-clause"
depends: [
"ocaml" {>= "4.03" }
"dune" {>= "1.0"}
"dune" {>= "2.0"}
"odoc" {with-doc}
"containers" {>= "3.0" & with-test}
]
Expand Down

0 comments on commit 1fed495

Please sign in to comment.