argagg 0.4.6-0.79e4adf
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.
- Website: https://github.com/vietjtnguyen/argagg
- Licenses: Expat
- Package source: gnu/packages/cpp.scm
- Builds: See build status
- Issues: See known issues
Installation
Install argagg 0.4.6-0.79e4adf
as follows:
guix install argagg@0.4.6-0.79e4adf
Or install the latest version:
guix install argagg
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.