opam-version: "2.0"
homepage: "http://zenon-prover.org/"
dev-repo: "git+https://scm.gforge.inria.fr/anonscm/git/zenon/zenon.git"
maintainer: "https://github.com/ocaml/opam-repository/issues"
authors: [ "R. Bonichon" "D. Delahaye" "D. Doligez" ]
bug-reports: "zenon.prover at gmail.com"
depends: [
  "ocaml" {< "4.06.0"}
  "coq" {< "8.9"}
]
build: [
  ["./configure" "--prefix" "%{prefix}%" "--libdir" "%{zenon:lib}%"]
  [make]
]
install: [[make "install"]]
remove:  [
  ["./configure" "--prefix" prefix "--libdir" zenon:lib]
  [make "uninstall" "BIN_DIR=%{zenon:bin}%" "LIB_DIR=%{lib}%"]
]
synopsis: "An Extensible Automated Theorem Prover Producing Checkable Proofs"
description: """
Automated theorem prover for first order classical logic (with
equality), based on the tableau method. Zenon handles first-order
logic with equality. Its most important feature is that it outputs the
proofs of the theorems, in Coq-checkable form."""
url {
  src: "http://zenon-prover.org/zenon-0.8.0.tar.gz"
  checksum: "md5=4d82ae5b6dc498a73ef85a353c5da325"
}
