2021-05-21 15:50:11 +08:00
|
|
|
{
|
|
|
|
"name": "getopt-win32",
|
2022-05-18 17:30:36 +08:00
|
|
|
"version": "0.1",
|
2022-12-29 05:07:26 +08:00
|
|
|
"port-version": 7,
|
2021-05-21 15:50:11 +08:00
|
|
|
"description": "An implementation of getopt.",
|
2022-06-04 06:13:55 +08:00
|
|
|
"homepage": "https://github.com/libimobiledevice-win32/getopt",
|
2022-01-27 07:17:57 +08:00
|
|
|
"license": "LGPL-3.0-only",
|
2022-06-04 06:13:55 +08:00
|
|
|
"supports": "windows & !mingw",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
2022-12-10 07:30:15 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
2022-06-04 06:13:55 +08:00
|
|
|
}
|
|
|
|
]
|
2021-05-21 15:50:11 +08:00
|
|
|
}
|