Package: wnpp Severity: wishlist Owner: Stéphane Glondu <glo...@debian.org> X-Debbugs-Cc: debian-de...@lists.debian.org, debian-ocaml-ma...@lists.debian.org
* Package name : camlp-streams Version : 5.0 Upstream Author : Daniel de Rauglaudre and Xavier Leroy * URL : https://github.com/ocaml/camlp-streams * License : LGPL-2.1 with OCaml linking exception Programming Lang: OCaml Description : Stream and Genlex libraries for use with Camlp4 and Camlp5 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. The two modules are designed for use with Camlp4 and Camlp5. The Stream module can also be used by hand-written recursive-descent parsers. 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 package. The latest version of camlp5 (8.00.03) depends on it. This package will be maintained in the OCaml team.