mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-05 19:00:33 -05:00
28 lines
729 B
Text
28 lines
729 B
Text
opam-version: "2.0"
|
|
name: "sidekick"
|
|
license: "Apache"
|
|
synopsis: "SMT solver based on msat, based on CDCL(T)"
|
|
version: "dev"
|
|
author: ["Simon Cruanes" "Guillaume Bury"]
|
|
maintainer: ["simon.cruanes.2007@m4x.org"]
|
|
build: [
|
|
["dune" "build" "@install" "-p" name "-j" jobs]
|
|
["dune" "build" "@doc" "-p" name] {with-doc}
|
|
# ["dune" "runtest" "-p" name] {with-test}
|
|
]
|
|
depends: [
|
|
"dune" {build}
|
|
"containers"
|
|
"sequence"
|
|
"zarith"
|
|
"menhir"
|
|
"ocaml" { >= "4.03" }
|
|
]
|
|
pin-depends: [
|
|
["msat" "https://github.com/Gbury/mSAT.git#wip-refactor"]
|
|
]
|
|
tags: [ "sat" "smt" ]
|
|
homepage: "https://github.com/c-cube/sidekick"
|
|
dev-repo: "git+https://github.com/c-cube/sidekick.git"
|
|
bug-reports: "https://github.com/c-cube/sidekick/issues/"
|
|
|