this repo has no description

Merge pull request #21283 from JoanThibault/release-guacaml-0.04

RELEASE GuaCaml.0.04

Kate 83a76596 34f2c01b

Changed files
+21 -2
packages
DAGaml
DAGaml.0.01
DAGaml.0.02
GuaCaml
GuaCaml.0.04
+1 -1
packages/DAGaml/DAGaml.0.01/opam
···
bug-reports: "https://gitlab.com/boreal-ldd/dagaml"
depends: [
"ocaml" {>= "4.08.1"}
-
"GuaCaml" {>= "0.03"}
+
"GuaCaml" {>= "0.03" & < "0.04"}
"Snowflake" {>= "0.02.02"}
"ocamlbuild" {build}
"ocamlfind" {build}
+1 -1
packages/DAGaml/DAGaml.0.02/opam
···
bug-reports: "https://gitlab.com/boreal-ldd/dagaml"
depends: [
"ocaml" {>= "4.08.1"}
-
"GuaCaml" {>= "0.03"}
+
"GuaCaml" {>= "0.03" & < "0.04"}
"Snowflake" {>= "0.02.02"}
"ocamlbuild" {build}
"ocamlfind" {build}
+19
packages/GuaCaml/GuaCaml.0.04/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.13"}
+
"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.04/guacaml-v0.04.tar.gz"
+
checksum:"md5=03ca9b7c6f12cd570ca73a973c21de32"
+
}