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