vcpkg/ports/cxxopts/vcpkg.json
6ziv 39c4d058e7
[cxxopts]Update cxxopts version to 3.1.0 (#29655)
* update cxxopts version to 3.1.0

* Update version files for cxxopts
2023-02-15 09:44:23 -08:00

18 lines
402 B
JSON

{
"name": "cxxopts",
"version-semver": "3.1.0",
"description": "This is a lightweight C++ option parser library, supporting the standard GNU style syntax for options",
"homepage": "https://github.com/jarro2783/cxxopts",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}