./devel/camlp-streams, Ocaml stream parsing libraries for use with Camlp5

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 5.0.1, Package name: camlp-streams-5.0.1, Maintainer: jaapb

The camlp-streams package provides two library modules:
- Stream: imperative streams, with in-place update and memoization of
the latest element produced.
- Genlex: a small parameterized lexical analyzer producing streams of
tokens from streams of characters.


Master sites:

Filesize: 16.984 KB

Version history: (Expand)


CVS history: (Expand)


   2022-11-11 11:29:11 by Jaap Boender | Files touched by this commit (5)
Log message:
Added new package camlp-streams, streaming parser libraries for OCaml.

It's needed as a dependency for the new versions of camlp5 and
ocaml-lablgtk.