Source: libstreamvbyte Standards-Version: 4.7.4 Maintainer: Debian Med Packaging Team Uploaders: Andreas Tille , Section: science Build-Depends: debhelper-compat (= 13), d-shlibs, cmake, Vcs-Browser: https://salsa.debian.org/med-team/libstreamvbyte Vcs-Git: https://salsa.debian.org/med-team/libstreamvbyte.git Homepage: https://github.com/lemire/streamvbyte Package: libstreamvbyte3 Architecture: any Multi-Arch: same Section: libs Depends: ${shlibs:Depends}, ${misc:Depends}, Description: fast integer compression in C using the StreamVByte codec StreamVByte is a new integer compression technique that applies SIMD instructions (vectorization) to Google's Group Varint approach. The net result is faster than other byte-oriented compression techniques. . It includes fast differential coding. . It assumes a recent Intel processor (e.g., haswell or better) or an ARM processor with NEON instructions (which is almost all of them). Package: libstreamvbyte-dev Architecture: any Multi-Arch: same Section: libdevel Depends: libstreamvbyte3 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, Description: fast integer compression in C using the StreamVByte codec (devel) StreamVByte is a new integer compression technique that applies SIMD instructions (vectorization) to Google's Group Varint approach. The net result is faster than other byte-oriented compression techniques. . It includes fast differential coding. . It assumes a recent Intel processor (e.g., haswell or better) or an ARM processor with NEON instructions (which is almost all of them). . This package contains the static library and header files.