opam-version: "2.0" maintainer: "simon.cruanes.2007@m4x.org" authors: "simon.cruanes.2007@m4x.org" homepage: "https://github.com/c-cube/ocaml-minisat/" bug-reports: "https://github.com/c-cube/ocaml-minisat/issues" tags: ["minisat" "solver" "SAT"] license: "BSD-2-clause" dev-repo: "git+https://github.com/c-cube/ocaml-minisat.git" build: [ ["dune" "build" "-p" name] ["dune" "runtest"] {with-test} ["dune" "build" "@doc" "-p" name] {with-doc} ] depends: [ "ocaml" "dune" {< "2.0"} "odoc" {with-doc} ] synopsis: "Bindings to Minisat-C-1.14.1, with the solver included" url { src: "https://github.com/c-cube/ocaml-minisat/archive/0.2.tar.gz" checksum: [ "sha256=e9787039c5dca28c8879d8a754ab67346c286b9a472cc0d0d618f20653d15a44" "md5=792f4ba8fb4fe03948d006f2d33aaf04" ] }