Source: libunivalue
Section: libs
Priority: optional
Build-Depends: cdbs,
 libtool,
 automake,
 autoconf,
 debhelper,
 dh-buildinfo,
 d-shlibs,
 pkg-kde-tools
Maintainer: Debian Cryptocoin Team <team+cryptocoin@tracker.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 4.2.1
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.

Package: libunivalue-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libunivalue0 (= ${binary:Version}),
 ${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.
 .
 This package provides header files for development.
