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"
  "ocamlfind"
  "ocamlbuild" {build}
]
dev-repo: "git://github.com/c-cube/iter"
install: [make "install"]
synopsis: "Simple sequence abstract datatype."
description: """
It is intented to transfer a finite number of elements from one data structure
to another, perhaps with some intermediate transformations."""
flags: light-uninstall
url {
  src: "https://github.com/c-cube/iter/archive/0.1.tar.gz"
  checksum: "sha256=f393291cfaaea7a56dcddb96dca5e9385109bf4338460f33de5717ada704411a"
}
