ocaml-parsexp 0.14.2-1 source package in Ubuntu

Changelog

ocaml-parsexp (0.14.2-1) unstable; urgency=medium

  * New upstream release

 -- Stéphane Glondu <email address hidden>  Wed, 02 Mar 2022 07:50:28 +0100

Upload details

Uploaded by:
Debian OCaml Maintainers
Uploaded to:
Sid
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ocaml-parsexp_0.14.2-1.dsc 1.9 KiB 71177de12adb065297b8889ab4cbe0dde6e799f7b84e6fcb49b71df0642536fc
ocaml-parsexp_0.14.2.orig.tar.gz 47.5 KiB f6e17e4e08dcdce08a6372485a381dcdb3fda0f71b4506d7be982b87b5a1f230
ocaml-parsexp_0.14.2-1.debian.tar.xz 2.6 KiB dc8b8ce9872b869d876cd9a01f2a46430bcb8df292b96d6b82662413a0dd1278

No changes file available.

Binary packages built by this source

libparsexp-ocaml: S-expression parsing library (runtime)

 This library provides generic parsers for parsing S-expressions from
 strings or other medium.
 .
 The library is focused on performances but still provide full generic
 parsers that can be used with strings, bigstrings, lexing buffers,
 character streams or any other sources effortlessly.
 .
 It provides three different class of parsers:
  * the normal parsers, producing [Sexp.t] or [Sexp.t list] values;
  * the parsers with positions, building compact position sequences so
    that one can recover original positions in order to report
    properly located errors at little cost;
  * the Concrete Syntax Tree parsers, produce values of type
    [Parsexp.Cst.t] which record the concrete layout of the
    s-expression syntax, including comments.
 .
 This library is portable and doesn't provide IO functions. To read
 s-expressions from files or other external sources, you should use
 parsexp_io.
 .
 This package contains runtime files.

libparsexp-ocaml-dbgsym: No summary available for libparsexp-ocaml-dbgsym in ubuntu kinetic.

No description available for libparsexp-ocaml-dbgsym in ubuntu kinetic.

libparsexp-ocaml-dev: S-expression parsing library (development)

 This library provides generic parsers for parsing S-expressions from
 strings or other medium.
 .
 The library is focused on performances but still provide full generic
 parsers that can be used with strings, bigstrings, lexing buffers,
 character streams or any other sources effortlessly.
 .
 It provides three different class of parsers:
  * the normal parsers, producing [Sexp.t] or [Sexp.t list] values;
  * the parsers with positions, building compact position sequences so
    that one can recover original positions in order to report
    properly located errors at little cost;
  * the Concrete Syntax Tree parsers, produce values of type
    [Parsexp.Cst.t] which record the concrete layout of the
    s-expression syntax, including comments.
 .
 This library is portable and doesn't provide IO functions. To read
 s-expressions from files or other external sources, you should use
 parsexp_io.
 .
 This package contains development files.