Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04: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
}
]
}