          MODULE=tdb
         VERSION=1.4.15
          SOURCE=$MODULE-$VERSION.tar.gz
      SOURCE_URL=https://samba.org/ftp/$MODULE/
      SOURCE_VFY=sha256:fba09d8df1f1b9072aeae8e78b2bd43c5afef20b2f6deefa633aa14a377a8dd2
        WEB_SITE=https://tdb.samba.org/
         ENTERED=20160717
         UPDATED=20260123
           SHORT="A database similar to GDBM but allows simultaneous commits"

cat << EOF
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.
The interface is based on gdbm. gdbm couldn't be use as we needed to be able to
have multiple writers to the databases at one time.
EOF
