vcpkg/ports/getopt-win32/vcpkg.json
Weihang Ding 41e267049e
[getopt-win32] Bump to 1.1.0.20220925 (#33893)
* [getopt-win32] Bump to 1.1.0.20220925

* Update version database
2023-09-28 23:37:56 -07:00

19 lines
439 B
JSON

{
"name": "getopt-win32",
"version": "1.1.0.20220925",
"description": "An implementation of getopt.",
"homepage": "https://www.codeproject.com/Articles/157001/Full-getopt-Port-for-Unicode-and-Multibyte-Microso/",
"license": "LGPL-3.0-only",
"supports": "windows & !mingw",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}