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: "Library for Zipperposition"
7build: [
8 ["dune" "build" "-p" name "-j" jobs]
9 ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
10]
11depends: [
12 "base-bytes"
13 "base-unix"
14 "logtk" { = version }
15 "containers" { >= "3.1" & < "4.0" }
16 "containers-data" { >= "3.1" & < "4.0" }
17 "iter" { >= "1.2" }
18 "oseq"
19 "dune" { >= "1.11" }
20 "msat" { >= "0.8.1" < "0.10" }
21 "menhir" {build}
22 "logtk" { = version }
23 "ocaml" {>= "4.07"}
24]
25tags: [ "logic" "unification" "term" "superposition" "prover" ]
26bug-reports: "https://github.com/sneeuwballen/zipperposition/issues"
27dev-repo: "git+https://github.com/sneeuwballen/zipperposition.git"
28url {
29 src: "https://github.com/sneeuwballen/zipperposition/archive/2.1.tar.gz"
30 checksum: [
31 "md5=e72de75e9f0f87da9e6e8c0a4d4c89f9"
32 "sha512=81becfc9badd686ab3692cd9312172aa4c4e3581b110e81770bb01e0ffbc1eb8495d0dd6d43b98f3d06e6b8c8a338174c13ebafb4e9849a3ddf89f9a3a72c287"
33 ]
34}
35