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. It also provides a tiny
library for S-expressions, convertible to streams of tokens, and conversely."""
flags: light-uninstall
url {
  src: "https://github.com/c-cube/iter/archive/0.2.tar.gz"
  checksum: "sha256=a612283ab5dfedaa8469d5174a438e75398ac24262a9398fe6b4f00a0bbd602d"
}
