mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 08:38:59 +08:00
f4f8bba9d4
* [libfort/libgit2/cli11] update to the latest version * update version * delete useless dependencies * update version
17 lines
399 B
JSON
17 lines
399 B
JSON
{
|
|
"name": "cli11",
|
|
"version-semver": "2.0.0",
|
|
"description": "CLI11 is a command line parser for C++11 and beyond that provides a rich feature set with a simple and intuitive interface.",
|
|
"homepage": "https://github.com/CLIUtils/CLI11",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|