Path to this page:
NOTICE: This package has been removed from pkgsrc./
wip/jsoncpp-svn,
JSON reader and writer in C++
Branch: CURRENT,
Version: 0.6.0rc2nb20160709,
Package name: jsoncpp-0.6.0rc2nb20160709,
Maintainer: pkgsrc-usersJSON (JavaScript Object Notation) is a lightweight data-interchange
format. It can represent integer, real number, string, an ordered
sequence of value, and a collection of name/value pairs.
JsonCpp is a simple API to manipulate JSON value, handle serialization
and unserialization to string.
It can also preserve existing comment in unserialization/serialization
steps, making it a convenient format to store user input files.
Unserialization parsing is user friendly and provides precise error
reports.
Required to build:[
devel/subversion-base] [
lang/python27]
Master sites:
Version history: (Expand)
- (2016-09-25) Package deleted from pkgsrc
- (2016-07-09) Updated to version: jsoncpp-0.6.0rc2nb20160709
- (2016-01-23) Updated to version: jsoncpp-0.6.0rc2nb20160122
- (2016-01-23) Package has been reborn
- (2016-01-21) Package deleted from pkgsrc
- (2015-12-06) Updated to version: jsoncpp-0.6.0rc2nb20151206
CVS history: (Expand)
2014-05-09 09:38:42 by Thomas Klausner | Files touched by this commit (229) |
Log message:
Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
|
2014-04-19 00:27:54 by Thomas Klausner | Files touched by this commit (5) |
Log message:
Import jsoncpp-0.6.0rc2nb20140418 as wip/jsoncpp-svn.
JSON (JavaScript Object Notation) is a lightweight data-interchange
format. It can represent integer, real number, string, an ordered
sequence of value, and a collection of name/value pairs.
JsonCpp is a simple API to manipulate JSON value, handle serialization
and unserialization to string.
It can also preserve existing comment in unserialization/serialization
steps, making it a convenient format to store user input files.
Unserialization parsing is user friendly and provides precise error
reports.
|