sidekick/opam
2014-11-03 15:56:36 +01:00

16 lines
461 B
Text

opam-version: "1.1"
license: "Apache"
version: "dev"
author: ["Sylvain Conchon" "Alain Mebsout" "Stephane Lecuyer"]
maintainer: ["guillaume.bury@gmail.com" "simon.cruanes@inria.fr"]
install: [
[make "install"]
]
remove: [
["ocamlfind" "remove" "msat"]
]
depends: ["ocamlfind" "num" "unix"]
tags: [ "sat" "smt" ]
homepage: "https://github.com/Gbury/mSAT"
dev-repo: "https://github.com/Gbury/mSAT.git"
bug-reports: "https://github.com/Gbury/mSAT/issues/"