1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
{ "name": "civetweb", "version": "1.15", "description": "Easy to use, powerful, C/C++ embeddable web server.", "homepage": "https://github.com/civetweb/civetweb", "supports": "!uwp", "features": { "ssl": { "description": "Enable SSL support", "dependencies": [ "openssl" ] } } }