category: Database
build-depends: cygport, gettext-devel, libintl-devel, libreadline-devel
sdesc: "GNU dbm implementation"
ldesc: "GNU dbm 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. The library
provides primitives for storing key/data pairs, searching and retrieving the
data by its key and deleting a key along with its data. It also support
sequential iteration over all key/data pairs in a database."
skip: 
homepage: https://www.gnu.org.ua/software/gdbm/
license: GPL-3.0-only