lua-cjson 2.1.0+dfsg-2.2 source package in Ubuntu

Changelog

lua-cjson (2.1.0+dfsg-2.2) unstable; urgency=medium

  * Non-maintainer upload.
  * Add lua version 5.3 (Closes: #872599, #942569).
  * Add lua version 5.4.
  * Add Rules-Requires-Root: no.
  * Add hardening options.
  * Bump debhelper compat to 13.
  * Bump Standards-Version to 4.6.1.

  [ Boyuan Yang ]
  * debian/control: Migrate Vcs-* fields to Salsa lua-team.
  * debian/copyright: Use latest machine-readable copyright format.

 -- Yangfl <email address hidden>  Thu, 01 Dec 2022 00:26:18 +0800

Upload details

Uploaded by:
Debian Lua Team
Uploaded to:
Sid
Original maintainer:
Debian Lua Team
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
lua-cjson_2.1.0+dfsg-2.2.dsc 2.0 KiB 972fb03f11fa64dd6183eb123cf13441c2f0a7a587064f4fead9afd884a94e13
lua-cjson_2.1.0+dfsg.orig.tar.gz 75.0 KiB 94f1fce36742cf00e99c5071b309b9f71e6e7daf60a7151f7bf4ac0a97259ac4
lua-cjson_2.1.0+dfsg-2.2.debian.tar.xz 4.1 KiB 2b6fb37c00e0d1faf671b1e68f80478a7048fb49e356748a48e54996f12377cc

Available diffs

No changes file available.

Binary packages built by this source

lua-cjson: JSON parser/encoder for Lua

 This library allows you to easily convert Lua values to JSON strings and back.
 Features:
  * Fast, standards compliant encoding/parsing routines
  * Full support for JSON with UTF-8, including decoding surrogate pairs
  * Optional run-time support for common exceptions to the JSON
    specification (infinity, NaN,..)
  * No dependencies on other libraries

lua-cjson-dbgsym: debug symbols for lua-cjson
lua-cjson-dev: JSON parser/encoder for Lua, development files

 This package contains the development files of the lua-cjson library,
 useful to create a statically linked binary (like a C application or a
 standalone Lua interpreter).
 Documentation is also shipped within this package.