summaryrefslogtreecommitdiff
path: root/devel/libaura/DESCR
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-04-10 14:53:44 +0000
committerjoerg <joerg@pkgsrc.org>2006-04-10 14:53:44 +0000
commit813084b8a5df6dd00a53fdca9c8486218caa1523 (patch)
treeb4485be1a06fedea4fffd8d042b1e2a56920b4c0 /devel/libaura/DESCR
parent5092d7bafbe3793df7a5d60e2e3ce6dba75751e1 (diff)
downloadpkgsrc-813084b8a5df6dd00a53fdca9c8486218caa1523.tar.gz
Sync in libaura-3.1 from pkgsrc-wip. Take maintainership.
Diffstat (limited to 'devel/libaura/DESCR')
-rw-r--r--devel/libaura/DESCR14
1 files changed, 10 insertions, 4 deletions
diff --git a/devel/libaura/DESCR b/devel/libaura/DESCR
index 4a58fd50999..c3bba1f703f 100644
--- a/devel/libaura/DESCR
+++ b/devel/libaura/DESCR
@@ -1,4 +1,10 @@
-libaura is a LIBrary of Assorted Useful Reusable Abstractions. Notably,
-it provides dictionary and extensible buffer data types, memory management
-functions (wrappers to malloc() and free()), and filesystem predicates
-(is_file(), is_dir(), etc.)
+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.