mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 17:59:08 +08:00
41e267049e
* [getopt-win32] Bump to 1.1.0.20220925 * Update version database
19 lines
439 B
JSON
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
|
|
}
|
|
]
|
|
}
|