mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 05:09:19 +08:00
89f90c7080
* Updated argparse to v2.8 * Updated version baseline and JSON for argparse
18 lines
322 B
JSON
18 lines
322 B
JSON
{
|
|
"name": "argparse",
|
|
"version": "2.8",
|
|
"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
|
|
}
|
|
]
|
|
}
|