diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2008-06-01 09:42:37 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2008-06-01 09:42:37 +0000 |
commit | a249020977a2394eb6f6b41a59e49167878d5f8d (patch) | |
tree | 5d607d247327f1beb39661a2ddfb9b78f6f2cd45 /devel/libmowgli/pkg-descr | |
parent | 75ef30fdb03f8f8cf0ccf2ea00b086adac621054 (diff) |
Notes
Diffstat (limited to 'devel/libmowgli/pkg-descr')
-rw-r--r-- | devel/libmowgli/pkg-descr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libmowgli/pkg-descr b/devel/libmowgli/pkg-descr index c03aa0fe9a6d..123616bb0eed 100644 --- a/devel/libmowgli/pkg-descr +++ b/devel/libmowgli/pkg-descr @@ -1,5 +1,5 @@ mowgli is a development framework for C (like GLib), which provides high -performance and highly flexible algorithms. It can be used as a suppliment +performance and highly flexible algorithms. It can be used as a supplement 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, |