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" } "dune" { >= "2.0" } "dune-configurator" "seq" # compat "either" # compat "qtest" { with-test } "qcheck" { >= "0.14" & with-test } "ounit2" { with-test } "iter" { with-test } "gen" { with-test } "csexp" { with-test } "uutf" { with-test } "odoc" { with-doc } ] depopts: [ "base-unix" "base-threads" ] conflicts: [ "ocaml-option-bytecode-only" ] 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.8.tar.gz" checksum: [ "md5=f1c717c9a1015e81253f226ae594f547" "sha512=7640b6af5a61e53e52eac51f237a06c5c21597374481af218cf0601c2b9059b96254058b92adb73ce20b1dece4ccaffb99d1b29b235c4dc954619738d8d0de40" ] }