ocaml-csexp 1.5.1-1 source package in Ubuntu

Changelog

ocaml-csexp (1.5.1-1) unstable; urgency=medium

  * New upstream release
  * Bump Standards-Version to 4.6.0
  * Bump debian/watch version to 4

 -- Stéphane Glondu <email address hidden>  Sun, 28 Nov 2021 17:08:45 +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-csexp_1.5.1-1.dsc 1.8 KiB 245a78e3b4e9a633fdf33f0bc1586388c24d546ec71c7310d8f0643522da793c
ocaml-csexp_1.5.1.orig.tar.bz2 9.8 KiB d605e4065fa90a58800440ef2f33a2d931398bf2c22061a8acb7df845c0aac02
ocaml-csexp_1.5.1-1.debian.tar.xz 2.3 KiB 063de37200fc1eb6cbd1206739aedc367f902d60ecd7efbbf1b3b32c1cf82541

Available diffs

No changes file available.

Binary packages built by this source

libcsexp-ocaml: parsing and printing of S-expressions in Canonical form (runtime)

 This library provides minimal support for Canonical
 S-expressions. Canonical S-expressions are a binary encoding of
 S-expressions that is super simple and well suited for communication
 between programs.
 .
 This library only provides a few helpers for simple applications. If
 you need more advanced support, such as parsing from more fancy input
 sources, you should consider copying the code of this library given
 how simple parsing S-expressions in canonical form is.
 .
 To avoid a dependency on a particular S-expression library, the only
 module of this library is parameterised by the type of S-expressions.
 .
 This package contains runtime files.

libcsexp-ocaml-dbgsym: debug symbols for libcsexp-ocaml
libcsexp-ocaml-dev: parsing and printing of S-expressions in Canonical form (dev)

 This library provides minimal support for Canonical
 S-expressions. Canonical S-expressions are a binary encoding of
 S-expressions that is super simple and well suited for communication
 between programs.
 .
 This library only provides a few helpers for simple applications. If
 you need more advanced support, such as parsing from more fancy input
 sources, you should consider copying the code of this library given
 how simple parsing S-expressions in canonical form is.
 .
 To avoid a dependency on a particular S-expression library, the only
 module of this library is parameterised by the type of S-expressions.
 .
 This package contains development files.