#1131013 ITP: ndbmlite -- POSIX ndbm(3) on SQLite3

#1131013#5
Date:
2026-03-16 22:35:58 UTC
From:
To:
* Package name    : ndbmlite
  Version         : 0.1.0
* URL             : https://gitlab.com/bgermann/ndbmlite
* License         : SQLite blessing
  Programming Lang: C
  Description     : POSIX ndbm(3) on SQLite3

A C library that implements the POSIX **ndbm** interface using **SQLite3** as
the storage engine, with a database schema that is byte-for-byte compatible with
the **Python 3.13 `dbm.sqlite3`** module.

I am going to let reprepro depend on this so that it can be ported away from db5.3.