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

Changelog

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

  * Non-maintainer upload.
  * debian/control: Drop explicit Pre-Depends on multiarch-support
    (Closes: #870548).

 -- Aurelien Jarno <email address hidden>  Sat, 20 Jan 2018 21:15:36 +0100

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
Jammy release universe misc
Focal release universe misc
Bionic release universe misc

Downloads

File Size SHA-256 Checksum
lua-cjson_2.1.0+dfsg-2.1.dsc 2.0 KiB ad22266d787af3cb06d53de7068344a3e4c5de45da6ff5c6e88d95b60a992c08
lua-cjson_2.1.0+dfsg.orig.tar.gz 75.0 KiB 94f1fce36742cf00e99c5071b309b9f71e6e7daf60a7151f7bf4ac0a97259ac4
lua-cjson_2.1.0+dfsg-2.1.debian.tar.xz 3.6 KiB a258cf10caf261e9b5cba647bd74f659ddb6c6dec1e16b521a0a37c384fad0f1

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.