16 lines
334 B
JSON
16 lines
334 B
JSON
|
{
|
||
|
"name": "getopt-win32",
|
||
|
"version": "0.1",
|
||
|
"port-version": 4,
|
||
|
"description": "An implementation of getopt.",
|
||
|
"homepage": "https://github.com/libimobiledevice-win32/getopt",
|
||
|
"license": "LGPL-3.0-only",
|
||
|
"supports": "windows & !mingw",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|