vcpkg/ports/dimcli/vcpkg.json
Lily Wang d776de1ba3
[dimcli] Update to 7.3.0 (#41242)
Co-authored-by: LilyWangLL <4945507022qq.com>
2024-09-30 11:53:30 -04:00

16 lines
343 B
JSON

{
"name": "dimcli",
"version-semver": "7.3.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
}
]
}