this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #26524 from c-cube/release-containers-v3.14

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

authored by

Shon Feder and committed by
GitHub
b88fc3e0 0946bb72

+71
+33
packages/containers-data/containers-data.3.14/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "A set of advanced datatypes for containers" 3 + maintainer: ["c-cube"] 4 + authors: ["c-cube"] 5 + license: "BSD-2-Clause" 6 + tags: ["containers" "RAL" "function" "vector" "okasaki"] 7 + homepage: "https://github.com/c-cube/ocaml-containers/" 8 + bug-reports: "https://github.com/c-cube/ocaml-containers/issues" 9 + depends: [ 10 + "dune" {>= "3.0"} 11 + "ocaml" {>= "4.08"} 12 + "containers" {= version} 13 + "qcheck-core" {>= "0.18" & with-test} 14 + "iter" {with-test} 15 + "gen" {with-test} 16 + "mdx" {with-test} 17 + "odoc" {with-doc} 18 + ] 19 + dev-repo: "git+https://github.com/c-cube/ocaml-containers.git" 20 + build: [ 21 + ["dune" "build" "-p" name "-j" jobs] 22 + ["dune" "build" "@doc" "-p" name ] {with-doc} 23 + ["dune" "runtest" "-p" name "-j" jobs] {with-test & arch != "x86_32" & arch != "arm32"} 24 + ] 25 + url { 26 + src: 27 + "https://github.com/c-cube/ocaml-containers/releases/download/v3.14/containers-3.14.tbz" 28 + checksum: [ 29 + "sha256=c94fba0c7c54349b7021c31f85120495197ddde438c574d48362ec669bf7e564" 30 + "sha512=b33588d9df66a858083616cc70cd82822cecc2dcec8902759e72648e5c41c887556da0a28317f388d34afe319309c20dd8baa7508d003dddff00e83869fad861" 31 + ] 32 + } 33 + x-commit-hash: "6ab811f79b82eb691dc09955a96c7b8d3d9e8141"
+38
packages/containers/containers.3.14/opam
··· 1 + opam-version: "2.0" 2 + synopsis: 3 + "A modular, clean and powerful extension of the OCaml standard library" 4 + maintainer: ["c-cube"] 5 + authors: ["c-cube"] 6 + license: "BSD-2-Clause" 7 + tags: ["stdlib" "containers" "iterators" "list" "heap" "queue"] 8 + homepage: "https://github.com/c-cube/ocaml-containers/" 9 + bug-reports: "https://github.com/c-cube/ocaml-containers/issues" 10 + depends: [ 11 + "dune" {>= "3.0"} 12 + "ocaml" {>= "4.08"} 13 + "either" 14 + "dune-configurator" 15 + "qcheck-core" {>= "0.18" & with-test} 16 + "yojson" {with-test} 17 + "iter" {with-test} 18 + "gen" {with-test} 19 + "csexp" {with-test} 20 + "uutf" {with-test} 21 + "odoc" {with-doc} 22 + ] 23 + depopts: ["base-unix" "base-threads"] 24 + dev-repo: "git+https://github.com/c-cube/ocaml-containers.git" 25 + build: [ 26 + ["dune" "build" "-p" name "-j" jobs] 27 + ["dune" "build" "@doc" "-p" name ] {with-doc} 28 + ["dune" "runtest" "-p" name "-j" jobs] {with-test & arch != "x86_32" & arch != "arm32"} 29 + ] 30 + url { 31 + src: 32 + "https://github.com/c-cube/ocaml-containers/releases/download/v3.14/containers-3.14.tbz" 33 + checksum: [ 34 + "sha256=c94fba0c7c54349b7021c31f85120495197ddde438c574d48362ec669bf7e564" 35 + "sha512=b33588d9df66a858083616cc70cd82822cecc2dcec8902759e72648e5c41c887556da0a28317f388d34afe319309c20dd8baa7508d003dddff00e83869fad861" 36 + ] 37 + } 38 + x-commit-hash: "6ab811f79b82eb691dc09955a96c7b8d3d9e8141"