this repo has no description

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

CHANGES:

- list: TRMC was in 4.14, we can use it earlier
- fix insidious bug in CCList.flat_map linked to unspecified
evaluation order
- perf: use `concat_map` for `CCList.flat_map` on >= 5.1
(this also re-fixes the same bug in `CCList.flat_map` anyway)

Changed files
+71
packages
containers
containers.3.13.1
containers-data
containers-data.3.13.1
+33
packages/containers-data/containers-data.3.13.1/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" {>= "2.9"}
+
"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.13.1/containers-3.13.1.tbz"
+
checksum: [
+
"sha256=eb9b26eb2c3cf04fc5157d256eb49c43552ccb5c59c568772d70315db9669784"
+
"sha512=7f4cf5112c8047fd789c04129745dbe9783aa94390e8983f86408053b0af637e2a9cfce1559ce466b1b6ff7c01fd52d8685f5db1d1c0dda2c0aa138f90606a50"
+
]
+
}
+
x-commit-hash: "60bb2c8c68e3fce3d77c0e521fd6a1861ce6701e"
+38
packages/containers/containers.3.13.1/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" {>= "2.9"}
+
"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.13.1/containers-3.13.1.tbz"
+
checksum: [
+
"sha256=eb9b26eb2c3cf04fc5157d256eb49c43552ccb5c59c568772d70315db9669784"
+
"sha512=7f4cf5112c8047fd789c04129745dbe9783aa94390e8983f86408053b0af637e2a9cfce1559ce466b1b6ff7c01fd52d8685f5db1d1c0dda2c0aa138f90606a50"
+
]
+
}
+
x-commit-hash: "60bb2c8c68e3fce3d77c0e521fd6a1861ce6701e"