{ "name": "libupnp", "version": "1.18.2", "description": "libupnp: Build UPnP-compliant control points, devices, and bridges on several operating systems.", "homepage": "https://pupnp.github.io/pupnp/", "license": "BSD-3-Clause", "supports": "!uwp", "dependencies": [ "pthreads", { "name": "vcpkg-cmake", "host": true }, { "name": "vcpkg-cmake-config", "host": true } ], "features": { "client-api": { "description": "Enable control point code (client)" }, "ipv6": { "description": "Enable IPv6 support" }, "ssl": { "description": "OpenSSL support for encrypted connections", "dependencies": [ "openssl" ] }, "webserver": { "description": "Enable integrated webserver" } } }