mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 05:38:59 +08:00
39c4d058e7
* update cxxopts version to 3.1.0 * Update version files for cxxopts
18 lines
402 B
JSON
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
|
|
}
|
|
]
|
|
}
|