ocaml-parsexp 0.14.1-1build1 source package in Ubuntu

Changelog

ocaml-parsexp (0.14.1-1build1) jammy; urgency=medium

  * No-change rebuild for ocaml abi changes.

 -- Matthias Klose <email address hidden>  Tue, 25 Jan 2022 11:15:53 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Jammy
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
ocaml-parsexp_0.14.1.orig.tar.gz 47.5 KiB 0460e64c88d13f0b84d74b6c2774a7e9d5ec8e29da7acb3b36c06edd3c560eb0
ocaml-parsexp_0.14.1-1build1.debian.tar.xz 2.7 KiB b991e788441be76a8309ab5f293fff486c65d787c5a88599f1a8a37e03799a94
ocaml-parsexp_0.14.1-1build1.dsc 2.1 KiB fa41f6fd1f48b914e79dd9fa6225ee63aa21bb5d44ab9f5b6c8cf21fd5935969

View changes file

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.