mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 03:05:31 -05:00
19 lines
496 B
Text
19 lines
496 B
Text
opam-version: "1.2"
|
|
license: "Apache"
|
|
version: "dev"
|
|
author: ["Sylvain Conchon" "Alain Mebsout" "Stephane Lecuyer"]
|
|
maintainer: ["guillaume.bury@gmail.com" "simon.cruanes@inria.fr"]
|
|
build: [
|
|
[make "all"]
|
|
]
|
|
install: [
|
|
[make "install"]
|
|
]
|
|
remove: [
|
|
["ocamlfind" "remove" "msat"]
|
|
]
|
|
depends: ["ocamlfind" {build} "base-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/"
|