libunivalue 1.1.1+20191111-1 source package in Ubuntu
Changelog
libunivalue (1.1.1+20191111-1) unstable; urgency=medium [ upstream ] * development snapshot + univalue.h: Remove deprecated std::pair wrappers + [test] object: Add bool tests. [ Jonas Smedegaard ] * simplify rules; use debhelper compatibility level 12 (not 9); build-depend on debhelper-compat (not autoconf automake cdbs debhelper dh-buildinfo libtool) * watch: improve regexes; rewrite usage comment * copyright: update coverage -- Jonas Smedegaard <email address hidden> Thu, 04 Jun 2020 09:43:33 +0200
Upload details
- Uploaded by:
- Debian Cryptocoin Team on 2020-06-04
- Uploaded to:
- Sid
- Original maintainer:
- Debian Cryptocoin Team
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Hirsute | release | on 2020-10-23 | universe | misc |
Groovy | release | on 2020-07-29 | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libunivalue_1.1.1+20191111-1.dsc | 2.0 KiB | 6dc7e9d381cc82068a97b3cfefaf9f19cfac66a380e0b2ae2c3157216b218c55 |
libunivalue_1.1.1+20191111.orig.tar.gz | 19.6 KiB | 8ceebc9ce550c898a303a0771272a26adc20b568ab8c70577ef7fd763782c386 |
libunivalue_1.1.1+20191111-1.debian.tar.xz | 6.0 KiB | 6559523f6c87b5d731d8fb2ad916f07cb5df8fec8d854d6f85802fcfaf404c2b |
Available diffs
No changes file available.
Binary packages built by this source
- libunivalue-dev: 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.
- libunivalue0: 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.
- libunivalue0-dbgsym: debug symbols for libunivalue0