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.4/alt-ergo-2.5.4.tbz" 41 checksum: [ 42 "sha256=02c1e89398badafa89e612bc5d1883f2133a250685bf774cc5901c5581229bac" 43 "sha512=9f565c3f0d17328465832b8b107f048d67225bee23b83c7b02e820796201ca96cdb99574ff50c619badaadd5274b5c128d8f30e7532d44a1ee061a7e2d5d318d" 44 ] 45} 46x-commit-hash: "37b2addcc09ef8530d40608480d6993ec9b414ab"