diff options
author | Euan Thoms <euan@potensol.com> | 2014-08-14 13:22:23 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-08-15 23:21:27 +0700 |
commit | 700f1afd28e5082a828f049157b85e1f9fd0c7c5 (patch) | |
tree | 185c865992010414c74728ac040592fe5979aa2d /libraries/ucommon/README | |
parent | 7dd9cb2e5295553a6cda8b83f65665d28cb90f02 (diff) | |
download | slackbuilds-700f1afd28e5082a828f049157b85e1f9fd0c7c5.tar.gz |
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/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libraries/ucommon/README b/libraries/ucommon/README new file mode 100644 index 0000000000..ec7dd78906 --- /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. |