0
0
mirror of https://github.com/microsoft/vcpkg.git synced 2025-01-17 13:32:38 +08:00
2024-08-07 17:27:46 -07:00

18 lines
322 B
JSON

{
"name": "argparse",
"version": "3.1",
"description": "Argument parser for modern C++",
"homepage": "https://github.com/p-ranav/argparse",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}