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" "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: "Alt-Ergo, an SMT Solver for Software Verification"
description: """
Alt-Ergo is an automatic prover of mathematical formulas used behind software verification tools such as Frama-C, SPARK, Why3, Atelier-B and Caveat.

This package provides the command-line version of Alt-Ergo.

usage: alt-ergo [options] <file.why>"""
flags: light-uninstall
url {
  src: "http://alt-ergo.ocamlpro.com/http/alt-ergo-1.01/alt-ergo-1.01.tar.gz"
  checksum: "md5=9fbf8e42bec2a171dc9422f9dcea9519"
}
