mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 00:19:10 +08:00
38e7e0367e
* 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
15 lines
401 B
JSON
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"
|
|
}
|
|
]
|
|
}
|