1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
Source: libjsoncpp
Priority: extra
Maintainer: José Luis Segura Lucas <josel.segura@gmx.es>
Uploaders: Cleto Martin <cleto.martin@gmail.com>
Build-Depends: debhelper (>= 8.0.0), scons, python, doxygen
Standards-Version: 3.9.3
Section: libs
Homepage: http://jsoncpp.sourceforge.net/
Package: libjsoncpp0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: 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.
Package: libjsoncpp-dev
Section: libdevel
Architecture: any
Depends: libjsoncpp0 (= ${binary:Version}), ${misc:Depends}
Description: Library for reading and writing JSON for C++ (devel files)
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.
|