this repo has no description
1opam-version: "2.0"
2maintainer: "simon.cruanes.2007@m4x.org"
3synopsis: "A modular, clean and powerful extension of the OCaml standard library"
4build: [
5 ["dune" "build" "-p" name "-j" jobs]
6 ["dune" "build" "@doc" "-p" name ] {with-doc}
7 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
8]
9depends: [
10 "ocaml" { >= "4.03.0" & < "5.0" }
11 "ocaml" { with-test & < "4.11" }
12 "dune" { >= "1.1" }
13 "dune-configurator"
14 "seq"
15 "qtest" { with-test }
16 "qcheck" { with-test & < "0.14" }
17 "ounit" { with-test }
18 "iter" { with-test }
19 "gen" { with-test }
20 "uutf" { with-test }
21 "mdx" { with-test & >= "1.5.0" & < "2.0.0" }
22 "odoc" { with-doc }
23]
24depopts: [
25 "base-unix"
26 "base-threads"
27]
28tags: [ "stdlib" "containers" "iterators" "list" "heap" "queue" ]
29homepage: "https://github.com/c-cube/ocaml-containers/"
30doc: "https://c-cube.github.io/ocaml-containers"
31dev-repo: "git+https://github.com/c-cube/ocaml-containers.git"
32bug-reports: "https://github.com/c-cube/ocaml-containers/issues/"
33authors: "Simon Cruanes"
34url {
35 src: "https://github.com/c-cube/ocaml-containers/archive/v2.8.1.tar.gz"
36 checksum: [
37 "md5=d84e09c5d0abc501aa17cd502e31a038"
38 "sha512=8b832f4ada6035e80d81be0cfb7bdffb695ec67d465ed6097a144019e2b8a8f909095e78019c3da2d8181cc3cd730cd48f7519e87d3162442562103b7f36aabb"
39 ]
40}