mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 03:05:31 -05:00
31 lines
669 B
Text
31 lines
669 B
Text
opam-version: "1.2"
|
|
name: "msat"
|
|
license: "Apache"
|
|
version: "dev"
|
|
author: ["Sylvain Conchon" "Alain Mebsout" "Stephane Lecuyer" "Simon Cruanes" "Guillaume Bury"]
|
|
maintainer: ["guillaume.bury@gmail.com" "simon.cruanes@inria.fr"]
|
|
build: [
|
|
[make "disable_log"]
|
|
[make "lib"]
|
|
]
|
|
build-doc: [
|
|
[make "doc"]
|
|
]
|
|
install: [
|
|
[make "DOCDIR=%{msat:doc}%" "install"]
|
|
]
|
|
remove: [
|
|
[make "uninstall"]
|
|
]
|
|
depends: [
|
|
"ocamlfind" {build}
|
|
"ocamlbuild" {build}
|
|
]
|
|
available: [
|
|
ocaml-version >= "4.00.1"
|
|
]
|
|
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/"
|
|
|