Package libtdb-devel: Information

    Binary package: libtdb-devel
    Version: 1.4.3-alt1
    Architecture: e2k
    Build time:  Nov 21, 2020, 04:16 PM
    Source package: libtdb
    Category: Development/C
    Report package bug
    License: LGPLv3+
    Summary: a trivial database system development files
    Description: 
    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.

    Maintainer: Evgeny Sinelnikov


    Last changed


    Feb. 5, 2020 Evgeny Sinelnikov 1.4.3-alt1
    - Update to latest release without crypt replace
    - Set license to LGPLv3+
    Oct. 31, 2019 Evgeny Sinelnikov 1.4.2-alt1
    - Update to new release without python2 support
    Feb. 27, 2019 Evgeny Sinelnikov 1.3.18-alt1
    - Update to latest release with python3 by default