this repo has no description

Merge pull request #26898 from c-cube/release-containers-v3.15

[new release] containers (2 packages) (3.15)

Changed files
+71
packages
containers
containers.3.15
containers-data
containers-data.3.15
+33
packages/containers-data/containers-data.3.15/opam
···
+
opam-version: "2.0"
+
synopsis: "A set of advanced datatypes for containers"
+
maintainer: ["c-cube"]
+
authors: ["c-cube"]
+
license: "BSD-2-Clause"
+
tags: ["containers" "RAL" "function" "vector" "okasaki"]
+
homepage: "https://github.com/c-cube/ocaml-containers/"
+
bug-reports: "https://github.com/c-cube/ocaml-containers/issues"
+
depends: [
+
"dune" {>= "3.0"}
+
"ocaml" {>= "4.08"}
+
"containers" {= version}
+
"qcheck-core" {>= "0.18" & with-test}
+
"iter" {with-test}
+
"gen" {with-test}
+
"mdx" {with-test}
+
"odoc" {with-doc}
+
]
+
dev-repo: "git+https://github.com/c-cube/ocaml-containers.git"
+
build: [
+
["dune" "build" "-p" name "-j" jobs]
+
["dune" "build" "@doc" "-p" name ] {with-doc}
+
["dune" "runtest" "-p" name "-j" jobs] {with-test & arch != "x86_32" & arch != "arm32"}
+
]
+
url {
+
src:
+
"https://github.com/c-cube/ocaml-containers/releases/download/v3.15/containers-3.15.tbz"
+
checksum: [
+
"sha256=92143ceb4785ae5f8a07f3ab4ab9f6f32d31ead0536e9be4fdb818dd3c677e58"
+
"sha512=5fa80189d0e177af2302b48e72b70299d51fc36ac2019e1cbf389ff6a7f4705b10089405b5a719b3e4845b0d1349a47a967f865dc2e4e3f0d5a0167ef6c31431"
+
]
+
}
+
x-commit-hash: "e1de3da1e32413e8faf32dab58a0be8bbc9be51d"
+38
packages/containers/containers.3.15/opam
···
+
opam-version: "2.0"
+
synopsis:
+
"A modular, clean and powerful extension of the OCaml standard library"
+
maintainer: ["c-cube"]
+
authors: ["c-cube"]
+
license: "BSD-2-Clause"
+
tags: ["stdlib" "containers" "iterators" "list" "heap" "queue"]
+
homepage: "https://github.com/c-cube/ocaml-containers/"
+
bug-reports: "https://github.com/c-cube/ocaml-containers/issues"
+
depends: [
+
"dune" {>= "3.0"}
+
"ocaml" {>= "4.08"}
+
"either"
+
"dune-configurator"
+
"qcheck-core" {>= "0.18" & with-test}
+
"yojson" {with-test}
+
"iter" {with-test}
+
"gen" {with-test}
+
"csexp" {with-test}
+
"uutf" {with-test}
+
"odoc" {with-doc}
+
]
+
depopts: ["base-unix" "base-threads"]
+
dev-repo: "git+https://github.com/c-cube/ocaml-containers.git"
+
build: [
+
["dune" "build" "-p" name "-j" jobs]
+
["dune" "build" "@doc" "-p" name ] {with-doc}
+
["dune" "runtest" "-p" name "-j" jobs] {with-test & arch != "x86_32" & arch != "arm32"}
+
]
+
url {
+
src:
+
"https://github.com/c-cube/ocaml-containers/releases/download/v3.15/containers-3.15.tbz"
+
checksum: [
+
"sha256=92143ceb4785ae5f8a07f3ab4ab9f6f32d31ead0536e9be4fdb818dd3c677e58"
+
"sha512=5fa80189d0e177af2302b48e72b70299d51fc36ac2019e1cbf389ff6a7f4705b10089405b5a719b3e4845b0d1349a47a967f865dc2e4e3f0d5a0167ef6c31431"
+
]
+
}
+
x-commit-hash: "e1de3da1e32413e8faf32dab58a0be8bbc9be51d"