mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 03:01:39 +08:00
9ebe3a650c
* [argtable3] update to 3.2.2.f25c624 * [argtable3] update to 3.2.2.f25c624
22 lines
492 B
JSON
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
|
|
}
|
|
]
|
|
}
|