this repo has no description
1opam-version: "2.0"
2maintainer: "alt-ergo@ocamlpro.com"
3authors: "Alt-Ergo developers"
4license: "OCamlPro Non-Commercial License"
5homepage: "http://alt-ergo.ocamlpro.com/"
6bug-reports: "https://github.com/OCamlPro/alt-ergo/issues"
7
8build:
9[
10 ["./configure" "-prefix" "%{prefix}%"]
11 [make "satML"]
12]
13
14install:
15[
16 [make "install-satML" "MANDIR=%{man}%/man1"]
17]
18
19remove:
20[
21 ["rm" "%{prefix}%/lib/alt-ergo/plugins/satML-plugin.cmxs"]
22]
23
24depends: [
25 "ocaml"
26 "zarith"
27 "alt-ergo" {= "1.01"}
28]
29messages: [ "This release is too old. Please consider using version 1.30 that fixes many soundness bugs and brings a lot of improvements" ]
30synopsis: "Alt-Ergo, an SMT Solver for Software Verification: satML Plugin"
31description: """
32Alt-Ergo is an automatic prover of mathematical formulas used behind software verification tools such as Frama-C, SPARK, Why3, Atelier-B and Caveat.
33
34This package provides the satML plugin for Alt-Ergo: an alternative SAT solver based on miniSAT.
35
36usage: alt-ergo -sat-plugin satML-plugin.cmxs [other-options] <file.why>"""
37dev-repo: "git+https://github.com/OCamlPro/alt-ergo.git"
38flags: light-uninstall
39url {
40 src: "http://alt-ergo.ocamlpro.com/http/alt-ergo-1.01/alt-ergo-1.01.tar.gz"
41 checksum: [
42 "sha256=d51a9833acf265d475408cde04e9beb75f950355580b9c73292ffbfbebf280eb"
43 "md5=9fbf8e42bec2a171dc9422f9dcea9519"
44 ]
45}