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

gflags

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 the latest version of gflags as follows:

guix install gflags

Or install a particular version:

guix install gflags@2.2.2

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.

Badge code

You can use the following badge to inform users of gflags about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/gflags'><img src='https://packages.guix.gnu.org/packages/gflags/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/gflags/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/gflags)

Example Org:

[[https://packages.guix.gnu.org/packages/gflags][https://packages.guix.gnu.org/packages/gflags/badges/latest-version.svg]]