this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #23692 from Halbaroth/publish-alt-ergo-2.4.3

[new release] Alt-Ergo 2.4.3

authored by

Kate and committed by
GitHub
4febefe2 88362781

+189
+49
packages/alt-ergo-lib/alt-ergo-lib.2.4.3/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "The Alt-Ergo SMT prover library" 4 + description: """ 5 + This is the core library used in the Alt-Ergo SMT solver. 6 + 7 + Alt-Ergo is an automatic theorem prover of mathematical formulas. It was developed at LRI, and is now maintained at OCamlPro. 8 + 9 + See more details on http://alt-ergo.ocamlpro.com/""" 10 + maintainer: ["Alt-Ergo developers"] 11 + authors: ["Alt-Ergo developers"] 12 + homepage: "https://alt-ergo.ocamlpro.com/" 13 + doc: "https://ocamlpro.github.io/alt-ergo" 14 + bug-reports: "https://github.com/OCamlPro/alt-ergo/issues" 15 + depends: [ 16 + "dune" {>= "3.0"} 17 + "ocaml" {>= "4.05.0"} 18 + "dune-configurator" 19 + "dune-build-info" 20 + "num" 21 + "ocplib-simplex" {>= "0.4.1" & < "0.5"} 22 + "zarith" { >= "1.4" } 23 + "seq" 24 + "stdlib-shims" 25 + "odoc" {with-doc} 26 + ] 27 + dev-repo: "git+https://github.com/OCamlPro/alt-ergo.git" 28 + # This part comes from the template. Please edit alt-ergo-lib.opam.template 29 + # and not alt-ergo-lib.opam which is generated by dune 30 + tags: "org:OCamlPro" 31 + 32 + license: [ 33 + "LicenseRef-OCamlpro-Non-Commercial" 34 + "Apache-2.0" 35 + "LGPL-2.1-only" 36 + ] 37 + 38 + build: [ 39 + ["ocaml" "unix.cma" "configure.ml" name "--prefix" prefix "--libdir" lib "--mandir" man] 40 + ["dune" "subst"] {dev} 41 + ["dune" "build" "-p" name "-j" jobs] 42 + ] 43 + url { 44 + src: "https://github.com/OCamlPro/alt-ergo/releases/download/2.4.3/alt-ergo-2.4.3.tar.gz" 45 + checksum: [ 46 + "md5=ba99f4c71bf6de3d2475272af2ee7df2" 47 + "sha512=90c01175ec5e4c1818b1d370e300f30d6b433d34d3bae5d85394911a9bf145f1a66c41e997627d074206a8c57909c44c22dc86ed2df746f9ba1f1d7f21d7d60c" 48 + ] 49 + }
+47
packages/alt-ergo-parsers/alt-ergo-parsers.2.4.3/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "The Alt-Ergo SMT prover parser library" 4 + description: """ 5 + This is the parser library used in the Alt-Ergo SMT solver. 6 + 7 + Alt-Ergo is an automatic theorem prover of mathematical formulas. It was developed at LRI, and is now maintained at OCamlPro. 8 + 9 + See more details on http://alt-ergo.ocamlpro.com/""" 10 + maintainer: ["Alt-Ergo developers"] 11 + authors: ["Alt-Ergo developers"] 12 + homepage: "https://alt-ergo.ocamlpro.com/" 13 + doc: "https://ocamlpro.github.io/alt-ergo" 14 + bug-reports: "https://github.com/OCamlPro/alt-ergo/issues" 15 + depends: [ 16 + "dune" {>= "3.0"} 17 + "ocaml" {>= "4.05.0"} 18 + "alt-ergo-lib" {= version} 19 + "psmt2-frontend" {>= "0.4"} 20 + "camlzip" {>= "1.07"} 21 + "menhir" 22 + "stdlib-shims" 23 + "odoc" {with-doc} 24 + ] 25 + dev-repo: "git+https://github.com/OCamlPro/alt-ergo.git" 26 + # This part comes from the template. Please edit alt-ergo-parsers.opam.template 27 + # and not alt-ergo-parsers.opam which is generated by dune 28 + tags: "org:OCamlPro" 29 + 30 + license: [ 31 + "LicenseRef-OCamlpro-Non-Commercial" 32 + "Apache-2.0" 33 + "LGPL-2.1-only" 34 + ] 35 + 36 + build: [ 37 + ["ocaml" "unix.cma" "configure.ml" name "--prefix" prefix "--libdir" lib "--mandir" man] 38 + ["dune" "subst"] {dev} 39 + ["dune" "build" "-p" name "-j" jobs] 40 + ] 41 + url { 42 + src: "https://github.com/OCamlPro/alt-ergo/releases/download/2.4.3/alt-ergo-2.4.3.tar.gz" 43 + checksum: [ 44 + "md5=ba99f4c71bf6de3d2475272af2ee7df2" 45 + "sha512=90c01175ec5e4c1818b1d370e300f30d6b433d34d3bae5d85394911a9bf145f1a66c41e997627d074206a8c57909c44c22dc86ed2df746f9ba1f1d7f21d7d60c" 46 + ] 47 + }
+44
packages/alt-ergo/alt-ergo.2.4.3/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "The Alt-Ergo SMT prover" 4 + description: """ 5 + Alt-Ergo is an automatic theorem prover of mathematical formulas. It was developed at LRI, and is now maintained at OCamlPro. 6 + 7 + See more details on https://alt-ergo.ocamlpro.com/""" 8 + maintainer: ["Alt-Ergo developers"] 9 + authors: ["Alt-Ergo developers"] 10 + homepage: "https://alt-ergo.ocamlpro.com/" 11 + doc: "https://ocamlpro.github.io/alt-ergo" 12 + bug-reports: "https://github.com/OCamlPro/alt-ergo/issues" 13 + depends: [ 14 + "dune" {>= "3.0"} 15 + "ocaml" {>= "4.05.0"} 16 + "alt-ergo-lib" {= version} 17 + "alt-ergo-parsers" {= version} 18 + "menhir" 19 + "cmdliner" {>= "1.1.0"} 20 + "odoc" {with-doc} 21 + ] 22 + dev-repo: "git+https://github.com/OCamlPro/alt-ergo.git" 23 + # This part comes from the template. Please edit alt-ergo.opam.template 24 + # and not alt-ergo.opam which is generated by dune 25 + tags: "org:OCamlPro" 26 + 27 + license: [ 28 + "LicenseRef-OCamlpro-Non-Commercial" 29 + "Apache-2.0" 30 + "LGPL-2.1-only" 31 + ] 32 + 33 + build: [ 34 + ["ocaml" "unix.cma" "configure.ml" name "--prefix" prefix "--libdir" lib "--mandir" man] 35 + ["dune" "subst"] {dev} 36 + ["dune" "build" "-p" name "-j" jobs] 37 + ] 38 + url { 39 + src: "https://github.com/OCamlPro/alt-ergo/releases/download/2.4.3/alt-ergo-2.4.3.tar.gz" 40 + checksum: [ 41 + "md5=ba99f4c71bf6de3d2475272af2ee7df2" 42 + "sha512=90c01175ec5e4c1818b1d370e300f30d6b433d34d3bae5d85394911a9bf145f1a66c41e997627d074206a8c57909c44c22dc86ed2df746f9ba1f1d7f21d7d60c" 43 + ] 44 + }
+49
packages/altgr-ergo/altgr-ergo.2.4.3/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "The GUI for the Alt-Ergo SMT prover" 4 + description: """ 5 + Altgr-Ergo is the graphical interface for the Alt-Ergo SMT prover. 6 + 7 + Alt-Ergo is an automatic theorem prover of mathematical formulas. It was developed at LRI, and is now maintained at OCamlPro. 8 + 9 + See more details on https://alt-ergo.ocamlpro.com/""" 10 + maintainer: ["Alt-Ergo developers"] 11 + authors: ["Alt-Ergo developers"] 12 + homepage: "https://alt-ergo.ocamlpro.com/" 13 + doc: "https://ocamlpro.github.io/alt-ergo" 14 + bug-reports: "https://github.com/OCamlPro/alt-ergo/issues" 15 + depends: [ 16 + "dune" {>= "3.0"} 17 + "ocaml" {>= "4.05.0"} 18 + "alt-ergo-lib" {= version} 19 + "alt-ergo-parsers" {= version} 20 + "lablgtk3" 21 + "cairo2" {>= "0.6.4"} 22 + "conf-gtksourceview3" 23 + "lablgtk3-sourceview3" 24 + "cmdliner" {>= "1.1.0"} 25 + "odoc" {with-doc} 26 + ] 27 + dev-repo: "git+https://github.com/OCamlPro/alt-ergo.git" 28 + # This part comes from the template. Please edit altgr-ergo.opam.template 29 + # and not altgr-ergo.opam which is generated by dune 30 + tags: "org:OCamlPro" 31 + 32 + license: [ 33 + "LicenseRef-OCamlpro-Non-Commercial" 34 + "Apache-2.0" 35 + "LGPL-2.1-only" 36 + ] 37 + 38 + build: [ 39 + ["ocaml" "unix.cma" "configure.ml" name "--prefix" prefix "--libdir" lib "--mandir" man] 40 + ["dune" "subst"] {dev} 41 + ["dune" "build" "-p" name "-j" jobs] 42 + ] 43 + url { 44 + src: "https://github.com/OCamlPro/alt-ergo/releases/download/2.4.3/alt-ergo-2.4.3.tar.gz" 45 + checksum: [ 46 + "md5=ba99f4c71bf6de3d2475272af2ee7df2" 47 + "sha512=90c01175ec5e4c1818b1d370e300f30d6b433d34d3bae5d85394911a9bf145f1a66c41e997627d074206a8c57909c44c22dc86ed2df746f9ba1f1d7f21d7d60c" 48 + ] 49 + }