vcpkg/ports/libmicrohttpd/vcpkg.json

15 lines
401 B
JSON
Raw Normal View History

{
"name": "libmicrohttpd",
"version": "0.9.63",
"port-version": 6,
"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"
}
]
}