summaryrefslogtreecommitdiff
path: root/devel/libaura/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libaura/pkg-descr')
-rw-r--r--devel/libaura/pkg-descr10
1 files changed, 0 insertions, 10 deletions
diff --git a/devel/libaura/pkg-descr b/devel/libaura/pkg-descr
deleted file mode 100644
index c3bba1f703fa..000000000000
--- a/devel/libaura/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-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.