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
commita2cf6385501992e685f4d5e7a48ac6440ae0ec87 (patch)
treeb4485be1a06fedea4fffd8d042b1e2a56920b4c0 /devel/libaura/DESCR
parent8ebd303f09fb61e20aad5134af07b268db45ba2a (diff)
downloadpkgsrc-a2cf6385501992e685f4d5e7a48ac6440ae0ec87.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.