add zarith as a dependency (close #1)

This commit is contained in:
Simon Cruanes 2015-05-07 15:56:07 +02:00
parent 198890b68c
commit 383ce09653

2
opam
View file

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