vcpkg/ports/argtable3/vcpkg.json

23 lines
498 B
JSON
Raw Normal View History

{
"name": "argtable3",
"version": "3.2.1",
"port-version": 3,
"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
}
]
}