this repo has no description
1opam-version: "2.0"
2maintainer: "simon.cruanes.2007@m4x.org"
3homepage: "https://github.com/sneeuwballen/zipperposition"
4synopsis: "Core types and algorithms for logic"
5build: [
6 ["dune" "build" "-p" name "-j" jobs]
7 ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
8 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
9]
10depends: [
11 "base-bytes"
12 "base-unix"
13 "zarith"
14 "containers" {>= "1.0" & < "3.0"}
15 "iter" {>= "1.2"}
16 "menhir" {build & < "20211215"}
17 "dune" {>= "1.1"}
18 "alcotest" {with-test & < "1.0.0"}
19 "qcheck-core" {with-test & >= "0.9"}
20 "qcheck-alcotest" {with-test & >= "0.9"}
21 "ocaml" {>= "4.03"}
22]
23depopts: [
24 "msat"
25]
26conflicts: [
27 "msat" { < "0.8" }
28 "msat" { >= "0.9" }
29]
30tags: [ "logic" "unification" "term" ]
31bug-reports: "https://github.com/sneeuwballen/zipperposition/issues"
32dev-repo: "git+https://github.com/sneeuwballen/zipperposition.git"
33authors: "Simon Cruanes"
34url {
35 src: "https://github.com/sneeuwballen/zipperposition/archive/1.5.1.tar.gz"
36 checksum: [
37 "md5=cc320f66f10555c54822da624419e003"
38 "sha512=f8d5f7a5ae790bf0388d74261673803cf375f91f92f7b413b70db1ce5841ef55343a208f98727c8551d66f1840ab892f1c0c943a34861d14d79ce469b235a2f2"
39 ]
40}