2021-05-18 15:16:53 +08:00
|
|
|
{
|
|
|
|
"name": "libmicrohttpd",
|
2023-06-09 01:14:17 +08:00
|
|
|
"version": "0.9.77",
|
2023-08-22 02:53:44 +08:00
|
|
|
"port-version": 2,
|
2021-05-18 15:16:53 +08:00
|
|
|
"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/",
|
2023-06-09 01:14:17 +08:00
|
|
|
"license": "LGPL-2.1-or-later",
|
2023-08-22 02:53:44 +08:00
|
|
|
"supports": "!((arm & windows) | uwp)",
|
2023-08-17 03:57:23 +08:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "gettext",
|
|
|
|
"platform": "!windows"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-msbuild",
|
|
|
|
"host": true,
|
|
|
|
"platform": "windows"
|
|
|
|
}
|
|
|
|
],
|
2023-06-09 01:14:17 +08:00
|
|
|
"features": {
|
|
|
|
"https": {
|
|
|
|
"description": "Enable HTTPS protocol support",
|
|
|
|
"supports": "!windows | mingw",
|
|
|
|
"dependencies": [
|
|
|
|
"libgnutls"
|
|
|
|
]
|
2021-05-18 15:16:53 +08:00
|
|
|
}
|
2023-06-09 01:14:17 +08:00
|
|
|
}
|
2021-05-18 15:16:53 +08:00
|
|
|
}
|