opam-version: "2.0"
maintainer: "alt-ergo@ocamlpro.com"
authors: "Alt-Ergo developers"
license: "CeCILL-C"
homepage: "http://alt-ergo.ocamlpro.com/"
bug-reports: "https://github.com/OCamlPro/alt-ergo/issues"

build:
[
	["./configure" "-prefix" "%{prefix}%"]
	[make "gui"]
]

install:
[
	[make "install-gui" "MANDIR=%{man}%"]
]

remove:
[
	["rm" "%{prefix}%/bin/altgr-ergo"]
	["rm" "%{share}%/alt-ergo/gtksourceview-2.0/language-specs/alt-ergo.lang"]
]

depends: [
  "ocaml"
  "zarith"
  "ocamlgraph" {>= "1.8.2"}
  "lablgtk"
  "conf-gtksourceview" {= "2"}
  "num"
]
messages: [ "This release is too old. Please consider using version 1.30 that fixes many soundness bugs and brings a lot of improvements" ]
synopsis:
  "Automatic theorem prover based on SMT technology and dedicated to program verification: Graphical interface"
flags: light-uninstall
extra-files: ["altgr-ergo.install" "md5=c59c2adf7b617042496fe7025fdc6e2e"]
url {
  src:
    "http://alt-ergo.ocamlpro.com/http/alt-ergo-0.95.2/alt-ergo-0.95.2.tar.gz"
  checksum: "md5=ab9c160f7ecb26aa2479f9169db9b869"
}
