vcpkg/ports/getopt-win32/vcpkg.json

19 lines
439 B
JSON
Raw Normal View History

{
"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
}
]
}