diff options
Diffstat (limited to 'libraries/commoncpp2/slack-desc')
-rw-r--r-- | libraries/commoncpp2/slack-desc | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/libraries/commoncpp2/slack-desc b/libraries/commoncpp2/slack-desc new file mode 100644 index 0000000000..21813b6885 --- /dev/null +++ b/libraries/commoncpp2/slack-desc @@ -0,0 +1,20 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' on +# the right side marks the last column you can put a character in. You must make +# exactly 11 lines for the formatting to be correct. It's also customary to +# leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +commoncpp2: Common C++ (portable and highly optimized class framework for C++) +commoncpp2: +commoncpp2: GNU Common C++ is a portable and highly optimized class framework for +commoncpp2: writing C++ applications that need to use threads. +commoncpp2: This framework offers a class foundation that hides platform +commoncpp2: differences from your C++ application so that you need not write +commoncpp2: platform specific code. GNU Common C++ has been ported to compile +commoncpp2: natively on most platforms which support either posix threads, or on +commoncpp2: Microsoft Windows. +commoncpp2: +commoncpp2: Homepage: http://www.gnutelephony.org/ + |