vcpkg/ports/cxxopts/vcpkg.json
jim wang 51b354c03b
[cxxopts] Update to 3.1.1 (#30057)
* update to 3.1.1

* update version
2023-03-08 14:07:08 -08:00

18 lines
402 B
JSON

{
"name": "cxxopts",
"version-semver": "3.1.1",
"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
}
]
}