gdbm/1.23

gdbm is a library of database functions that uses 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.
Recipe info
GPL-3.0-or-later
2023-09-20

Available packages
Linux
Windows
macOS
macOS Apple Silicon

Install
Add the following line to your conanfile.txt:
[requires]
gdbm/1.23

Using gdbm

Loading ...
Loading...