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
- Host: GitHub
- URL: https://github.com/daishe/popt
- Owner: daishe
- License: bsl-1.0
- Created: 2017-03-23T12:42:23.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-23T16:16:36.000Z (almost 9 years ago)
- Last Synced: 2025-04-19T22:58:57.264Z (10 months ago)
- Topics: c-plus-plus, command-line-parser, commandline-flags, cpp, header-only, options-parsing, program-options
- Language: CMake
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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).