summaryrefslogtreecommitdiff
path: root/devel/libstash/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libstash/DESCR')
-rw-r--r--devel/libstash/DESCR18
1 files changed, 18 insertions, 0 deletions
diff --git a/devel/libstash/DESCR b/devel/libstash/DESCR
new file mode 100644
index 00000000000..153c94fd059
--- /dev/null
+++ b/devel/libstash/DESCR
@@ -0,0 +1,18 @@
+ libstash is a collection of programming support routines and
+useful algorithms that was developed in the course of the SQRL
+project.
+
+ libstash implements a number of algorithms such as hash tables,
+lists, rings, trees, and binomial heaps. A somewhat unique
+implementation of reference-counted arbitrary buffers simplifies
+streaming data.
+
+ There is an extensible printf replacement that makes printing
+user-defined types (such as the buffers mentioned above) as clean
+as printing built-in types. There are memory allocation and thread
+wrappers, various aids to threaded programming such as message
+queues, specialized memory allocation facilities, and lots of
+debugging aids that help detect many common memory-related errors.
+
+ libstash comes with a BSD style licence (without the advertising
+clause).