opam-version: "2.0"
name: "altgr-ergo"
version: "2.3.3"
authors: "Alt-Ergo developers"
maintainer: "OCamlPro <alt-ergo@ocamlpro.com>"
license: "OCamlPro Non-Commercial Purpose License, version 1"
build: [
  ["./configure" name]
  ["dune" "subst"] {pinned}
  ["dune" "build" "-p" name "-j" jobs]
]
depends: [
  "ocaml" {>="4.04.0"}
  "dune" {>= "1.5" build }
  "lablgtk"
  "conf-gtksourceview"
  "alt-ergo" { = version }
  "alt-ergo-lib" { = version }
  "alt-ergo-parsers" { = version }
]
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 (graphical interface)"
description:
"Altgr-Ergo is the graphical interface for the Alt-Ergo SMT prover.

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/"
