ocaml-parsexp 0.16.0-3 source package in Ubuntu

Changelog

ocaml-parsexp (0.16.0-3) unstable; urgency=medium

  * Use ocaml_dune DH buildsystem

 -- Stéphane Glondu <email address hidden>  Thu, 17 Aug 2023 09:39:14 +0200

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
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
ocaml-parsexp_0.16.0-3.dsc 1.9 KiB 934f6ecfb947b1cd7fd276debdcd1c7433ab8448568e494866e3ab924e35a24c
ocaml-parsexp_0.16.0.orig.tar.gz 55.6 KiB 859db54b077f606ce550dfac468c399f3a14d32a4ac60da166d403fe57836e9f
ocaml-parsexp_0.16.0-3.debian.tar.xz 2.6 KiB de4357c4c4f2fd57234e8b30ec3bb5d0c76b577a4b7255b4613227826b229d2d

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.