Пакет libtdb-devel: Информация

    Бинарный пакет: libtdb-devel
    Версия: 1.4.3-alt1
    Архитектура: e2k
    Собран:  21 ноября 2020 г. 16:16
    Исходный пакет: libtdb
    Категория: Разработка/C
    Сообщить об ошибке в пакете
    Домашняя страница: http://tdb.samba.org/

    Лицензия: LGPLv3+
    О пакете: a trivial database system development files
    Описание: 
    This is a simple database API. It was inspired by the realisation that
    in Samba we have several ad-hoc bits of code that essentially
    implement small databases for sharing structures between parts of
    Samba. As I was about to add another I realised that a generic
    database module was called for to replace all the ad-hoc bits.
    
    I based the interface on gdbm. I couldn't use gdbm as we need to be
    able to have multiple writers to the databases at one time.
    
    (I == tridge@samba.org)
    
    These are the development files.

    Сопровождающий: Evgeny Sinelnikov


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


    5 февраля 2020 г. Evgeny Sinelnikov 1.4.3-alt1
    - Update to latest release without crypt replace
    - Set license to LGPLv3+
    31 октября 2019 г. Evgeny Sinelnikov 1.4.2-alt1
    - Update to new release without python2 support
    27 февраля 2019 г. Evgeny Sinelnikov 1.3.18-alt1
    - Update to latest release with python3 by default