Skip to content

Commit 680fa40

Browse files
authored
Merge pull request #26898 from c-cube/release-containers-v3.15
[new release] containers (2 packages) (3.15)
2 parents 1bb547d + 1888c4a commit 680fa40

File tree

2 files changed

+71
-0
lines changed
  • packages
    • containers-data/containers-data.3.15
    • containers/containers.3.15

2 files changed

+71
-0
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
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.15/containers-3.15.tbz"
28+
checksum: [
29+
"sha256=92143ceb4785ae5f8a07f3ab4ab9f6f32d31ead0536e9be4fdb818dd3c677e58"
30+
"sha512=5fa80189d0e177af2302b48e72b70299d51fc36ac2019e1cbf389ff6a7f4705b10089405b5a719b3e4845b0d1349a47a967f865dc2e4e3f0d5a0167ef6c31431"
31+
]
32+
}
33+
x-commit-hash: "e1de3da1e32413e8faf32dab58a0be8bbc9be51d"
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
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.15/containers-3.15.tbz"
33+
checksum: [
34+
"sha256=92143ceb4785ae5f8a07f3ab4ab9f6f32d31ead0536e9be4fdb818dd3c677e58"
35+
"sha512=5fa80189d0e177af2302b48e72b70299d51fc36ac2019e1cbf389ff6a7f4705b10089405b5a719b3e4845b0d1349a47a967f865dc2e4e3f0d5a0167ef6c31431"
36+
]
37+
}
38+
x-commit-hash: "e1de3da1e32413e8faf32dab58a0be8bbc9be51d"

0 commit comments

Comments
 (0)