annotate databases/pypy2-gdbm/pkg-descr @ 205:31261c452c90

pypy311: make test execution work ("make test")
author Franz Glasner <fzglas.hg@dom66.de>
date Thu, 13 Mar 2025 21:06:09 +0100
parents 4f64ace8fb9e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
158
d9a47ce6213d ADD: The latest easily available port files for databases/pypy-gdbm
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
1 PyPy bindings to the GNU dbm library.
193
4f64ace8fb9e Extend COMMENT and pkg-dest
Franz Glasner <hg@dom66.de>
parents: 169
diff changeset
2
4f64ace8fb9e Extend COMMENT and pkg-dest
Franz Glasner <hg@dom66.de>
parents: 169
diff changeset
3 GNU dbm (or GDBM, for short) is a library of database functions that
4f64ace8fb9e Extend COMMENT and pkg-dest
Franz Glasner <hg@dom66.de>
parents: 169
diff changeset
4 use extensible hashing and work similar to the standard UNIX
4f64ace8fb9e Extend COMMENT and pkg-dest
Franz Glasner <hg@dom66.de>
parents: 169
diff changeset
5 dbm. These routines are provided to a programmer needing to create and
4f64ace8fb9e Extend COMMENT and pkg-dest
Franz Glasner <hg@dom66.de>
parents: 169
diff changeset
6 manipulate a hashed database (as key/data pairs).