updated opam file

This commit is contained in:
Simon Cruanes 2014-11-03 16:17:31 +01:00
parent d671316a92
commit 588f7fb7ed

7
opam
View file

@ -1,15 +1,18 @@
opam-version: "1.1"
opam-version: "1.2"
license: "Apache"
version: "dev"
author: ["Sylvain Conchon" "Alain Mebsout" "Stephane Lecuyer"]
maintainer: ["guillaume.bury@gmail.com" "simon.cruanes@inria.fr"]
build: [
[make "all"]
]
install: [
[make "install"]
]
remove: [
["ocamlfind" "remove" "msat"]
]
depends: ["ocamlfind" "num" "unix"]
depends: ["ocamlfind" {build} "base-unix"]
tags: [ "sat" "smt" ]
homepage: "https://github.com/Gbury/mSAT"
dev-repo: "https://github.com/Gbury/mSAT.git"