forked from sneeuwballen/zipperposition
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlogtk.opam
38 lines (37 loc) · 1.04 KB
/
logtk.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
31
32
33
34
35
36
37
opam-version: "2.0"
maintainer: "[email protected]"
authors: ["Simon Cruanes" "Petar Vukmirovic" "Alexander Bentkamp" "Sophie Tourret" "Visa Nummelin"]
homepage: "https://github.com/sneeuwballen/zipperposition"
version: "2.0"
synopsis: "Core types and algorithms for logic"
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-bytes"
"base-unix"
"zarith"
"oseq" { >= "0.3" & < "0.4" }
"containers" { >= "3.0" & < "4.0" }
"containers-data" { >= "3.0" & < "4.0" }
"mtime"
"iter" { >= "1.2" }
"menhir" {build}
"dune" { >= "1.11" }
"alcotest" {with-test}
"qcheck-core" {with-test & >= "0.9"}
"qcheck-alcotest" {with-test & >= "0.9"}
"ocaml" {>= "4.07"}
]
depopts: [
"msat"
]
conflicts: [
"msat" { < "0.8.1" }
"msat" { >= "0.9" }
]
tags: [ "logic" "unification" "term" ]
bug-reports: "https://github.com/sneeuwballen/zipperposition/issues"
dev-repo: "git+https://github.com/sneeuwballen/zipperposition.git"