summaryrefslogtreecommitdiffstats
path: root/libraries/rudiments/README
diff options
context:
space:
mode:
author Mario Preksavec <mario at slackware dot hr>2015-04-28 00:18:36 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-04-28 00:18:36 +0700
commitbef5d67dbb0f275a3a259a58c858a5d6ec83365e (patch)
tree51fa4fde55b0e2545f3834bbbcb3102e03581cc2 /libraries/rudiments/README
parent135baf55607376561965c0830b7ad465bc5573fd (diff)
downloadslackbuilds-bef5d67dbb0f275a3a259a58c858a5d6ec83365e.tar.gz
slackbuilds-bef5d67dbb0f275a3a259a58c858a5d6ec83365e.tar.xz
libraries/rudiments: Added (C++ class library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/rudiments/README')
-rw-r--r--libraries/rudiments/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/libraries/rudiments/README b/libraries/rudiments/README
new file mode 100644
index 0000000000..26231a5a28
--- /dev/null
+++ b/libraries/rudiments/README
@@ -0,0 +1,3 @@
+Rudiments is an Open Source C++ class library providing base classes for things
+such as daemons, clients and servers, and wrapper classes for the standard C
+functions for things like regular expressions, semaphores and signal handling.