sidekick/sidekick-bin.opam
2022-10-10 13:41:07 -04:00

32 lines
747 B
Text

# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "dev"
synopsis: "SMT solver based on msat and CDCL(T) (standalone binary)"
maintainer: ["simon.cruanes.2007@m4x.org"]
authors: ["Simon Cruanes" "Guillaume Bury"]
license: "Apache"
homepage: "https://github.com/c-cube/sidekick"
bug-reports: "https://github.com/c-cube/sidekick/issues/"
depends: [
"dune" {>= "2.0"}
"zarith"
"smtlib-utils" {>= "0.1" & < "0.4"}
"sidekick" {= version}
"sidekick-base" {= version}
"menhir"
]
build: [
["dune" "subst"] {pinned}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/c-cube/sidekick.git"