Source: libhat-trie Maintainer: Debian Med Packaging Team Uploaders: Sascha Steinbiss Section: science Priority: optional Build-Depends: debhelper (>= 11~), d-shlibs Standards-Version: 4.3.0 Vcs-Browser: https://salsa.debian.org/med-team/libhat-trie Vcs-Git: https://salsa.debian.org/med-team/libhat-trie.git Homepage: https://github.com/dcjones/hat-trie Package: libhat-trie0 Architecture: amd64 arm64 armel armhf i386 mips64el mipsel ppc64el sh4 kfreebsd-amd64 kfreebsd-i386 Multi-Arch: same Section: libs Depends: ${shlibs:Depends}, ${misc:Depends} Pre-Depends: ${misc:Pre-Depends} Description: HAT-trie, an extremely efficient (space and time) modern variant of tries This is an ANSI C99 implementation of the HAT-trie data structure of Askitis and Sinha, an extremely efficient (space and time) modern variant of tries. . The version implemented here maps arrays of bytes to words (i.e., unsigned longs), which can be used to store counts, pointers, etc, or not used at all if you simply want to maintain a set of unique strings. Package: libhat-trie-dev Architecture: amd64 arm64 armel armhf i386 mips64el mipsel ppc64el sh4 kfreebsd-amd64 kfreebsd-i386 Multi-Arch: same Section: libdevel Depends: ${shlibs:Depends}, ${misc:Depends}, libhat-trie0 (= ${binary:Version}) Pre-Depends: ${misc:Pre-Depends} Provides: libhat-trie-dev Description: Development headers and static libraries for HAT-trie library This package provides development headers and static libraries for libhat-trie, an ANSI C99 implementation of the HAT-trie data structure of Askitis and Sinha, which is an extremely efficient (space and time) modern variant of tries.