mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 14:29:00 +08:00
431dcee145
* [libmicrohttpd] Update to version 0.9.77 * [libmicrohttpd] Remove unneeded dependency Gettext is used by upstream only to build files for distribution. Gettext is not used by the library itself. * [libmicrohttpd] Add ARM support The ARM is supported by upstream for a long time, VC support for ARM was added in the version 0.9.77. * [libmicrohttpd] Use universal project for VC builds * [libmicrohttpd] Exclude wrong lib headers * [libmicrohttpd] Support release/debug for non-VC builds * [libmicrohttpd] Add license * [libmicrohttpd] Add "https" feature * [libmicrohttpd] Use right function for license file * [libmicrohttpd] Fix "supports" libmicrohttpd VC projects support only static library with static runtime or dynamic library with dynamic runtime * [libmicrohttpd] Update version database
18 lines
573 B
JSON
18 lines
573 B
JSON
{
|
|
"name": "libmicrohttpd",
|
|
"version": "0.9.77",
|
|
"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": "!uwp & !(windows & !mingw & ((static & !staticcrt) | (!static & staticcrt)))",
|
|
"features": {
|
|
"https": {
|
|
"description": "Enable HTTPS protocol support",
|
|
"supports": "!windows | mingw",
|
|
"dependencies": [
|
|
"libgnutls"
|
|
]
|
|
}
|
|
}
|
|
}
|