vcpkg/ports/argtable3/vcpkg.json
Jia Yue Hua 9ebe3a650c
[argtable3] update to 3.2.2.f25c624 (#34060)
* [argtable3] update to 3.2.2.f25c624

* [argtable3] update to 3.2.2.f25c624
2023-09-28 23:00:20 -07:00

22 lines
492 B
JSON

{
"name": "argtable3",
"version-string": "3.2.2.f25c624",
"description": "A single-file, ANSI C, command-line parsing library that parses GNU-style command-line options",
"homepage": "https://www.argtable.org/",
"license": "BSD-2-Clause-NetBSD AND TCL",
"dependencies": [
{
"name": "getopt",
"platform": "windows & !mingw"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}