The Stream and Genlex libraries for use with Camlp4 and Camlp5

The camlp-streams package provides two library modules:

The two modules are designed for use with Camlp4 and Camlp5:

The Stream module can also be used by hand-written recursive-descent parsers, but is not very convenient for this purpose.

The Stream and Genlex modules have been part of the OCaml standard library for a long time, and have been distributed as part of the core OCaml system. They will be removed from the OCaml standard library at some future point, but will be maintained and distributed separately in this camlp-streams package.