2021-05-18 15:16:53 +08:00
|
|
|
{
|
|
|
|
"name": "libmicrohttpd",
|
2023-06-09 01:14:17 +08:00
|
|
|
"version": "0.9.77",
|
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",
|
|
|
|
"supports": "!uwp & !(windows & !mingw & ((static & !staticcrt) | (!static & staticcrt)))",
|
|
|
|
"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
|
|
|
}
|