Source: kanzi-cpp Section: libs Priority: optional Maintainer: Alex Myczko Build-Depends: debhelper-compat (= 13), cmake, Standards-Version: 4.7.3 Homepage: https://github.com/flanglet/kanzi-cpp Vcs-Browser: https://salsa.debian.org/debian/kanzi-cpp Vcs-Git: https://salsa.debian.org/debian/kanzi-cpp.git Package: libkanzi-dev Section: libdevel Architecture: any Multi-Arch: same Depends: libkanzi1 (= ${binary:Version}), ${misc:Depends}, 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. Package: libkanzi1 Architecture: any Multi-Arch: same Depends: ${shlibs:Depends}, ${misc:Depends}, 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. Package: kanzi Architecture: any Multi-Arch: foreign Depends: ${shlibs:Depends}, ${misc:Depends}, Description: Fast lossless data compression binary 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 binary.