vcpkg/ports/libmicrohttpd/vcpkg.json

18 lines
573 B
JSON
Raw Normal View History

{
"name": "libmicrohttpd",
"version": "0.9.77",
"description": "GNU libmicrohttpd is a small C library that is supposed to make it easy to run an HTTP server as part of another application",
"homepage": "https://www.gnu.org/software/libmicrohttpd/",
"license": "LGPL-2.1-or-later",
"supports": "!uwp & !(windows & !mingw & ((static & !staticcrt) | (!static & staticcrt)))",
"features": {
"https": {
"description": "Enable HTTPS protocol support",
"supports": "!windows | mingw",
"dependencies": [
"libgnutls"
]
}
}
}