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=bce72615cd2e832565600a5395e57eeb"]
url {
  src:
    "http://alt-ergo.ocamlpro.com/http/alt-ergo-0.99.1/alt-ergo-0.99.1.tar.gz"
  checksum: "md5=1fd351547441553a1d8ac543adda6cdb"
}
