diff options
Diffstat (limited to 'devel/libaura/pkg-descr')
-rw-r--r-- | devel/libaura/pkg-descr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/libaura/pkg-descr b/devel/libaura/pkg-descr new file mode 100644 index 000000000000..c3bba1f703fa --- /dev/null +++ b/devel/libaura/pkg-descr @@ -0,0 +1,10 @@ +Libaura is a library of Assorted Useful Reusable Abstractions - +data structures and utilities for C language programming. At +present, they include: + +- memory allocators/deallocators +- key<->value dictionaries (hashed or sorted) +- extensible buffers +- filesystem predicates (is_dir, is_named_pipe, etc) +- popen() variation which allows the caller to know the pid of + the process on the other end of the pipe. |