mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 01:51:39 +08:00
51b354c03b
* update to 3.1.1 * update version
18 lines
402 B
JSON
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
|
|
}
|
|
]
|
|
}
|