opam-version: "2.0"
maintainer: "simon.cruanes@inria.fr"
authors: "Simon Cruanes"
homepage: "https://github.com/c-cube/iter/"
build: make
remove: [["ocamlfind" "remove" "sequence"]]
depends: [
  "ocaml" {< "4.07.0"}
  "ocamlfind"
  "ocamlbuild" {build}
]
dev-repo: "git://github.com/c-cube/iter"
install: [make "install"]
synopsis: "Simple sequence abstract datatype."
description: """
Simple sequence abstract datatype, intended to transfer a finite number of
elements from one data structure to another. Some transformations on sequences,
like `filter`, `map`, `take`, `drop` and `append` can be performed before the
sequence is iterated/folded on."""
flags: light-uninstall
url {
  src: "https://github.com/c-cube/iter/archive/0.3.5.tar.gz"
  checksum: "sha256=7555a97baea1273fef50db97aa29b3b4b68d4ad5b6267deb14190bc10db304d3"
}
