mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 13:38:59 +08:00
261ca0dd4d
* Fix builing nuspell[tools] on Mingw * x-add-version * metadata * x-add-version
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"
|
|
}
|
|
]
|
|
}
|