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/containers-3.13.tbz" 28 checksum: [ 29 "sha256=372df86e2a41e86c959c28a3392eb2ffd89754d1e5af2aaa09537654af57b1da" 30 "sha512=7d87d44065612095fa0342a9c95a2c4cfdf73d5af47c6fce24262cf2870c36dee70ebecd056113aa9c1643256bc032c08530f5083061c44602c0da5a132c2d6c" 31 ] 32} 33x-commit-hash: "7c1ca1d82f3894bbfb634cbd421f696e854cafbc"