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]
]

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

remove:
[
  ["rm" "%{prefix}%/bin/alt-ergo"]
  ["rm" "%{man}%/man1/alt-ergo.1"]
]

depends: [
  "ocaml"
  "zarith"
  "ocamlgraph" {>= "1.8.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"
flags: light-uninstall
extra-files: ["alt-ergo.install" "md5=2ea3bf4fc2fba5fbc0ba4ea5e750760f"]
url {
  src:
    "http://alt-ergo.ocamlpro.com/http/alt-ergo-0.95.2/alt-ergo-0.95.2.tar.gz"
  checksum: "md5=ab9c160f7ecb26aa2479f9169db9b869"
}
