opam-version: "2.0"
maintainer: "simon.cruanes.2007@m4x.org"
authors: ["Simon Cruanes" "Petar Vukmirovic" "Alexander Bentkamp" "Sophie Tourret" "Visa Nummelin"]
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"
  "oseq" { >= "0.3" & < "0.4" }
  "containers" { >= "3.0" & < "4.0" }
  "containers-data" { >= "3.0" & < "4.0" }
  "iter" { >= "1.2" }
  "menhir" {build}
  "dune" { >= "1.11" }
  "alcotest" {with-test}
  "qcheck-core" {with-test & >= "0.9"}
  "qcheck-alcotest" {with-test & >= "0.9"}
  "ocaml" {>= "4.07"}
]
depopts: [
  "msat"
]
conflicts: [
  "msat" { < "0.8.1" }
  "msat" { >= "0.9" }
]
tags: [ "logic" "unification" "term" ]
bug-reports: "https://github.com/sneeuwballen/zipperposition/issues"
dev-repo: "git+https://github.com/sneeuwballen/zipperposition.git"
url {
  src: "https://github.com/sneeuwballen/zipperposition/archive/2.0.tar.gz"
  checksum: [
    "md5=7a8e57388083ed763d12d18324c8a086"
    "sha512=5c5ac312ada6b42907d1e91e349454a8375f7bf8165d3459721a40b707a840a3d6b3dc968a66f1040cb4de7aedf5c1c13f3e90b51337eae5ea6de41651d7bd63"
  ]
}
