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 <alt-ergo@ocamlpro.com>"] 9authors: ["Alt-Ergo developers <alt-ergo@ocamlpro.com>"] 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.14"} 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" 38# This part comes from the template. Please edit 39# alt-ergo-plugin-ab-why3.opam.template and not alt-ergo-plugin-ab-why3.opam 40# which is generated by dune 41 42conflicts: [ "ocaml-option-bytecode-only" ] 43url { 44 src: 45 "https://github.com/OCamlPro/alt-ergo/releases/download/v2.6.0/alt-ergo-2.6.0.tbz" 46 checksum: [ 47 "sha256=1269311af25278a466892ba878cc888ba59f177f53dd03f12a2c623b03fcf37e" 48 "sha512=8a841e1f295e889fa9cb95aa4021bbb481d73279e99512c2afb3510e1f6c9d367113ee6bd3a90bc51111fa3e766a302633e9d5d18fde7660b139cd19a271eb23" 49 ] 50} 51x-commit-hash: "af8193ed37e039010ed60486ac88bbbfbdec9614"