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.8/iter-1.8.tbz" 29 checksum: [ 30 "sha256=f8739ca05ae9c4ba8aa20c0d4197e74409f2b659a17f12730d42af1fd9f43023" 31 "sha512=975c9759d12f39779bd258d2a11957acf16f16008b17abf40b48853f612eaa558665f212aae6137c4231ed28945b2a081836d79ec7efe40dcd527f13d25c2269" 32 ] 33} 34x-commit-hash: "4f47de66fe63868487004b0f0b1d100c9dcbe1c3"