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 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78
|
Source: libjsoncpp
Priority: optional
Maintainer: Timo Röhling <roehling@debian.org>
Build-Depends:
cmake,
debhelper-compat (= 13),
python3:any,
Build-Depends-Indep:
doxygen,
Standards-Version: 4.7.0
Section: libs
Rules-Requires-Root: no
Homepage: https://github.com/open-source-parsers/jsoncpp
Vcs-Git: https://salsa.debian.org/debian/libjsoncpp.git
Vcs-Browser: https://salsa.debian.org/debian/libjsoncpp
Package: libjsoncpp26
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs: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 redable 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
Multi-Arch: same
Depends:
libjsoncpp26 (= ${binary:Version}),
${misc:Depends},
Description: library for reading and writing JSON for C++ (devel files)
This package provides all required developer resources like header-files
and statically linked version of the library.
.
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 readable 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-doc
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
Suggests:
libjsoncpp-dev,
Section: doc
Replaces:
libjsoncpp-dev (<< 0.10.2-1),
Breaks:
libjsoncpp-dev (<< 0.10.2-1),
Description: API documentation for libjsoncpp-dev
This package contains doxygen generated HTML API description of libjsoncpp0.
.
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 readable 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.
|