libdatrie 0.2.13-2 source package in Ubuntu
Changelog
libdatrie (0.2.13-2) unstable; urgency=medium * d/tests/build: Make build test cross-testable. Change adapted from Sebastien Bacher's patch for libthai in bug #983522. Thanks Julian Andres Klode for first rasing this with initial patch. (Closes: #982540) * Trim trailing whitespace [lintian-brush]. * Declare compliance with Debian Policy 4.6.0 (no changes) * Remove 1 obsolete maintscript entry [lintian-brush]. - libdatrie-dev.maintscript: No longer need to make doc symlink in libdatrie-dev as once required in stretch (oldoldstable). -- Theppitak Karoonboonyanan <email address hidden> Sun, 17 Oct 2021 12:48:12 +0700
Upload details
- Uploaded by:
- Theppitak Karoonboonyanan
- Uploaded to:
- Sid
- Original maintainer:
- Theppitak Karoonboonyanan
- Architectures:
- any all
- Section:
- libs
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Lunar | release | main | libs | |
Kinetic | release | main | libs | |
Jammy | release | main | libs |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libdatrie_0.2.13-2.dsc | 2.2 KiB | d359689deccfa654ab844d6e955fff5e826d9a5dc9a74408d1b6a095f78ab0e5 |
libdatrie_0.2.13.orig.tar.xz | 306.7 KiB | 12231bb2be2581a7f0fb9904092d24b0ed2a271a16835071ed97bed65267f4be |
libdatrie_0.2.13-2.debian.tar.xz | 9.4 KiB | 3f341eb067c5365345e0a416a3c835a8e785c3220aca27c8fb2a01499d0214e9 |
Available diffs
No changes file available.
Binary packages built by this source
- libdatrie-dev: Development files for double-array trie library
Trie is a kind of digital search tree, an efficient indexing method in which
search time is independent of database size. It only takes O(m) search time,
where m is the length of the search string. Comparably as efficient as
hashing, trie also provides flexibility on incremental matching and key
spelling manipulation. This makes it ideal for lexical analyzers, as well as
spelling dictionaries.
.
This library is an implementation of double-array structure for representing
trie, as proposed by Junichi Aoe. The details of the implementation can be
found at https://linux. thai.net/ ~thep/datrie/ datrie. html
.
This package contains the development libraries, header files and manpages
you need to develop your programs using the datrie library.
- libdatrie-doc: Documentation files for double-array trie library
Trie is a kind of digital search tree, an efficient indexing method in which
search time is independent of database size. It only takes O(m) search time,
where m is the length of the search string. Comparably as efficient as
hashing, trie also provides flexibility on incremental matching and key
spelling manipulation. This makes it ideal for lexical analyzers, as well as
spelling dictionaries.
.
This library is an implementation of double-array structure for representing
trie, as proposed by Junichi Aoe. The details of the implementation can be
found at https://linux. thai.net/ ~thep/datrie/ datrie. html
.
This package contains some documents about the datrie library.
- libdatrie1: Double-array trie library
This package provides shared libraries needed to run programs that use the
datrie library. It is usually automatically installed.
- libdatrie1-bin: Programs for double-array trie library
Trie is a kind of digital search tree, an efficient indexing method in which
search time is independent of database size. It only takes O(m) search time,
where m is the length of the search string. Comparably as efficient as
hashing, trie also provides flexibility on incremental matching and key
spelling manipulation. This makes it ideal for lexical analyzers, as well as
spelling dictionaries.
.
This library is an implementation of double-array structure for representing
trie, as proposed by Junichi Aoe. The details of the implementation can be
found at https://linux. thai.net/ ~thep/datrie/ datrie. html
.
This package contains the program files which is used with the library,
including trietool, the trie manipulation tool.
- libdatrie1-bin-dbgsym: debug symbols for libdatrie1-bin
- libdatrie1-dbgsym: debug symbols for libdatrie1