kanzi-cpp 2.5.1+git20260329+ds-1
Package Information
| Description | Fast lossless data compression library in C++ This is a modern, modular, portable, and efficient lossless data compressor written in C++. - Modern: Kanzi implements state-of-the-art compression algorithms and is built to fully utilize multi-core CPUs via built-in multi-threading. - Modular: Entropy codecs and data transforms can be selected and combined at runtime to best suit the specific data being compressed. - Portable: Supports a wide range of operating systems, compilers, and C++ standards (details below). - Expandable: A clean, interface-driven design—with no external dependencies—makes Kanzi easy to integrate, extend, and customize. - Efficient: Carefully optimized to balance compression ratio and speed for practical, high-performance usage. This is the header files. |
|---|---|
| Maintainer | Alex Myczko <tar@debian.org> |
| Changed By | Alex Myczko <tar@debian.org> |
| Sponsor | tar@debian.org |
| Distribution | unstable |
| Architecture | any |
| VCS | git: https://salsa.debian.org/debian/kanzi-cpp.git (browse) |
| Closes | #1131814 |
| Tracker | https://tracker.debian.org/pkg/kanzi-cpp |
| Uploaded | 5 hours ago |
New Package Report
.changes
| Changed-By | Alex Myczko |
|---|---|
| Architecture | source arm64 |
| Distribution | unstable |
| Date | Tue, 24 Mar 2026 22:44:56 +0000 |
| Source | kanzi-cpp |
| Version | 2.5.1+git20260329+ds-1 |
Changelog
kanzi-cpp (2.5.1+git20260329+ds-1) unstable; urgency=medium . * Initial release. (Closes: #1131814)
.dsc
| Component | main |
|---|---|
| Package-List | kanzi deb libs optional arch=any libkanzi-dev deb libdevel optional arch=any libkanzi1 deb libs optional arch=any |
| Section | libs |
| Priority | optional |
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://github.com/flanglet/kanzi-cpp Upstream-Name: kanzi-cpp Upstream-Contact: Frederic Langlet Files: * Copyright: 2013-2026 Frederic Langlet License: Apache-2.0 Find the full text in /usr/share/common-licenses/Apache-2.0 Files: debian/* Copyright: 2026 Alex Myczko <tar@debian.org> License: GPL-2+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this package. If not, see <https://www.gnu.org/licenses/>. Comment: On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".