mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-08 12:15:48 -05:00
Prepare for opam release
This commit is contained in:
parent
f9f88e0767
commit
3f1d9fead6
1 changed files with 7 additions and 1 deletions
8
opam
8
opam
|
|
@ -12,7 +12,13 @@ install: [
|
||||||
remove: [
|
remove: [
|
||||||
["ocamlfind" "remove" "msat"]
|
["ocamlfind" "remove" "msat"]
|
||||||
]
|
]
|
||||||
depends: ["ocamlfind" {build} "base-unix"]
|
depends: [
|
||||||
|
"ocamlfind" {build}
|
||||||
|
"base-unix"
|
||||||
|
]
|
||||||
|
available: [
|
||||||
|
ocaml-version >= "4.02.1"
|
||||||
|
]
|
||||||
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