ocaml-parsexp 0.14.1-1 source package in Ubuntu

Changelog

ocaml-parsexp (0.14.1-1) unstable; urgency=low

  [ Stéphane Glondu ]
  * New upstream release
  * Bump Standards-Version to 4.6.0
  * Update debian/watch

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

 -- Stéphane Glondu <email address hidden>  Sat, 04 Dec 2021 17:51:52 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ocaml-parsexp_0.14.1-1.dsc 1.9 KiB 8bdc42dfeda56266ceb11590522a87174234b775c7a3a33b13bd7254984361a6
ocaml-parsexp_0.14.1.orig.tar.gz 47.5 KiB 0460e64c88d13f0b84d74b6c2774a7e9d5ec8e29da7acb3b36c06edd3c560eb0
ocaml-parsexp_0.14.1-1.debian.tar.xz 2.6 KiB ec8fb876dace12b7679360828a51af2a24bf6786dfcb636c21aaa3be5b3e7a57

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: debug symbols for libparsexp-ocaml
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.