json-simple 2.3.0-1 source package in Ubuntu

Changelog

json-simple (2.3.0-1) unstable; urgency=medium

  * Upload to unstable (closes: #841239)

 -- Gilles Filippini <email address hidden>  Tue, 05 Dec 2017 21:58:58 +0100

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe java
Noble release universe java
Mantic release universe java
Lunar release universe java
Jammy release universe java
Focal release universe java
Bionic release universe java

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
json-simple_2.3.0-1.dsc 1.8 KiB 973f29689a6361651f620a2623ce842ad35395986c064c82de7f8c51e4037c18
json-simple_2.3.0.orig.tar.gz 54.7 KiB 791795a201ce34230b5434cd6e332601a3c0cd897bb5c35c7ac31405a97e9488
json-simple_2.3.0-1.debian.tar.xz 4.9 KiB 7007217e96fff449f043fd3ac9f32e717532f4957bde7ce14e7d04d86d91c959

Available diffs

No changes file available.

Binary packages built by this source

libjson-simple-doc: documentation for libjson-simple-java

 This package contains the javadoc API documentation for libjson-simple-java,
 a simple, lightweight and efficient JSON toolkit for Java.

libjson-simple-java: Simple, lightweight and efficient JSON toolkit for Java

 While full featured and fully compliant with the JSON specification
 (RFC4627), JSON.simple aims to be as simple and efficient as possible.
 .
 It supports encoding, decoding and escaping JSON data and streams, and
 features a stoppable SAX-like interface to process JSON input.
 .
 It has been run through profiling tools to ensure high performance
 processing.