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

    Исходный пакет: libdict
    Версия: 0.3.0-alt2.git20140826
    Последняя версия по данным Repology
    Собран:  29 июня 2019 г. 13:59 в задании #233440
    Сообщить об ошибке в пакете
    Домашняя страница: https://github.com/fmela/libdict

    Лицензия: BSD
    О пакете: C library of key-value data structures with an object-oriented interface
    Описание: 
    libdict is a C library that provides the following data structures with
    efficient insert, lookup, and delete routines:
    
    * height-balanced (AVL) tree
    * red-black tree
    * splay tree
    * weight-balanced tree
    * path-reduction tree
    * treap
    * hashtable, using separate chaining
    * hashtable, using open addressing with linear probing

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    libdict (x86_64, i586, aarch64)
    libdict-devel (x86_64, i586, aarch64)

    Сопровождающий: Eugeny A. Rostovtsev

    Список участников:
    Michael Shigorin
    Eugeny A. Rostovtsev

    Права:
    Michael Shigorin
    @everybody

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


    29 июня 2019 г. Michael Shigorin 0.3.0-alt2.git20140826
    - fixed build on 64-bit architectures
    - minor spec cleanup
    10 сентября 2014 г. Eugeny A. Rostovtsev 0.3.0-alt1.git20140826
    - Initial build for Sisyphus