this repo has no description
1opam-version: "2.0" 2synopsis: 3 "A modular, clean and powerful extension of the OCaml standard library" 4maintainer: ["c-cube"] 5authors: ["c-cube"] 6license: "BSD-2-Clause" 7tags: ["stdlib" "containers" "iterators" "list" "heap" "queue"] 8homepage: "https://github.com/c-cube/ocaml-containers/" 9bug-reports: "https://github.com/c-cube/ocaml-containers/issues" 10depends: [ 11 "dune" {>= "2.9"} 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] 23depopts: ["base-unix" "base-threads"] 24dev-repo: "git+https://github.com/c-cube/ocaml-containers.git" 25build: [ 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] 30url { 31 src: 32 "https://github.com/c-cube/ocaml-containers/releases/download/v3.13/containers-3.13.tbz" 33 checksum: [ 34 "sha256=372df86e2a41e86c959c28a3392eb2ffd89754d1e5af2aaa09537654af57b1da" 35 "sha512=7d87d44065612095fa0342a9c95a2c4cfdf73d5af47c6fce24262cf2870c36dee70ebecd056113aa9c1643256bc032c08530f5083061c44602c0da5a132c2d6c" 36 ] 37} 38x-commit-hash: "7c1ca1d82f3894bbfb634cbd421f696e854cafbc"