comparison databases/pypy2-gdbm/pkg-descr @ 193:4f64ace8fb9e

Extend COMMENT and pkg-dest
author Franz Glasner <hg@dom66.de>
date Tue, 16 Jan 2024 16:53:40 +0100
parents 4f4bc0bf293a
children
comparison
equal deleted inserted replaced
192:412473bb4bea 193:4f64ace8fb9e
1 PyPy bindings to the GNU dbm library. 1 PyPy bindings to the GNU dbm library.
2
3 GNU dbm (or GDBM, for short) is a library of database functions that
4 use extensible hashing and work similar to the standard UNIX
5 dbm. These routines are provided to a programmer needing to create and
6 manipulate a hashed database (as key/data pairs).