this repo has no description
1opam-version: "2.0" 2maintainer: "simon.cruanes@inria.fr" 3authors: "Simon Cruanes" 4homepage: "https://github.com/c-cube/iter/" 5build: make 6remove: [["ocamlfind" "remove" "sequence"]] 7depends: [ 8 "ocaml" 9 "ocamlfind" 10 "ocamlbuild" {build} 11] 12dev-repo: "git+https://github.com/c-cube/iter" 13install: [make "install"] 14synopsis: "Simple sequence abstract datatype." 15description: """ 16It is intented to transfer a finite number of elements from one data structure 17to another, perhaps with some intermediate transformations.""" 18flags: light-uninstall 19url { 20 src: "https://github.com/c-cube/iter/archive/0.1.tar.gz" 21 checksum: "sha256=f393291cfaaea7a56dcddb96dca5e9385109bf4338460f33de5717ada704411a" 22}