mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 11:15:43 -05:00
updated opam file
This commit is contained in:
parent
d671316a92
commit
588f7fb7ed
1 changed files with 5 additions and 2 deletions
7
opam
7
opam
|
|
@ -1,15 +1,18 @@
|
||||||
opam-version: "1.1"
|
opam-version: "1.2"
|
||||||
license: "Apache"
|
license: "Apache"
|
||||||
version: "dev"
|
version: "dev"
|
||||||
author: ["Sylvain Conchon" "Alain Mebsout" "Stephane Lecuyer"]
|
author: ["Sylvain Conchon" "Alain Mebsout" "Stephane Lecuyer"]
|
||||||
maintainer: ["guillaume.bury@gmail.com" "simon.cruanes@inria.fr"]
|
maintainer: ["guillaume.bury@gmail.com" "simon.cruanes@inria.fr"]
|
||||||
|
build: [
|
||||||
|
[make "all"]
|
||||||
|
]
|
||||||
install: [
|
install: [
|
||||||
[make "install"]
|
[make "install"]
|
||||||
]
|
]
|
||||||
remove: [
|
remove: [
|
||||||
["ocamlfind" "remove" "msat"]
|
["ocamlfind" "remove" "msat"]
|
||||||
]
|
]
|
||||||
depends: ["ocamlfind" "num" "unix"]
|
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