mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 04:49:08 +08:00
255106a936
* [argh] Update to 1.3.2 * version
18 lines
333 B
JSON
18 lines
333 B
JSON
{
|
|
"name": "argh",
|
|
"version": "1.3.2",
|
|
"description": "Argh! A minimalist argument handler.",
|
|
"homepage": "https://github.com/adishavit/argh",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|