summaryrefslogtreecommitdiffstats
path: root/libraries/gflags/README
diff options
context:
space:
mode:
author Jack Hunt2015-07-11 02:33:03 +0200
committer Willy Sudiarto Raharjo2015-07-11 09:10:56 +0200
commitc3c80dc64ce2e8e7db2a2479556843bad8b8e6af (patch)
tree956d6919ab22005dcb04c494c7c5caf68684951f /libraries/gflags/README
parent27542a156c0fc06665e2ff76378603b5dea06b60 (diff)
downloadslackbuilds-c3c80dc64ce2e8e7db2a2479556843bad8b8e6af.tar.gz
libraries/gflags: Added (C++ library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/gflags/README')
-rw-r--r--libraries/gflags/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/libraries/gflags/README b/libraries/gflags/README
new file mode 100644
index 0000000000..957adcf421
--- /dev/null
+++ b/libraries/gflags/README
@@ -0,0 +1,3 @@
+The gflags package contains a C++ library that implements commandline flags processing.
+It includes built-in support for standard types such as string and the ability to define
+flags in the source file in which they are used.