Source: croaring Maintainer: Alexander GQ Gerasiov Build-Depends: debhelper-compat (= 13), cmake, libcmocka-dev Standards-Version: 4.7.3 Section: libs Homepage: https://github.com/RoaringBitmap/CRoaring Vcs-Git: https://salsa.debian.org/debian/croaring.git Vcs-Browser: https://salsa.debian.org/debian/croaring Package: libroaring-dev Architecture: any Depends: ${misc:Depends}, libroaring21 (= ${binary:Version}) Pre-Depends: ${misc:Pre-Depends} Multi-Arch: same Section: libdevel Description: Portable Roaring bitmaps in C (and C++) (headers) Bitsets, also called bitmaps, are commonly used as fast data structures. Unfortunately, they can use too much memory. To compensate, we often use compressed bitmaps. Roaring bitmaps are compressed bitmaps which tend to outperform conventional compressed bitmaps such as WAH, EWAH or Concise. . This package provides library headers. Package: libroaring21 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Pre-Depends: ${misc:Pre-Depends} Multi-Arch: same Description: Portable Roaring bitmaps in C (and C++) Bitsets, also called bitmaps, are commonly used as fast data structures. Unfortunately, they can use too much memory. To compensate, we often use compressed bitmaps. Roaring bitmaps are compressed bitmaps which tend to outperform conventional compressed bitmaps such as WAH, EWAH or Concise.