An open API service indexing awesome lists of open source software.

https://github.com/daishe/popt

C++ program options library
https://github.com/daishe/popt

c-plus-plus command-line-parser commandline-flags cpp header-only options-parsing program-options

Last synced: 7 months ago
JSON representation

C++ program options library

Awesome Lists containing this project

README

          

# popt - C++ program options (header only) library

## Used third-party tools and libraries

- [Boost C++ Libraries](http://www.boost.org) as an extension to standard library
- [Cmake](https://cmake.org) for build automation
- [Doxygen](http://www.stack.nl/%7Edimitri/doxygen) to generate documentation
- [variadic](https://github.com/daishe/variadic) as a metaprogramming library

## License

The popt library is open-sourced software licensed under the [Boost Software License 1.0](https://opensource.org/licenses/bsl1.0).