mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-10 21:24:06 -05:00
Removed dependency on zarith and fixed build options. Solves issue #1
This commit is contained in:
parent
383ce09653
commit
23f627cae3
2 changed files with 2 additions and 2 deletions
2
_tags
2
_tags
|
|
@ -1,6 +1,6 @@
|
||||||
<util/*.cmx>: for-pack(Msat), package(unix)
|
<util/*.cmx>: for-pack(Msat), package(unix)
|
||||||
<util/*.native>: package(unix)
|
<util/*.native>: package(unix)
|
||||||
<smt/*.cmx>: for-pack(Msat), package(zarith)
|
<smt/*.cmx>: for-pack(Msat)
|
||||||
<sat/*.cmx>: for-pack(Msat)
|
<sat/*.cmx>: for-pack(Msat)
|
||||||
<solver/*.cmx>: for-pack(Msat)
|
<solver/*.cmx>: for-pack(Msat)
|
||||||
|
|
||||||
|
|
|
||||||
2
opam
2
opam
|
|
@ -12,7 +12,7 @@ install: [
|
||||||
remove: [
|
remove: [
|
||||||
["ocamlfind" "remove" "msat"]
|
["ocamlfind" "remove" "msat"]
|
||||||
]
|
]
|
||||||
depends: ["ocamlfind" {build} "base-unix" "zarith"]
|
depends: ["ocamlfind" {build} "base-unix"]
|
||||||
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