this repo has no description
1opam-version: "2.0" 2maintainer: "simon.cruanes.2007@m4x.org" 3homepage: "https://github.com/sneeuwballen/zipperposition" 4synopsis: "A fully automatic theorem prover for typed first-order and beyond" 5build: [ 6 ["dune" "build" "-p" name "-j" jobs] 7 ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc} 8] 9depends: [ 10 "base-unix" 11 "zarith" 12 "logtk" { = version } 13 "libzipperposition" { = 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 "ocaml" {>= "4.03"} 20] 21tags: [ "logic" "unification" "term" "superposition" "prover" ] 22bug-reports: "https://github.com/sneeuwballen/zipperposition/issues" 23dev-repo: "git+https://github.com/sneeuwballen/zipperposition.git" 24authors: "Simon Cruanes" 25url { 26 src: "https://github.com/sneeuwballen/zipperposition/archive/1.5.1.tar.gz" 27 checksum: [ 28 "md5=cc320f66f10555c54822da624419e003" 29 "sha512=f8d5f7a5ae790bf0388d74261673803cf375f91f92f7b413b70db1ce5841ef55343a208f98727c8551d66f1840ab892f1c0c943a34861d14d79ce469b235a2f2" 30 ] 31}