mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 04:18:59 +08:00
a46c126f26
* [dimcli] Update to v7.1.0 * Add license to manifest. * Update version database
16 lines
343 B
JSON
16 lines
343 B
JSON
{
|
|
"name": "dimcli",
|
|
"version-semver": "7.1.0",
|
|
"description": "C++ command line parser toolkit",
|
|
"homepage": "https://github.com/gknowles/dimcli",
|
|
"documentation": "https://gknowles.github.io/dimcli",
|
|
"license": "BSL-1.0",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|