aboutsummaryrefslogtreecommitdiff
path: root/libraries/ucommon/README
diff options
context:
space:
mode:
authorEuan Thoms <euan@potensol.com>2014-08-14 13:22:23 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2014-08-15 23:21:27 +0700
commit700f1afd28e5082a828f049157b85e1f9fd0c7c5 (patch)
tree185c865992010414c74728ac040592fe5979aa2d /libraries/ucommon/README
parent7dd9cb2e5295553a6cda8b83f65665d28cb90f02 (diff)
downloadslackbuilds-700f1afd28e5082a828f049157b85e1f9fd0c7c5.tar.xz
libraries/ucommon: Added (GNU uCommon C++ libraries).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/ucommon/README')
-rw-r--r--libraries/ucommon/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/libraries/ucommon/README b/libraries/ucommon/README
new file mode 100644
index 000000000000..ec7dd7890602
--- /dev/null
+++ b/libraries/ucommon/README
@@ -0,0 +1,4 @@
+GNU uCommon C++ is meant as a very light-weight C++ library
+to facilitate using C++ design patterns even for very deeply
+embedded applications, such as for systems using uclibc
+along with posix threading support.