json-simple 1.1-dfsg1-2 source package in Ubuntu

Changelog

json-simple (1.1-dfsg1-2) unstable; urgency=low


  * Install Maven artifacts into /usr/share/maven-repo (thanks to
    Thomas Koch <email address hidden>; closes: #681947) 
  * d/copyright: upgrade to machine-readable format 1.0
  * d/control: bump Standards-Version to 3.9.3

 -- Gilles Filippini <email address hidden>  Mon, 23 Jul 2012 12:55:11 +0200

Upload details

Uploaded by:
Gilles Filippini
Uploaded to:
Sid
Original maintainer:
Gilles Filippini
Architectures:
all
Section:
java
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Raring: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
json-simple_1.1-dfsg1-2.dsc 1.7 KiB 0180888e22216c06836bf700130166f36eb1c93013eeed72174bc0ebedf47a4d
json-simple_1.1-dfsg1.orig.tar.bz2 18.6 KiB 5ea3db3859b6cc2dfb0c819c4f5157972d26159430d2f6ef1c5d3e58b188a64e
json-simple_1.1-dfsg1-2.debian.tar.gz 3.5 KiB 961a9ec6fe9cb4f35f78f9fe5ed82862d35854f31343d9a7cffcfed1e966b97d

No changes file available.

Binary packages built by this source

libjson-simple-doc: No summary available for libjson-simple-doc in ubuntu raring.

No description available for libjson-simple-doc in ubuntu raring.

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.
 .
 Targeted at JDK 6, JSON.simple is also compatible with JDK 1.2 and
 doesn't depend on any other Java library.