opam-version: "2.0" maintainer: "simon.cruanes.2007@m4x.org" license: "BSD-2-Clause" synopsis: "A modular, clean and powerful extension of the OCaml standard library" build: [ ["dune" "build" "-p" name "-j" jobs] ["dune" "build" "@doc" "-p" name ] {with-doc} ["dune" "runtest" "-p" name "-j" jobs] {with-test & arch != "x86_32" & arch != "arm32"} ] depends: [ "ocaml" { >= "4.03.0" & < "5.0" } "dune" { >= "1.1" } "dune-configurator" "seq" "qtest" { with-test } "qcheck" { with-test & >= "0.9" } "ounit" { with-test } "iter" { with-test } "gen" { with-test } "uutf" { with-test } "odoc" { with-doc } ] depopts: [ "base-unix" "base-threads" ] tags: [ "stdlib" "containers" "iterators" "list" "heap" "queue" ] homepage: "https://github.com/c-cube/ocaml-containers/" doc: "https://c-cube.github.io/ocaml-containers" dev-repo: "git+https://github.com/c-cube/ocaml-containers.git" bug-reports: "https://github.com/c-cube/ocaml-containers/issues/" authors: "Simon Cruanes" url { src: "https://github.com/c-cube/ocaml-containers/archive/v3.4.tar.gz" checksum: [ "md5=8cd9d8ddf89a60d8f2b005163707ea0e" "sha512=eaeaf87c20ef124b923e461ce108e97d368d5228dd737c83d78c53741e15a8d9bc2af97150efd266cb99c4af63a7a87de47a1c2f3c51725cf62fe4d53b46daa5" ] }