mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-12-04 17:38:23 -05:00
14 lines
334 B
JSON
Executable File
14 lines
334 B
JSON
Executable File
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|