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" {>= "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] 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.15/containers-3.15.tbz" 33 checksum: [ 34 "sha256=92143ceb4785ae5f8a07f3ab4ab9f6f32d31ead0536e9be4fdb818dd3c677e58" 35 "sha512=5fa80189d0e177af2302b48e72b70299d51fc36ac2019e1cbf389ff6a7f4705b10089405b5a719b3e4845b0d1349a47a967f865dc2e4e3f0d5a0167ef6c31431" 36 ] 37} 38x-commit-hash: "e1de3da1e32413e8faf32dab58a0be8bbc9be51d"