Source: libunivalue Section: libs Priority: optional Build-Depends: debhelper-compat (= 13), d-shlibs, pkg-kde-tools Maintainer: Debian Cryptocoin Team Uploaders: Jonas Smedegaard Standards-Version: 4.5.0 Homepage: https://github.com/jgarzik/univalue Vcs-Git: https://salsa.debian.org/cryptocoin-team/libunivalue.git Vcs-Browser: https://salsa.debian.org/cryptocoin-team/libunivalue Rules-Requires-Root: no Package: libunivalue0 Section: libs Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Pre-Depends: ${misc:Pre-Depends} Multi-Arch: same Description: C++ universal value object and JSON library A universal value object, with JSON encoding (output) and decoding (input). . Built as a single dynamic RAII C++ object class, and no templates. . UniValue is a reaction to json_spirit, seeking to minimize template and memory use, providing a straightforward RAII class compatible with link-time optimization and embedded uses. Package: libunivalue-dev Section: libdevel Architecture: any Multi-Arch: same Depends: libunivalue0 (= ${binary:Version}), pkg-config, ${devlibs:Depends}, ${misc:Depends} Description: C++ universal value object and JSON library - development headers A universal value object, with JSON encoding (output) and decoding (input). . Built as a single dynamic RAII C++ object class, and no templates. . UniValue is a reaction to json_spirit, seeking to minimize template and memory use, providing a straightforward RAII class compatible with link-time optimization and embedded uses. . This package provides header files for development.