sidekick/sidekick-base.opam
Simon Cruanes 659f69f989
opam
2023-04-20 10:40:44 -04:00

34 lines
776 B
Text

# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "dev"
synopsis: "Concrete terms and theories for sidekick"
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.5"}
"sidekick" {= version}
"qcheck" {with-test & >= "0.16"}
"mdx" {with-test}
"odoc" {with-doc}
"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"