mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 03:05:31 -05:00
37 lines
846 B
Text
37 lines
846 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" "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"
|