mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
89630c7425
'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>
11 lines
538 B
Plaintext
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/
|