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

    Исходный пакет: tinycdb
    Версия: 0.77-alt1
    Собран:  8 марта 2011 г. 2:10
    Категория: Базы данных
    Сообщить об ошибке в пакете
    Домашняя страница: http://www.corpit.ru/mjt/tinycdb.html

    Лицензия: GPLv2+
    О пакете: A package for maintenance of constant databases
    Описание: 
    tinycdb is a small, fast and reliable utility set and subroutine library
    for creating and reading constant databases.  The database structure is
    tuned for fast reading:
    + Successful lookups take normally just two disk accesses.
    + Unsuccessful lookups take only one disk access.
    + Small disk space and memory size requirements; a database uses 2048
      bytes for the header and 24 bytes per record.
    + Maximum database size is 4GB; individual record size is not
      otherwise limited.
    + Portable file format.
    + Fast creation of new databases.
    + No locking, updates are atomical.
    
    This package contains the cdb utility.

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

    Сопровождающий: Dmitry V. Levin

    Список участников:
    Dmitry V. Levin
    Victor Forsyuk

    Права:
    Dmitry V. Levin

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


    8 марта 2011 г. Dmitry V. Levin 0.77-alt1
    - Updated to 0.77.
    3 ноября 2010 г. Dmitry V. Levin 0.76-alt4
    - Rebuilt for soname set-versions.
    9 сентября 2009 г. Dmitry V. Levin 0.76-alt3
    - Moved "make check" to %check section.