mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 17:18:59 +08:00
30 lines
725 B
JSON
30 lines
725 B
JSON
{
|
|
"name": "libmicrohttpd",
|
|
"version": "0.9.77",
|
|
"port-version": 2,
|
|
"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": "!((arm & windows) | uwp)",
|
|
"dependencies": [
|
|
{
|
|
"name": "gettext",
|
|
"platform": "!windows"
|
|
},
|
|
{
|
|
"name": "vcpkg-msbuild",
|
|
"host": true,
|
|
"platform": "windows"
|
|
}
|
|
],
|
|
"features": {
|
|
"https": {
|
|
"description": "Enable HTTPS protocol support",
|
|
"supports": "!windows | mingw",
|
|
"dependencies": [
|
|
"libgnutls"
|
|
]
|
|
}
|
|
}
|
|
}
|