opam-version: "2.0"
maintainer: "simon.cruanes.2007@m4x.org"
homepage: "https://github.com/c-cube/smbc"
synopsis: "Experimental model finder/SMT solver for functional programming"
build: [
  ["dune" "build" "@install" "-p" name "-j" jobs]
]
depends: [
  "dune" { >= "1.0" }
  "base-bytes"
  "containers" { >= "2.0" & < "3.0" }
  "iter" { >= "1.0" }
  "msat" { >= "0.8" & < "0.9" }
  "tip-parser" { >= "0.6" & < "0.7" }
  "ocaml" { >= "4.03" }
]
tags: [ "logic" "narrowing" "model" "smt" ]
bug-reports: "https://github.com/c-cube/smbc/issues"
dev-repo: "git+https://github.com/c-cube/smbc.git"
authors: "Simon Cruanes"
url {
  src: "https://github.com/c-cube/smbc/archive/v0.6.1.tar.gz"
  checksum: [
    "md5=b772e657748ca96f50db2fdc6216441d"
    "sha512=d52f6e7174d2e37ce30606392b0f0fc73c201571c2a9ee5c397b62d197422116d550e7f458dc2ca1f14a6fc7b92574af73dd91f93851d8068f6235f248c9a8f0"
  ]
}
