opam-version: "2.0" maintainer: "simon.cruanes.2007@m4x.org" homepage: "https://github.com/sneeuwballen/zipperposition" synopsis: "Core types and algorithms for logic" build: [ ["dune" "build" "-p" name "-j" jobs] ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc} ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] depends: [ "base-bytes" "base-unix" "zarith" "containers" {>= "1.0" & < "3.0"} "iter" {>= "1.2"} "menhir" {build & < "20211215"} "dune" {>= "1.1"} "alcotest" {with-test & < "1.0.0"} "qcheck-core" {with-test & >= "0.9"} "qcheck-alcotest" {with-test & >= "0.9"} "ocaml" {>= "4.03"} ] depopts: [ "msat" ] conflicts: [ "msat" { < "0.8" } "msat" { >= "0.9" } ] tags: [ "logic" "unification" "term" ] bug-reports: "https://github.com/sneeuwballen/zipperposition/issues" dev-repo: "git+https://github.com/sneeuwballen/zipperposition.git" authors: "Simon Cruanes" url { src: "https://github.com/sneeuwballen/zipperposition/archive/1.5.1.tar.gz" checksum: [ "md5=cc320f66f10555c54822da624419e003" "sha512=f8d5f7a5ae790bf0388d74261673803cf375f91f92f7b413b70db1ce5841ef55343a208f98727c8551d66f1840ab892f1c0c943a34861d14d79ce469b235a2f2" ] }