jsonm 1.0.2-1 source package in Ubuntu

Changelog

jsonm (1.0.2-1) unstable; urgency=medium

  [ Stéphane Glondu ]
  * Team upload
  * New upstream release
  * Bump debhelper compat level to 13
  * Bump Standards-Version to 4.6.2
  * Add Rules-Requires-Root: no
  * Update debian/watch

  [ Debian Janitor ]
  * libjsonm-ocaml-doc: Add Multi-Arch: foreign
  * Build-Depends: Drop versioned constraint on dh-ocaml,
    libuutf-ocaml-dev, ocaml-findlib and ocaml-nox

 -- Stéphane Glondu <email address hidden>  Fri, 21 Jul 2023 08:16:13 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
jsonm_1.0.2-1.dsc 1.8 KiB 1ec954176ebe1f6b9c8f90db4a4ad8c345b268840701e4375d192762a63e9a04
jsonm_1.0.2.orig.tar.bz2 21.8 KiB ea29239feb4053201df3e1e6d27c2ce123882ac4658e1c8bea9958be118a7bd6
jsonm_1.0.2-1.debian.tar.xz 2.8 KiB d889bfee628ccafec5ec263f46301c37ba89b520983592f17f6c6506e5d83ecc

No changes file available.

Binary packages built by this source

libjsonm-ocaml: Non-blocking streaming JSON codec for OCaml (plugins)

 Jsonm is an OCaml non-blocking streaming codec to decode and encode the
 JSON data format. It can process JSON text without blocking on IO and
 without a complete in-memory representation of the data.
 .
 The uncut codec also processes whitespace and (non-standard) JSON with
 JavaScript comments.
 .
 This package contains dynamically loadable modules for plugins.

libjsonm-ocaml-dbgsym: debug symbols for libjsonm-ocaml
libjsonm-ocaml-dev: Non-blocking streaming JSON codec for OCaml

 Jsonm is an OCaml non-blocking streaming codec to decode and encode the
 JSON data format. It can process JSON text without blocking on IO and
 without a complete in-memory representation of the data.
 .
 The uncut codec also processes whitespace and (non-standard) JSON with
 JavaScript comments.
 .
 This package contains the development modules you need to use Jsonm
 in your programs.

libjsonm-ocaml-doc: Non-blocking streaming JSON codec for OCaml (documentation)

 Jsonm is an OCaml non-blocking streaming codec to decode and encode the
 JSON data format. It can process JSON text without blocking on IO and
 without a complete in-memory representation of the data.
 .
 The uncut codec also processes whitespace and (non-standard) JSON with
 JavaScript comments.
 .
 This package contains the documentation of Jsonm.