Installer import into contrib (real import this time)
[dragonfly.git] / contrib / bsdinstaller-1.1.6 / ports / devel / libaura / pkg-descr
blobc3bba1f703fad6362ecad8416ffaad6eb9079480
1 Libaura is a library of Assorted Useful Reusable Abstractions -
2 data structures and utilities for C language programming.  At
3 present, they include:
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.