Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

20 lines
446 B
JSON

{
"name": "argtable2",
"version": "2.13",
"port-version": 10,
"description": "Argtable is an ANSI C library for parsing GNU style command line options with a minimum of fuss.",
"homepage": "http://argtable.sourceforge.net",
"license": "LGPL-2.0-only",
"supports": "!uwp",
"dependencies": [
{
"name": "getopt",
"platform": "windows & !mingw"
},
{
"name": "vcpkg-cmake",
"host": true
}
]
}