opam-version: "2.0"
authors: ["Simon Cruanes" "Gabriel Radanne"]
maintainer: "simon.cruanes.2007@m4x.org"
license: "BSD-2-Clause"
synopsis: "Simple abstraction over `iter` functions, intended to iterate efficiently on collections while performing some transformations"
build: [
  ["dune" "build" "@install" "-p" name "-j" jobs]
  ["dune" "build" "@doc" "-p" name] {with-doc}
  ["dune" "runtest" "-p" name] {with-test & ocaml:version >= "4.03.0"}
]
depends: [
  "ocaml" {< "4.08.0"}
  "base-bytes"
  "result"
  "dune"
  "qcheck" {with-test & < "0.14"}
  "qtest" {with-test}
  "mdx" {with-test}
  "odoc" {with-doc}
]
tags: [ "iter" "iterator" "iter" "fold" ]
homepage: "https://github.com/c-cube/iter/"
depopts: [
  "base-bigarray"
]
doc: "https://c-cube.github.io/iter/doc/1.2"
bug-reports: "https://github.com/c-cube/iter/issues"
dev-repo: "git+https://github.com/c-cube/iter.git"
url {
  src: "https://github.com/c-cube/iter/releases/download/1.2/iter-1.2.tbz"
  checksum: "md5=f98c61e37fc009aaca1d1dd401927dfd"
}
