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

argagg

C++11 command line argument parser

ArgAgg is yet another C++ command line argument/option parser. It was written as a simple and idiomatic alternative to other frameworks like getopt, Boost program options, TCLAP, and others. The goal is to achieve the majority of argument parsing needs in a simple manner with an easy to use API.

Installation

Install the latest version of argagg as follows:

guix install argagg

Or install a particular version:

guix install argagg@0.4.6-0.79e4adf

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 argagg about the latest version available in Guix.

Example HTML:

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

Example Markdown:

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

Example Org:

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