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" {>= "2.9"} 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.13.1/containers-3.13.1.tbz" 28 checksum: [ 29 "sha256=eb9b26eb2c3cf04fc5157d256eb49c43552ccb5c59c568772d70315db9669784" 30 "sha512=7f4cf5112c8047fd789c04129745dbe9783aa94390e8983f86408053b0af637e2a9cfce1559ce466b1b6ff7c01fd52d8685f5db1d1c0dda2c0aa138f90606a50" 31 ] 32} 33x-commit-hash: "60bb2c8c68e3fce3d77c0e521fd6a1861ce6701e"