14 lines
334 B
JSON
14 lines
334 B
JSON
|
{
|
||
|
"name": "getopt",
|
||
|
"version-string": "0",
|
||
|
"port-version": 2,
|
||
|
"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"
|
||
|
}
|
||
|
]
|
||
|
}
|