mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-10 05:03:59 -05:00
23 lines
652 B
Text
23 lines
652 B
Text
opam-version: "2.0"
|
|
name: "msat-bin"
|
|
synopsis: "SAT solver binary based on the msat library"
|
|
license: "Apache"
|
|
version: "0.9.1"
|
|
author: ["Simon Cruanes" "Guillaume Bury"]
|
|
maintainer: ["guillaume.bury@gmail.com" "simon.cruanes.2007@m4x.org"]
|
|
build: [
|
|
["dune" "build" "@install" "-p" name "-j" jobs]
|
|
#["dune" "runtest" "-p" name "-j" jobs] {with-test}
|
|
]
|
|
depends: [
|
|
"ocaml" { >= "4.03" }
|
|
"dune" { >= "1.1" }
|
|
"msat" { = version }
|
|
"containers" { >= "2.8.1" & < "4.0" }
|
|
"camlzip"
|
|
]
|
|
tags: [ "sat" ]
|
|
homepage: "https://github.com/Gbury/mSAT"
|
|
dev-repo: "git+https://github.com/Gbury/mSAT.git"
|
|
bug-reports: "https://github.com/Gbury/mSAT/issues/"
|
|
|