this repo has no description
1opam-version: "2.0" 2synopsis: "A set of advanced datatypes for containers" 3maintainer: ["c-cube"] 4authors: ["c-cube"] 5license: "BSD-2-Clause" 6tags: ["containers" "RAL" "function" "vector" "okasaki"] 7homepage: "https://github.com/c-cube/ocaml-containers/" 8bug-reports: "https://github.com/c-cube/ocaml-containers/issues" 9depends: [ 10 "dune" {>= "3.0"} 11 "ocaml" {>= "4.08"} 12 "containers" {= version} 13 "qcheck-core" {>= "0.18" & with-test} 14 "iter" {with-test} 15 "gen" {with-test} 16 "mdx" {with-test} 17 "odoc" {with-doc} 18] 19dev-repo: "git+https://github.com/c-cube/ocaml-containers.git" 20build: [ 21 ["dune" "build" "-p" name "-j" jobs] 22 ["dune" "build" "@doc" "-p" name ] {with-doc} 23 ["dune" "runtest" "-p" name "-j" jobs] {with-test & arch != "x86_32" & arch != "arm32"} 24] 25url { 26 src: 27 "https://github.com/c-cube/ocaml-containers/releases/download/v3.14/containers-3.14.tbz" 28 checksum: [ 29 "sha256=c94fba0c7c54349b7021c31f85120495197ddde438c574d48362ec669bf7e564" 30 "sha512=b33588d9df66a858083616cc70cd82822cecc2dcec8902759e72648e5c41c887556da0a28317f388d34afe319309c20dd8baa7508d003dddff00e83869fad861" 31 ] 32} 33x-commit-hash: "6ab811f79b82eb691dc09955a96c7b8d3d9e8141"