mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 02:52:03 +08:00
d776de1ba3
Co-authored-by: LilyWangLL <4945507022qq.com>
16 lines
343 B
JSON
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
|
|
}
|
|
]
|
|
}
|