vcpkg/ports/argh/vcpkg.json
Thomas1664 255106a936
[argh] Update to 1.3.2 (#24219)
* [argh] Update to 1.3.2

* version
2022-04-19 09:07:38 -07:00

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
}
]
}