Path to this page:
./
devel/camlp-streams,
Ocaml stream parsing libraries for use with Camlp5
Branch: CURRENT,
Version: 5.0.1,
Package name: camlp-streams-5.0.1,
Maintainer: jaapbThe 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)
- (2022-11-11) Package added to pkgsrc.se, version camlp-streams-5.0.1 (created)
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.
|