this repo has no description

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

[new release] Alt-Ergo 2.4.3

Kate 4febefe2 88362781

Changed files
+189
packages
alt-ergo
alt-ergo.2.4.3
alt-ergo-lib
alt-ergo-lib.2.4.3
alt-ergo-parsers
alt-ergo-parsers.2.4.3
altgr-ergo
altgr-ergo.2.4.3
+49
packages/alt-ergo-lib/alt-ergo-lib.2.4.3/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "The Alt-Ergo SMT prover library"
+
description: """
+
This is the core library used in the Alt-Ergo SMT solver.
+
+
Alt-Ergo is an automatic theorem prover of mathematical formulas. It was developed at LRI, and is now maintained at OCamlPro.
+
+
See more details on http://alt-ergo.ocamlpro.com/"""
+
maintainer: ["Alt-Ergo developers"]
+
authors: ["Alt-Ergo developers"]
+
homepage: "https://alt-ergo.ocamlpro.com/"
+
doc: "https://ocamlpro.github.io/alt-ergo"
+
bug-reports: "https://github.com/OCamlPro/alt-ergo/issues"
+
depends: [
+
"dune" {>= "3.0"}
+
"ocaml" {>= "4.05.0"}
+
"dune-configurator"
+
"dune-build-info"
+
"num"
+
"ocplib-simplex" {>= "0.4.1" & < "0.5"}
+
"zarith" { >= "1.4" }
+
"seq"
+
"stdlib-shims"
+
"odoc" {with-doc}
+
]
+
dev-repo: "git+https://github.com/OCamlPro/alt-ergo.git"
+
# This part comes from the template. Please edit alt-ergo-lib.opam.template
+
# and not alt-ergo-lib.opam which is generated by dune
+
tags: "org:OCamlPro"
+
+
license: [
+
"LicenseRef-OCamlpro-Non-Commercial"
+
"Apache-2.0"
+
"LGPL-2.1-only"
+
]
+
+
build: [
+
["ocaml" "unix.cma" "configure.ml" name "--prefix" prefix "--libdir" lib "--mandir" man]
+
["dune" "subst"] {dev}
+
["dune" "build" "-p" name "-j" jobs]
+
]
+
url {
+
src: "https://github.com/OCamlPro/alt-ergo/releases/download/2.4.3/alt-ergo-2.4.3.tar.gz"
+
checksum: [
+
"md5=ba99f4c71bf6de3d2475272af2ee7df2"
+
"sha512=90c01175ec5e4c1818b1d370e300f30d6b433d34d3bae5d85394911a9bf145f1a66c41e997627d074206a8c57909c44c22dc86ed2df746f9ba1f1d7f21d7d60c"
+
]
+
}
+47
packages/alt-ergo-parsers/alt-ergo-parsers.2.4.3/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "The Alt-Ergo SMT prover parser library"
+
description: """
+
This is the parser library used in the Alt-Ergo SMT solver.
+
+
Alt-Ergo is an automatic theorem prover of mathematical formulas. It was developed at LRI, and is now maintained at OCamlPro.
+
+
See more details on http://alt-ergo.ocamlpro.com/"""
+
maintainer: ["Alt-Ergo developers"]
+
authors: ["Alt-Ergo developers"]
+
homepage: "https://alt-ergo.ocamlpro.com/"
+
doc: "https://ocamlpro.github.io/alt-ergo"
+
bug-reports: "https://github.com/OCamlPro/alt-ergo/issues"
+
depends: [
+
"dune" {>= "3.0"}
+
"ocaml" {>= "4.05.0"}
+
"alt-ergo-lib" {= version}
+
"psmt2-frontend" {>= "0.4"}
+
"camlzip" {>= "1.07"}
+
"menhir"
+
"stdlib-shims"
+
"odoc" {with-doc}
+
]
+
dev-repo: "git+https://github.com/OCamlPro/alt-ergo.git"
+
# This part comes from the template. Please edit alt-ergo-parsers.opam.template
+
# and not alt-ergo-parsers.opam which is generated by dune
+
tags: "org:OCamlPro"
+
+
license: [
+
"LicenseRef-OCamlpro-Non-Commercial"
+
"Apache-2.0"
+
"LGPL-2.1-only"
+
]
+
+
build: [
+
["ocaml" "unix.cma" "configure.ml" name "--prefix" prefix "--libdir" lib "--mandir" man]
+
["dune" "subst"] {dev}
+
["dune" "build" "-p" name "-j" jobs]
+
]
+
url {
+
src: "https://github.com/OCamlPro/alt-ergo/releases/download/2.4.3/alt-ergo-2.4.3.tar.gz"
+
checksum: [
+
"md5=ba99f4c71bf6de3d2475272af2ee7df2"
+
"sha512=90c01175ec5e4c1818b1d370e300f30d6b433d34d3bae5d85394911a9bf145f1a66c41e997627d074206a8c57909c44c22dc86ed2df746f9ba1f1d7f21d7d60c"
+
]
+
}
+44
packages/alt-ergo/alt-ergo.2.4.3/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "The Alt-Ergo SMT prover"
+
description: """
+
Alt-Ergo is an automatic theorem prover of mathematical formulas. It was developed at LRI, and is now maintained at OCamlPro.
+
+
See more details on https://alt-ergo.ocamlpro.com/"""
+
maintainer: ["Alt-Ergo developers"]
+
authors: ["Alt-Ergo developers"]
+
homepage: "https://alt-ergo.ocamlpro.com/"
+
doc: "https://ocamlpro.github.io/alt-ergo"
+
bug-reports: "https://github.com/OCamlPro/alt-ergo/issues"
+
depends: [
+
"dune" {>= "3.0"}
+
"ocaml" {>= "4.05.0"}
+
"alt-ergo-lib" {= version}
+
"alt-ergo-parsers" {= version}
+
"menhir"
+
"cmdliner" {>= "1.1.0"}
+
"odoc" {with-doc}
+
]
+
dev-repo: "git+https://github.com/OCamlPro/alt-ergo.git"
+
# This part comes from the template. Please edit alt-ergo.opam.template
+
# and not alt-ergo.opam which is generated by dune
+
tags: "org:OCamlPro"
+
+
license: [
+
"LicenseRef-OCamlpro-Non-Commercial"
+
"Apache-2.0"
+
"LGPL-2.1-only"
+
]
+
+
build: [
+
["ocaml" "unix.cma" "configure.ml" name "--prefix" prefix "--libdir" lib "--mandir" man]
+
["dune" "subst"] {dev}
+
["dune" "build" "-p" name "-j" jobs]
+
]
+
url {
+
src: "https://github.com/OCamlPro/alt-ergo/releases/download/2.4.3/alt-ergo-2.4.3.tar.gz"
+
checksum: [
+
"md5=ba99f4c71bf6de3d2475272af2ee7df2"
+
"sha512=90c01175ec5e4c1818b1d370e300f30d6b433d34d3bae5d85394911a9bf145f1a66c41e997627d074206a8c57909c44c22dc86ed2df746f9ba1f1d7f21d7d60c"
+
]
+
}
+49
packages/altgr-ergo/altgr-ergo.2.4.3/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "The GUI for the Alt-Ergo SMT prover"
+
description: """
+
Altgr-Ergo is the graphical interface for the Alt-Ergo SMT prover.
+
+
Alt-Ergo is an automatic theorem prover of mathematical formulas. It was developed at LRI, and is now maintained at OCamlPro.
+
+
See more details on https://alt-ergo.ocamlpro.com/"""
+
maintainer: ["Alt-Ergo developers"]
+
authors: ["Alt-Ergo developers"]
+
homepage: "https://alt-ergo.ocamlpro.com/"
+
doc: "https://ocamlpro.github.io/alt-ergo"
+
bug-reports: "https://github.com/OCamlPro/alt-ergo/issues"
+
depends: [
+
"dune" {>= "3.0"}
+
"ocaml" {>= "4.05.0"}
+
"alt-ergo-lib" {= version}
+
"alt-ergo-parsers" {= version}
+
"lablgtk3"
+
"cairo2" {>= "0.6.4"}
+
"conf-gtksourceview3"
+
"lablgtk3-sourceview3"
+
"cmdliner" {>= "1.1.0"}
+
"odoc" {with-doc}
+
]
+
dev-repo: "git+https://github.com/OCamlPro/alt-ergo.git"
+
# This part comes from the template. Please edit altgr-ergo.opam.template
+
# and not altgr-ergo.opam which is generated by dune
+
tags: "org:OCamlPro"
+
+
license: [
+
"LicenseRef-OCamlpro-Non-Commercial"
+
"Apache-2.0"
+
"LGPL-2.1-only"
+
]
+
+
build: [
+
["ocaml" "unix.cma" "configure.ml" name "--prefix" prefix "--libdir" lib "--mandir" man]
+
["dune" "subst"] {dev}
+
["dune" "build" "-p" name "-j" jobs]
+
]
+
url {
+
src: "https://github.com/OCamlPro/alt-ergo/releases/download/2.4.3/alt-ergo-2.4.3.tar.gz"
+
checksum: [
+
"md5=ba99f4c71bf6de3d2475272af2ee7df2"
+
"sha512=90c01175ec5e4c1818b1d370e300f30d6b433d34d3bae5d85394911a9bf145f1a66c41e997627d074206a8c57909c44c22dc86ed2df746f9ba1f1d7f21d7d60c"
+
]
+
}