pkgsrc-wip/pbl/DESCR
Ossi Herrala 00903a74c9 PBL is a GPL C library of functions that can be used in a C or C++ project.
The code of the PBL library includes:

 * PBL BASE - license GPL/LGPL, some base functions, see pbl_* functions
 * PBL HASH - license GPL/LGPL, an open source memory hash table
   implementation, see pblHt* functions
 * PBL KEYFILE- license GPL/LGPL, an open source key file implementation, see
   pblKf*functions
 * PBL ISAM- license GPL/LGPL, an open source ISAM file implementation, see
   pblIsam*functions

See documentation at http://mission.base.com/peter/source/pbl/doc/ for more
information.
2004-01-26 14:49:35 +00:00

14 lines
577 B
Text

PBL is a GPL C library of functions that can be used in a C or C++ project.
The code of the PBL library includes:
* PBL BASE - license GPL/LGPL, some base functions, see pbl_* functions
* PBL HASH - license GPL/LGPL, an open source memory hash table
implementation, see pblHt* functions
* PBL KEYFILE- license GPL/LGPL, an open source key file implementation, see
pblKf*functions
* PBL ISAM- license GPL/LGPL, an open source ISAM file implementation, see
pblIsam*functions
See documentation at http://mission.base.com/peter/source/pbl/doc/ for more
information