opam-version: "2.0"
maintainer: ["guillaume.bury@gmail.com" "simon.cruanes@inria.fr"]
authors: [
  "Sylvain Conchon"
  "Alain Mebsout"
  "Stephane Lecuyer"
  "Simon Cruanes"
  "Guillaume Bury"
]
homepage: "https://github.com/Gbury/mSAT"
bug-reports: "https://github.com/Gbury/mSAT/issues/"
license: "Apache-1.0+"
tags: ["sat" "smt"]
dev-repo: "git+https://github.com/Gbury/mSAT.git"
build: [
  [make "disable_log"]
  [make "lib"]
  [make "doc"] {with-doc}
]
install: [make "DOCDIR=%{msat:doc}%" "install"]
remove: [make "uninstall"]
depends: [
  "ocaml" {>= "4.00.1"}
  "ocamlfind" {build}
  "ocamlbuild" {build}
]
synopsis: "Modular sat/smt solver"
description: """
This library provides functor to easily build a SAT, SMT and/or McSAT solver given an implementation of terms. Current features of the solver are:
- proof output
- push/pop operations
- CNF transformation tools

This project derives from [Alt-Ergo Zero](http://cubicle.lri.fr/alt-ergo-zero), but does not provide any built-in theories, it is designed to let the users use their own implementation of terms and theories."""
url {
  src: "https://github.com/Gbury/mSAT/archive/v0.6.tar.gz"
  checksum: "md5=614f47053a4d7589075914885619a209"
}
