ocaml-parsexp 0.15.0-1 source package in Ubuntu

Changelog

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

  * New upstream release

 -- Stéphane Glondu <email address hidden>  Wed, 01 Feb 2023 12:43:05 +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
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
ocaml-parsexp_0.15.0-1.dsc 1.9 KiB 67ca05250b9f65cdd84efd0d943ff9ca8124f5247dbc9febee31fefb737ded51
ocaml-parsexp_0.15.0.orig.tar.gz 55.1 KiB 043edbf674da571fb60acbeab9273d2a581b1a588dbec01835f8daf8d032bf05
ocaml-parsexp_0.15.0-1.debian.tar.xz 2.7 KiB ae3e886f6c295bcb1c198e7d639c550917aef9d6645a52e77f4a689091d8e309

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.