diff options
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 |
commit | bef5d67dbb0f275a3a259a58c858a5d6ec83365e (patch) | |
tree | 51fa4fde55b0e2545f3834bbbcb3102e03581cc2 /libraries/rudiments/README | |
parent | 135baf55607376561965c0830b7ad465bc5573fd (diff) | |
download | slackbuilds-bef5d67dbb0f275a3a259a58c858a5d6ec83365e.tar.gz |
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/README | 3 |
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. |