{ "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" ] } } }