mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 11:15:43 -05:00
attempt to add an "opam" file
This commit is contained in:
parent
f11fb2477b
commit
27f5606e9e
1 changed files with 16 additions and 0 deletions
16
opam
Normal file
16
opam
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
opam-version: "1.1"
|
||||||
|
license: "Apache"
|
||||||
|
version: "dev"
|
||||||
|
author: ["Sylvain Conchon" "Alain Mebsout" "Stephane Lecuyer"]
|
||||||
|
maintainer: ["guillaume.bury@gmail.com" "simon.cruanes@inria.fr"]
|
||||||
|
install: [
|
||||||
|
[make "install"]
|
||||||
|
]
|
||||||
|
remove: [
|
||||||
|
["ocamlfind" "remove" "msat"]
|
||||||
|
]
|
||||||
|
depends: ["ocamlfind" "num" "unix"]
|
||||||
|
tags: [ "sat" "smt" ]
|
||||||
|
homepage: "https://github.com/Gbury/mSAT"
|
||||||
|
dev-repo: "https://github.com/Gbury/mSAT.git"
|
||||||
|
bug-reports: "https://github.com/Gbury/mSAT/issues/"
|
||||||
Loading…
Add table
Reference in a new issue