tinycbor 7.0-1
Package Information
| Description | Concise Binary Object Representation (CBOR) library TinyCBOR library is a small CBOR encoder and decoder library, optimized for very fast operation with very small footprint. The main encoder and decoder functions do not allocate memory. This package contains libtinycbor shared library. |
|---|---|
| Maintainer | Shengqi Chen <harry@debian.org> |
| Changed By | Shengqi Chen <harry@debian.org> |
| Sponsor | harry@debian.org |
| Distribution | unstable |
| Architecture | any |
| VCS | git: https://salsa.debian.org/harry/tinycbor.git (browse) |
| Popcon Installs | 3 |
| Binary NEW | Yes (binary-only upload) |
| Tracker | https://tracker.debian.org/pkg/tinycbor |
| Uploaded | 3 hours ago |
New Package Report
.changes
| Date | Tue, 24 Feb 2026 16:15:26 +0800 |
|---|---|
| Source | tinycbor |
| Version | 7.0-1 |
| Changed-By | Shengqi Chen |
| Architecture | source amd64 |
| Distribution | unstable |
Changelog
tinycbor (7.0-1) unstable; urgency=medium
.
* d/watch: switch to version 5.
* New upstream version 7.0.
+ d/patches: refresh existing patches.
+ d/: adapt to new cmake build scripts.
+ d/: change SONAME to libtinycbor0.
+ d/symbols: add new symbols for libtinycbor0.
* d/control:
+ bump std-ver to 4.7.3 (no changes needed).
+ add qt6-base-dev for dh_auto_test.
* d/tests: fix upstream-test-suite..dsc
| Package-List | libtinycbor-dev deb libdevel optional arch=any libtinycbor0 deb libs optional arch=any tinycbor-utils deb utils optional arch=any |
|---|---|
| Section | libdevel |
| Priority | optional |
| Component | main |
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: Thiago Macieira <thiago.macieira@intel.com> Files: * Copyright: 2015-2018, 2021, Intel Corporation 2019, S.Phirsov License: Expat Files: debian/* Copyright: 2024, Shengqi Chen <harry-chen@outlook.com> License: Expat License: Expat The MIT License . Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.