mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:09:00 +08:00
16 lines
262 B
JSON
16 lines
262 B
JSON
{
|
|
"name": "argagg",
|
|
"version": "0.4.7",
|
|
"description": "A simple C++11 command line argument parser",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|