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 "dune" { >= "1.1" } 12 "dune-configurator" 13 "seq" 14 "qtest" { with-test } 15 "qcheck" { with-test & >= "0.9" } 16 "ounit" { with-test } 17 "iter" { with-test } 18 "gen" { with-test } 19 "uutf" { with-test } 20 "odoc" { with-doc } 21] 22depopts: [ 23 "base-unix" 24 "base-threads" 25] 26tags: [ "stdlib" "containers" "iterators" "list" "heap" "queue" ] 27homepage: "https://github.com/c-cube/ocaml-containers/" 28doc: "https://c-cube.github.io/ocaml-containers" 29dev-repo: "git+https://github.com/c-cube/ocaml-containers.git" 30bug-reports: "https://github.com/c-cube/ocaml-containers/issues/" 31authors: "Simon Cruanes" 32url { 33 src: "https://github.com/c-cube/ocaml-containers/archive/v3.0.1.tar.gz" 34 checksum: [ 35 "md5=438a7bbcb789e116eead04c8a59641f0" 36 "sha512=b5551a9ebb9500e14482852c9294c9b4cc3df8153ba64b8e4c4de1dacbd0322ebe4a212316b308c94af562a40099c85b89a8415780cf4e2e0e519870f7342c1b" 37 ] 38}