blob: cd31a24416feb4038a5e461fe9e42c2da9267e4a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"name": "getopt",
"version-string": "0",
"port-version": 1,
"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"
}
]
}
|