sidekick/sidekick.opam
2023-02-23 21:02:21 -05:00

41 lines
865 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) (core library)"
maintainer: ["simon.cruanes.2007@m4x.org"]
authors: ["Simon Cruanes" "Guillaume Bury"]
license: "Apache"
tags: ["sat" "smt"]
homepage: "https://github.com/c-cube/sidekick"
bug-reports: "https://github.com/c-cube/sidekick/issues/"
depends: [
"dune" {>= "2.0"}
"containers" {>= "3.6" & < "4.0"}
"iter" {>= "1.0"}
"zarith" {with-test}
"alcotest" {with-test}
"odoc" {with-doc}
]
depopts: [
"mtime" {>= "2.0"}
"memtrace"
"zarith"
]
conflicts: [
"zarith" {< "1.8"}
]
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"