libdatrie
- Ebuilds: 1, Testing: 0.2.14 Description:
This is an implementation of double-array structure for representing trie,
as proposed by Junichi Aoe.
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.
Homepage:https://github.com/tlwg/libdatrie
libpqmarble
- Ebuilds: 1, Testing: 2.0.0_p20250109 Description:
PQMarble (formerly known as Marble) is a utility library for GNOME applications,
providing common functionality and widgets.
Homepage:https://gitlab.gnome.org/raggesilver/marble License: GPL-3
libthai
- Ebuilds: 1, Testing: 0.1.30 Description:
LibThai is a set of Thai language support routines aimed to ease
developers' tasks to incorporate Thai language support in their
applications. It includes important Thai-specific functions e.g. word
breaking, input and output methods as well as basic character and
string supports. LibThai is an Open Source and collaborative effort
initiated by Thai Linux Working Group and opened for all contributors.
Homepage:https://github.com/tlwg/libthai