this repo has no description
1opam-version: "2.0"
2maintainer: "simon.cruanes.2.17@m4x.org"
3authors: ["Simon Cruanes" "Petar Vukmirovic" "Alexander Bentkamp" "Sophie Tourret" "Visa Nummelin"]
4homepage: "https://github.com/sneeuwballen/zipperposition"
5license: "BSD-2-Clause"
6synopsis: "A fully automatic theorem prover for typed higher-order and beyond"
7build: [
8 ["dune" "build" "-p" name "-j" jobs]
9 ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
10 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
11]
12depends: [
13 "base-unix"
14 "logtk" {= version}
15 "libzipperposition" {= version}
16 "containers" {>= "3.0" & < "4.0"}
17 "iter" {>= "1.2"}
18 "oseq"
19 "dune" {>= "1.11"}
20 "msat" {>= "0.8" < "0.10"}
21 "menhir" {build & < "20211215"}
22 "ocaml" {>= "4.07"}
23]
24tags: [ "logic" "unification" "term" "superposition" "prover" ]
25bug-reports: "https://github.com/sneeuwballen/zipperposition/issues"
26dev-repo: "git+https://github.com/sneeuwballen/zipperposition.git"
27url {
28 src: "https://github.com/sneeuwballen/zipperposition/archive/2.1.tar.gz"
29 checksum: [
30 "md5=e72de75e9f0f87da9e6e8c0a4d4c89f9"
31 "sha512=81becfc9badd686ab3692cd9312172aa4c4e3581b110e81770bb01e0ffbc1eb8495d0dd6d43b98f3d06e6b8c8a338174c13ebafb4e9849a3ddf89f9a3a72c287"
32 ]
33}
34