mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:19:00 +08:00
19 lines
354 B
JSON
19 lines
354 B
JSON
{
|
|
"name": "argh",
|
|
"version": "1.3.2",
|
|
"port-version": 1,
|
|
"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
|
|
}
|
|
]
|
|
}
|