liblaxjson 1.0.5-4 source package in Ubuntu

Changelog

liblaxjson (1.0.5-4) unstable; urgency=medium

  * QA upload.

  [ Jenkins ]
  * Set upstream metadata fields: Bug-Submit.
  * Update standards version to 4.6.0, no changes needed.
  * Avoid explicitly specifying -Wl,--as-needed linker flag.

 -- Jelmer Vernooij <email address hidden>  Mon, 29 Aug 2022 22:15:33 +0100

Upload details

Uploaded by:
Debian QA Group
Uploaded to:
Sid
Original maintainer:
Debian QA Group
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
liblaxjson_1.0.5-4.dsc 1.5 KiB 12d3706e086b46775bd0fae12995ccd311c858006abae8d822f1c90fe0d2d1c0
liblaxjson_1.0.5.orig.tar.gz 8.7 KiB ffc495b5837e703b13af3f5a5790365dc3a6794f12f0fa93fb8593b162b0b762
liblaxjson_1.0.5-4.debian.tar.xz 3.8 KiB a45365f75731f778a856bd055bf77560e5ce9ea5fc14cb06d38a8bda8082c6b6

No changes file available.

Binary packages built by this source

liblaxjson-dev: relaxed streaming JSON parser library (development files)

 Official JSON is almost human-readable and human-writable. Disabling a few of
 the strict rules makes it significantly more so.
 .
 This library is intended for parsing user input, such as a config file. It is
 not intended for serializing or deserializing, or as a format for computer-to-
 computer communication.
 .
 This relaxed streaming JSON parser allows:
  * unquoted keys
  * single quotes `'`
  * `//` and `/* */` style comments
  * extra commas `,` in arrays and objects
 .
 This package contains the development files.

liblaxjson1: relaxed streaming JSON parser library

 Official JSON is almost human-readable and human-writable. Disabling a few of
 the strict rules makes it significantly more so.
 .
 This library is intended for parsing user input, such as a config file. It is
 not intended for serializing or deserializing, or as a format for computer-to-
 computer communication.
 .
 This relaxed streaming JSON parser allows:
  * unquoted keys
  * single quotes `'`
  * `//` and `/* */` style comments
  * extra commas `,` in arrays and objects

liblaxjson1-dbgsym: debug symbols for liblaxjson1