zeek/auxil/vcpkg/ports/getopt/vcpkg.json
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

14 lines
327 B
JSON

{
"name": "getopt",
"version": "0",
"port-version": 3,
"description": "The getopt and getopt_long functions automate some of the chore involved in parsing typical unix command line options.",
"supports": "!uwp",
"dependencies": [
{
"name": "getopt-win32",
"platform": "windows & !mingw"
}
]
}