Merge from vendor branch GCC:
[dragonfly.git] / contrib / bsdinstaller-1.1.6 / ports / devel / libaura / pkg-descr
1 Libaura is a library of Assorted Useful Reusable Abstractions -
2 data structures and utilities for C language programming.  At
3 present, they include:
4
5 - memory allocators/deallocators
6 - key<->value dictionaries (hashed or sorted)
7 - extensible buffers
8 - filesystem predicates (is_dir, is_named_pipe, etc)
9 - popen() variation which allows the caller to know the pid of
10   the process on the other end of the pipe.