libjsoncpp 0.6.0~rc2-3 source package in Ubuntu

Changelog

libjsoncpp (0.6.0~rc2-3) unstable; urgency=low


  * Bug fix: "ftbfs with GCC-4.7", thanks to Matthias Klose (Closes: #667246).

 -- José Luis Segura Lucas <email address hidden>  Tue, 24 Apr 2012 09:10:15 +0200

Upload details

Uploaded by:
joselsegura
Uploaded to:
Sid
Original maintainer:
joselsegura
Architectures:
any
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libjsoncpp_0.6.0~rc2-3.dsc 1.2 KiB 4c152e57942bf0a5439ffbb13e4040e3b27d07d72d171b4cec7d2e674fffd682
libjsoncpp_0.6.0~rc2.orig.tar.gz 114.9 KiB d4d193d163f520b08b9155cba978615892ca1359d77e3fb261fce2f86d09b283
libjsoncpp_0.6.0~rc2-3.debian.tar.gz 4.3 KiB 20f3c75719adfb5a7db7ce9853f72c9c5b6c4a5c6432cb1a6a9eb837d4b9bd4b

Available diffs

No changes file available.

Binary packages built by this source

libjsoncpp-dev: No summary available for libjsoncpp-dev in ubuntu raring.

No description available for libjsoncpp-dev in ubuntu raring.

libjsoncpp0: Library for reading and writing JSON for C++

 jsoncpp is an implementation of a JSON reader and writer in C++. JSON
 (JavaScript Object Notation) is a lightweight data-interchange format
 that it is easy to parse and redeable for human. It is useful for
 building config files, network communications protocols, etc.
 .
 This library provides following features:
 .
 * High-level data structures for collecting data from JSON.
 * Easy-to-use reader and writer.