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