vcpkg/ports/libmicrohttpd/vcpkg.json
2021-11-22 15:51:27 -08:00

15 lines
401 B
JSON

{
"name": "libmicrohttpd",
"version": "0.9.63",
"port-version": 7,
"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/",
"supports": "!(arm | uwp)",
"dependencies": [
{
"name": "gettext",
"platform": "!windows"
}
]
}