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"]]
install: [make "install"]
remove: ["ocamlfind" "remove" "msat"]
depends: [
  "ocaml" {>= "4.02.1"}
  "ocamlfind" {build}
  "ocamlbuild" {build}
  "base-unix"
]
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."""
flags: light-uninstall
url {
  src: "https://github.com/Gbury/mSAT/archive/v0.2.tar.gz"
  checksum: "md5=1dcb6fa0dad9caf83a8b1d5bb4ab7f57"
}
