diff 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
line wrap: on
line diff
--- a/databases/pypy2-gdbm/pkg-descr	Tue Jan 16 13:01:07 2024 +0100
+++ b/databases/pypy2-gdbm/pkg-descr	Tue Jan 16 16:53:40 2024 +0100
@@ -1,1 +1,6 @@
 PyPy bindings to the GNU dbm library.
+
+GNU dbm (or GDBM, for short) is a library of database functions that
+use extensible hashing and work similar to the standard UNIX
+dbm. These routines are provided to a programmer needing to create and
+manipulate a hashed database (as key/data pairs).