opam-version: "2.0"
synopsis: "Library containing a SAT solver that can be parametrized by a theory"
license: "Apache-2.0"
maintainer: ["guillaume.bury@gmail.com" "simon.cruanes.2007@m4x.org"]
build: [
  ["dune" "build" "@install" "-p" name "-j" jobs]
  ["dune" "build" "@doc" "-p" name] {with-doc}
  ["dune" "runtest" "-p" name] {with-test}
]
depends: [
  "ocaml" { >= "4.03" }
  "dune" { >= "1.1" }
  "iter" { >= "1.2" }
  "containers" {with-test & >= "2.8.1" & < "4.0" }
  "mdx" {with-test}
]
tags: [ "sat" "smt" "cdcl" "functor" ]
homepage: "https://github.com/Gbury/mSAT"
dev-repo: "git+https://github.com/Gbury/mSAT.git"
bug-reports: "https://github.com/Gbury/mSAT/issues/"
authors: ["Simon Cruanes" "Guillaume Bury"]
url {
  src: "https://github.com/Gbury/mSAT/archive/v0.9.1.tar.gz"
  checksum: [
    "md5=ba623630b0b8e0edc016079dd214c80b"
    "sha512=51c133cefe8550125e7b1db18549e893bac15663fdd7a9fac87235c07de755f39eab9fc3cfdf6571612fd79b3d5b22f49f459581b480c7349bacddf2618c8a99"
  ]
}
