summaryrefslogtreecommitdiff
path: root/devel/libmowgli/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libmowgli/DESCR')
-rw-r--r--devel/libmowgli/DESCR6
1 files changed, 6 insertions, 0 deletions
diff --git a/devel/libmowgli/DESCR b/devel/libmowgli/DESCR
new file mode 100644
index 00000000000..2746f872bf2
--- /dev/null
+++ b/devel/libmowgli/DESCR
@@ -0,0 +1,6 @@
+mowgli is a development framework for C (like GLib), which provides high
+performance and highly flexible algorithms. It can be used as a suppliment
+to GLib (to add additional functions (dictionaries, hashes), or replace
+some of the slow GLib list manipulation functions), or stand alone. It
+also provides a powerful hook system and convenient logging for your code,
+as well as a high performance block allocator.