[Lunar-commits] <moonbase> ucommon: Adding to moonbase

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Fri Aug 28 13:42:06 CEST 2009


commit 293fc4035bce5f5e899995c278279c8da5fd0f39
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Fri Aug 28 07:42:06 2009 -0400

    ucommon: Adding to moonbase
---
 libs/ucommon/DETAILS |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/libs/ucommon/DETAILS b/libs/ucommon/DETAILS
new file mode 100644
index 0000000..31faf50
--- /dev/null
+++ b/libs/ucommon/DETAILS
@@ -0,0 +1,19 @@
+          MODULE=ucommon
+         VERSION=2.0.6
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://www.gnutelephony.org/dist/tarballs/
+      SOURCE_VFY=sha1:e891e77ad65855c1c54381d833e40970126639d8
+        WEB_SITE=http://www.gnutelephony.org/index.php/UCommon
+         ENTERED=20090828
+         UPDATED=20090828
+           SHORT="very light-weight C++ library"
+
+cat << EOF
+UCommon 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. For this reason, 
+UCommon disables language features that consume memory or introduce runtime 
+overhead, such as rtti and exception handling, and assumes one will mostly be
+linking applications with other pure C based libraries rather than using the 
+overhead of the standard C++ library and other similar class frameworks. 
+EOF


More information about the Lunar-commits mailing list