Package: libjsoncpp24
Source: libjsoncpp
Version: 1.9.4-4
Architecture: amd64
Maintainer: Peter Spiess-Knafl <dev@spiessknafl.at>
Installed-Size: 260
Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 9)
Section: libs
Priority: optional
Multi-Arch: same
Homepage: https://github.com/open-source-parsers/jsoncpp
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.
