this repo has no description

Merge pull request #19971 from JoanThibault/release-dagaml-0.02

[NEW RELEASE] DAGaml.0.02

Changed files
+44 -2
packages
DAGaml
DAGaml.0.01
DAGaml.0.02
GuaCaml
GuaCaml.0.03
GuaCaml.0.03.01
+2 -1
packages/DAGaml/DAGaml.0.01/opam
···
homepage: "https://gitlab.com/boreal-ldd/dagaml"
bug-reports: "https://gitlab.com/boreal-ldd/dagaml"
depends: [
-
"ocaml" {>= "4.08.1" & < "4.12"}
+
"ocaml" {>= "4.08.1"}
"GuaCaml" {>= "0.03"}
"Snowflake" {>= "0.02.02"}
"ocamlbuild" {build}
···
]
build: make
install: [make "install"]
+
available: arch != "arm32" & arch != "x86_32"
dev-repo: "git+https://gitlab.com/boreal-ldd/dagaml"
url {
src:"https://gitlab.com/boreal-ldd/dagaml/-/archive/v0.01/dagaml-v0.01.tar.gz"
+22
packages/DAGaml/DAGaml.0.02/opam
···
+
opam-version: "2.0"
+
synopsis: "DAGaml : Abstract DAG manipulation in OCaml"
+
maintainer: "Joan Thibault <joan.thibault@ens-rennes.fr>"
+
authors: "Joan Thibault <joan.thibault@ens-rennes.fr>"
+
license: "LGPL-3.0-only with OCaml-LGPL-linking-exception"
+
homepage: "https://gitlab.com/boreal-ldd/dagaml"
+
bug-reports: "https://gitlab.com/boreal-ldd/dagaml"
+
depends: [
+
"ocaml" {>= "4.08.1"}
+
"GuaCaml" {>= "0.03"}
+
"Snowflake" {>= "0.02.02"}
+
"ocamlbuild" {build}
+
"ocamlfind" {build}
+
]
+
build: [make "lib"]
+
install: [make "install"]
+
available: arch != "arm32" & arch != "x86_32"
+
dev-repo: "git+https://gitlab.com/boreal-ldd/dagaml"
+
url {
+
src:"https://gitlab.com/boreal-ldd/dagaml/-/archive/v0.02/dagaml-v0.02.tar.gz"
+
checksum:"md5=e7744ac85660a981d11772ed70d427ec"
+
}
+19
packages/GuaCaml/GuaCaml.0.03.01/opam
···
+
opam-version: "2.0"
+
synopsis: "GuaCaml : Generic Unspecific Algorithmic in OCaml"
+
maintainer: "Joan Thibault <joan.thibault@ens-rennes.fr>"
+
authors: "Joan Thibault <joan.thibault@ens-rennes.fr>"
+
license: "LGPL-3.0-only with OCaml-LGPL-linking-exception"
+
homepage: "https://gitlab.com/boreal-ldd/guacaml"
+
bug-reports: "https://gitlab.com/boreal-ldd/guacaml"
+
depends: [
+
"ocaml" {>= "4.08"}
+
"ocamlbuild" {build}
+
"ocamlfind" {build}
+
]
+
build: make
+
install: [make "install"]
+
dev-repo: "git+https://gitlab.com/boreal-ldd/guacaml#release"
+
url {
+
src:"https://gitlab.com/boreal-ldd/guacaml/-/archive/v0.03.01/guacaml-v0.03.01.tar.gz"
+
checksum:"md5=4b92e447de895bad3b9dfdd8a3c024ad"
+
}
+1 -1
packages/GuaCaml/GuaCaml.0.03/opam
···
homepage: "https://gitlab.com/boreal-ldd/guacaml"
bug-reports: "https://gitlab.com/boreal-ldd/guacaml"
depends: [
-
"ocaml" {>= "4.08"}
+
"ocaml" {>= "4.08" & < "4.12" }
"ocamlbuild" {build}
"ocamlfind" {build}
]