this repo has no description
1opam-version: "2.0"
2synopsis: "An experimental Why3 frontend for Alt-Ergo"
3description: """
4An experimental front-end that parses a subset of Why3's logic. More
5precisely, this front-end targets proof obligations generated by the
6Atelier-B framework in Why3 format. It should be used with a prelude
7defining the B Set theory."""
8maintainer: ["Alt-Ergo developers"]
9authors: ["Alt-Ergo developers"]
10license: "LGPL-2.1-only"
11homepage: "https://alt-ergo.ocamlpro.com/"
12doc: "https://ocamlpro.github.io/alt-ergo"
13bug-reports: "https://github.com/OCamlPro/alt-ergo/issues"
14depends: [
15 "dune" {>= "3.0"}
16 "alt-ergo" {= version}
17 "alt-ergo-lib" {= version}
18 "alt-ergo-parsers" {= version}
19 "odoc" {with-doc}
20]
21build: [
22 ["dune" "subst"] {dev}
23 [
24 "dune"
25 "build"
26 "-p"
27 name
28 "-j"
29 jobs
30 "--promote-install-files=false"
31 "@install"
32 "@runtest" {with-test}
33 "@doc" {with-doc}
34 ]
35 ["dune" "install" "-p" name "--create-install-files" name]
36]
37dev-repo: "git+https://github.com/OCamlPro/alt-ergo.git"
38url {
39 src:
40 "https://github.com/OCamlPro/alt-ergo/releases/download/v2.5.1/alt-ergo-2.5.1.tbz"
41 checksum: [
42 "sha256=9cf8d69a0e457a939b86aba2a18c6154faba51d387b42a361ece55d329dd601d"
43 "sha512=09694d18496ba1938daaa7b4e28e6b3d6811687dd3aaede17917f20511be9d8328394fac021af683d4c0217d4b030da9a60a5b9c14d968f1948735ea7ec52543"
44 ]
45}
46x-commit-hash: "c610e3ab1c6bc71e036475d86e26f4734676d321"