opam-version: "2.0"
maintainer: "simon.cruanes.2007@m4x.org"
homepage: "https://github.com/sneeuwballen/zipperposition"
synopsis: "Library for Zipperposition"
build: [
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
]
depends: [
  "base-bytes"
  "base-unix"
  "zarith"
  "logtk" { = version }
  "containers" { >= "1.0" & < "3.0" }
  "iter" { >= "1.2" }
  "dune" { >= "1.1" }
  "msat" { >= "0.8" & < "0.9" }
  "menhir" {build}
  "logtk"
  "ocaml" {>= "4.03"}
]
tags: [ "logic" "unification" "term" "superposition" "prover" ]
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"
  ]
}
