vcpkg/ports/libmicrohttpd/vcpkg.json
Kai Pastor 38e7e0367e
[vcpkg baseline][libmicrohttpd] Control dependencies, doc, examples, test (#17653)
* Quote filepath expressions

* Add mingw support

* Disable https, doc, examples, (curl) tests

* Declare gettext dependency

* x-add-version

* Disable gnutls in addition to disabling https

* x-add-version
2021-05-18 00:16:53 -07:00

15 lines
401 B
JSON

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