2020-08-02 07:14:16 +08:00
|
|
|
{
|
|
|
|
"name": "argtable3",
|
2022-03-22 03:56:32 +08:00
|
|
|
"version": "3.2.1",
|
2022-12-29 05:07:26 +08:00
|
|
|
"port-version": 3,
|
2020-08-02 07:14:16 +08:00
|
|
|
"description": "A single-file, ANSI C, command-line parsing library that parses GNU-style command-line options",
|
2022-03-22 03:56:32 +08:00
|
|
|
"homepage": "https://www.argtable.org/",
|
2022-12-29 05:07:26 +08:00
|
|
|
"license": "BSD-2-Clause-NetBSD AND TCL",
|
2022-03-22 03:56:32 +08:00
|
|
|
"dependencies": [
|
2022-12-29 05:07:26 +08:00
|
|
|
{
|
|
|
|
"name": "getopt",
|
|
|
|
"platform": "windows & !mingw"
|
|
|
|
},
|
2022-03-22 03:56:32 +08:00
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
]
|
2020-08-02 07:14:16 +08:00
|
|
|
}
|