forked from sneeuwballen/zipperposition
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathzipperposition.opam
28 lines (27 loc) · 950 Bytes
/
zipperposition.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
opam-version: "2.0"
maintainer: "[email protected]"
authors: ["Simon Cruanes" "Petar Vukmirovic" "Alexander Bentkamp" "Sophie Tourret" "Visa Nummelin"]
homepage: "https://github.com/sneeuwballen/zipperposition"
license: "BSD-2-Clause"
version: "2.1"
synopsis: "A fully automatic theorem prover for typed higher-order and beyond"
build: [
["dune" "build" "-p" name "-j" jobs]
["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
"base-unix"
"logtk" { = version }
"libzipperposition" { = version }
"containers" { >= "3.0" & < "4.0" }
"iter" { >= "1.2" }
"oseq"
"dune" { >= "1.11" }
"msat" { >= "0.8" < "0.10" }
"menhir" {build}
"ocaml" {>= "4.08"}
]
tags: [ "logic" "unification" "term" "superposition" "prover" ]
bug-reports: "https://github.com/sneeuwballen/zipperposition/issues"
dev-repo: "git+https://github.com/sneeuwballen/zipperposition.git"