mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 17:29:00 +08:00
17 lines
324 B
JSON
17 lines
324 B
JSON
|
{
|
||
|
"name": "args",
|
||
|
"version-date": "2021-03-14",
|
||
|
"description": "A simple header-only C++ argument parser library.",
|
||
|
"homepage": "https://github.com/Taywee/args",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|