-
Notifications
You must be signed in to change notification settings - Fork 3
/
nunchaku.opam
30 lines (30 loc) · 969 Bytes
/
nunchaku.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
opam-version: "2.0"
name: "nunchaku"
version: "0.6"
authors: ["Simon Cruanes" "Jasmin Blanchette"]
maintainer: "simon.cruanes.2007@m4x.org"
synopsis: "A counter-example finder for higher-order logic, designed to be used from various proof assistants"
build: [
["dune" "build" "-p" name "-j" jobs]
["strip" "_build/default/src/main/nunchaku.exe"]
["dune" "build" "@doc" "-p" name] {with-doc}
["dune" "runtest" "-j" jobs "-p" name] {with-test}
]
depends: [
"dune" {>= "2.0" }
"containers" { >= "3.0" & < "4.0" }
"containers-data" { >= "3.0" & < "4.0" }
"menhir"
"iter" { >= "1.0" }
"base-unix"
"base-threads"
"num"
"qtest" {with-test}
"qcheck" {with-test}
"ounit" {with-test}
"odoc" {with-doc}
"ocaml" {>= "4.08.0"}
]
homepage: "https://github.com/nunchaku-inria/nunchaku/"
dev-repo: "git+https://github.com/nunchaku-inria/nunchaku.git"
bug-reports: "https://github.com/nunchaku-inria/nunchaku/issues"