this repo has no description

minisat.0.6 requires containers.3.6 to use CCOption

Changed files
+1 -1
packages
minisat
minisat.0.6
+1 -1
packages/minisat/minisat.0.6/opam
···
"ocaml" {>= "4.03" }
"dune" {>= "2.0"}
"odoc" {with-doc}
-
"containers" {>= "3.0" & with-test}
+
"containers" {>= "3.6" & with-test}
]
tags: [ "minisat" "solver" "SAT" ]
homepage: "https://github.com/c-cube/ocaml-minisat/"