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