This package browser is in early development. Mind the rough edges.

gflags 2.2.2

C++ library for command-line argument parsing

Gflags is a C++ library to parse command-line flags. It differs from other such libraries in that command-line flag definitions can be scattered around the source code, and not just listed in one place such as main. This means that a single source-code file will define and use flags that are meaningful to that file. Any application that links in that file will get the flags, and the gflags library will automatically handle that flag appropriately.

Installation

Install gflags 2.2.2 as follows:

guix install gflags@2.2.2

Or install the latest version:

guix install gflags

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.