Prepare for opam release

This commit is contained in:
Guillaume Bury 2015-11-27 18:13:10 +01:00
parent f9f88e0767
commit 3f1d9fead6

8
opam
View file

@ -12,7 +12,13 @@ install: [
remove: [
["ocamlfind" "remove" "msat"]
]
depends: ["ocamlfind" {build} "base-unix"]
depends: [
"ocamlfind" {build}
"base-unix"
]
available: [
ocaml-version >= "4.02.1"
]
tags: [ "sat" "smt" ]
homepage: "https://github.com/Gbury/mSAT"
dev-repo: "https://github.com/Gbury/mSAT.git"