mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-07 19:55:41 -05:00
add zarith as a dependency (close #1)
This commit is contained in:
parent
198890b68c
commit
383ce09653
1 changed files with 1 additions and 1 deletions
2
opam
2
opam
|
|
@ -12,7 +12,7 @@ install: [
|
||||||
remove: [
|
remove: [
|
||||||
["ocamlfind" "remove" "msat"]
|
["ocamlfind" "remove" "msat"]
|
||||||
]
|
]
|
||||||
depends: ["ocamlfind" {build} "base-unix"]
|
depends: ["ocamlfind" {build} "base-unix" "zarith"]
|
||||||
tags: [ "sat" "smt" ]
|
tags: [ "sat" "smt" ]
|
||||||
homepage: "https://github.com/Gbury/mSAT"
|
homepage: "https://github.com/Gbury/mSAT"
|
||||||
dev-repo: "https://github.com/Gbury/mSAT.git"
|
dev-repo: "https://github.com/Gbury/mSAT.git"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue