Пакет libdatrie: Информация

    Исходный пакет: libdatrie
    Версия: 0.2.14-alt1
    Последняя версия по данным Repology
    Собран:  3 декабря 2025 г. 17:08 в задании #401721
    Сообщить об ошибке в пакете
    Домашняя страница: https://linux.thai.net/projects/datrie

    Лицензия: LGPL-2.1-or-later
    О пакете: Implementation of Double-Array structure for representing trie
    Описание: 
    datrie is an implementation of double-array structure for representing trie.
    
    Trie is a kind of digital search tree, an efficient indexing method with O(1)
    time complexity for searching. 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.
    
    Details of the implementation: http://linux.thai.net/~thep/datrie/datrie.html

    Список бинарных RPM-пакетов, собираемых из данного SRPM:
    libdatrie (x86_64, i586, aarch64)
    libdatrie-debuginfo (x86_64, i586, aarch64)
    libdatrie-devel (x86_64, i586, aarch64)
    libdatrie-devel-debuginfo (x86_64, i586, aarch64)

    Сопровождающий: Anton Farygin

    Список участников:
    Anton Farygin
    Igor Vlasenko

    Права:
    Igor Vlasenko
    Anton Farygin
    @everybody

      1. libtool
      2. autoconf
      3. autoconf-archive
      4. automake
      5. doxygen
      6. graphviz

    Последнее изменение


    3 декабря 2025 г. Anton Farygin 0.2.14-alt1
    - 0.2.13 -> 0.2.14
    1 ноября 2025 г. Anton Farygin 0.2.13-alt2
    - fixed build in new environment
    29 августа 2023 г. Igor Vlasenko 0.2.13-alt1_7
    - update to new release by fcimport