diff options
author | Andre Barboza <bmg.andre@gmail.com> | 2016-12-30 09:43:13 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-12-31 08:22:18 +0700 |
commit | 7f88af7bb63cabf3edd9ecddf11453389c736d0c (patch) | |
tree | 179e96c582a4d86a81b4dd8c7a5b6f07d5f89ba4 /development/libcutl/README | |
parent | 3c9394f7cb9cf0d3357e466d5fd7fa57d054e152 (diff) |
development/libcutl: Added (C++ utility library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/libcutl/README')
-rw-r--r-- | development/libcutl/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/development/libcutl/README b/development/libcutl/README new file mode 100644 index 0000000000000..25a995308849e --- /dev/null +++ b/development/libcutl/README @@ -0,0 +1,3 @@ +libcutl is a C++ utility library. It contains a collection of generic +and independent components such as meta-programming tests, smart +pointers, containers, compiler building blocks, etc. |