this repo has no description
1opam-version: "2.0" 2authors: ["Simon Cruanes" "Gabriel Radanne"] 3maintainer: "simon.cruanes.2007@m4x.org" 4license: "BSD-2-clause" 5synopsis: "Simple abstraction over `iter` functions, intended to iterate efficiently on collections while performing some transformations" 6build: [ 7 ["dune" "build" "@install" "-p" name "-j" jobs] 8 ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc} 9 ["dune" "runtest" "-p" name "-j" jobs] {with-test & arch != "arm32" & arch != "x86_32"} 10] 11depends: [ 12 "ocaml" { >= "4.08.0" } 13 "dune" { >= "2.0" } 14 "qcheck-core" {with-test} 15 "ounit2" {with-test} 16 "mdx" {with-test & >= "1.3" } 17 "odoc" {with-doc} 18] 19tags: [ "iter" "iterator" "iter" "fold" ] 20homepage: "https://github.com/c-cube/iter/" 21depopts: [ 22 "base-bigarray" 23] 24doc: "https://c-cube.github.io/iter/doc/" 25bug-reports: "https://github.com/c-cube/iter/issues" 26dev-repo: "git+https://github.com/c-cube/iter.git" 27url { 28 src: "https://github.com/c-cube/iter/releases/download/v1.7/iter-1.7.tbz" 29 checksum: [ 30 "sha256=bed7129cf331a41c03bded73b11e9c12752ccaedc910b3edd8ac2ee0e104b730" 31 "sha512=54b018591b35ae4c7769128ccaa3672eea736d022cf39ffd6b037f267c095ffa910c3a709a9e2a4a09ff41e1d1ecd1b584490bc90cc6635b154806565df2b365" 32 ] 33} 34x-commit-hash: "d410860533b40bdedf8be7ba4e4aa2abd2f316d7"