2021-05-21 15:50:11 +08:00
|
|
|
{
|
|
|
|
"name": "getopt-win32",
|
2023-09-29 14:37:56 +08:00
|
|
|
"version": "1.1.0.20220925",
|
2021-05-21 15:50:11 +08:00
|
|
|
"description": "An implementation of getopt.",
|
2023-09-29 14:37:56 +08:00
|
|
|
"homepage": "https://www.codeproject.com/Articles/157001/Full-getopt-Port-for-Unicode-and-Multibyte-Microso/",
|
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
|
|
|
}
|