1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/devel/ding-libs/pkg-descr
Ryan Steinmetz 89630c7425 New port: devel/ding-libs
'D is not GLib' utility libraries

Ding-libs provides utility functions to manipulate filesystem
pathnames (libpath_utils), a hash table which dynamically resizes
to achieve optimal storage and access time properties (libdhash),
a data type to collect data in a hierarchical structure for easy
iteration and serialization (libcollection), a dynamically growing,
reference-counted array (libref_array), and a library to process
configuration files in initialization format (INI) into a library
collection data structure (libini_config).

PR:		ports/161267
Submitted by:	Andrew Elble <aweits@rit.edu>
2011-10-04 15:29:38 +00:00

11 lines
538 B
Plaintext

Ding-libs provides utility functions to manipulate filesystem pathnames
(libpath_utils), a hash table which dynamically resizes to achieve
optimal storage and access time properties (libdhash), a data type to
collect data in a hierarchical structure for easy iteration and
serialization (libcollection), a dynamically growing, reference-counted
array (libref_array), and a library to process configuration files in
initialization format (INI) into a library collection data structure
(libini_config).
WWW: https://fedorahosted.org/sssd/