annotate databases/pypy2-gdbm/pkg-descr @ 199:8b567a874360

Upgrade to PyPy v7.3.19. BUGS: - pypy311 not yet supported. - pypy39 not yet deleted. - Tests for pypy3 not yet runnable.
author Franz Glasner <fzglas.hg@dom66.de>
date Wed, 12 Mar 2025 13:45:29 +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).