16 lines
382 B
JSON
Executable file
16 lines
382 B
JSON
Executable file
{
|
|
"name": "cxxopts",
|
|
"version-semver": "3.0.0",
|
|
"description": "This is a lightweight C++ option parser library, supporting the standard GNU style syntax for options",
|
|
"homepage": "https://github.com/jarro2783/cxxopts",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|