this repo has no description
1opam-version: "2.0"
2synopsis: "A set of advanced datatypes for containers"
3maintainer: ["c-cube"]
4authors: ["c-cube"]
5license: "BSD-2-Clause"
6tags: ["containers" "RAL" "function" "vector" "okasaki"]
7homepage: "https://github.com/c-cube/ocaml-containers/"
8bug-reports: "https://github.com/c-cube/ocaml-containers/issues"
9depends: [
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]
19dev-repo: "git+https://github.com/c-cube/ocaml-containers.git"
20build: [
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]
25url {
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}
33x-commit-hash: "e1de3da1e32413e8faf32dab58a0be8bbc9be51d"