opam-version: "2.0"
authors: "Alt-Ergo developers"
maintainer: "OCamlPro <alt-ergo@ocamlpro.com>"
license: "OCamlPro Non-Commercial Purpose License, version 1"
build: [
  ["ocaml" "unix.cma" "configure.ml" name]
  ["dune" "subst"] {pinned}
  ["dune" "build" "-p" name "-j" jobs]
]
depends: [
  "ocaml" {>="4.04.0"}
  "dune"
  "alt-ergo-lib" { = "2.3.0" }
  "psmt2-frontend" { >= "0.2" }
  "camlzip"
  "menhir"
]
homepage: "http://alt-ergo.ocamlpro.com/"
dev-repo: "git+https://github.com/OCamlPro/alt-ergo.git"
bug-reports: "https://github.com/OCamlPro/alt-ergo/issues"

synopsis: "The Alt-Ergo SMT prover parser library"
description:
"This is the parser library used in the Alt-Ergo SMT solver.

Alt-Ergo is an automatic theorem prover of mathematical formulas. It was developed at LRI, and is now maintained at OCamlPro.

See more details on http://alt-ergo.ocamlpro.com/"

url {
  src:
    "http://alt-ergo.ocamlpro.com/http/alt-ergo-2.3.0/alt-ergo-2.3.0.tar.gz"
  checksum: "md5=d99bfaf748f7c640222e59677e6afd7c"
}
