Description
Provides simple and efficient iterators for OCaml. It lets programs stream values through functional pipelines without allocating full intermediate collections when they are not needed.
Use it when an OCaml project depends on Gen or needs lightweight iterator utilities. It is a library dependency and has no separate application interface.