diff options
author | Jack Hunt <jackmileshunt[at]gmail.com> | 2015-07-11 07:33:03 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-07-11 14:10:56 +0700 |
commit | c3c80dc64ce2e8e7db2a2479556843bad8b8e6af (patch) | |
tree | 956d6919ab22005dcb04c494c7c5caf68684951f /libraries/gflags/README | |
parent | 27542a156c0fc06665e2ff76378603b5dea06b60 (diff) | |
download | slackbuilds-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/README | 3 |
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. |