{
  "name": "libupnp",
  "href": "https://vcpkg.link/ports/libupnp",
  "supports": "!uwp",
  "published_at": "2026-03-11T17:35:22.000Z",
  "is_deprecated": false,
  "is_featured": false,
  "documentation_href": null,
  "homepage_href": "https://pupnp.github.io/pupnp/",
  "description": [
    "libupnp: Build UPnP-compliant control points, devices, and bridges on several operating systems."
  ],
  "license": "BSD-3-Clause",
  "version": {
    "type": "semver",
    "value": "1.18.2",
    "port": 0
  },
  "commit": {
    "tree_href": "https://github.com/microsoft/vcpkg/tree/7d1d86a0786d928fd81c9897ba089422716a0755/ports/libupnp",
    "hash": "7d1d86a0786d928fd81c9897ba089422716a0755"
  },
  "repository": null,
  "dependencies": [
    {
      "name": "pthreads",
      "href": "https://vcpkg.link/ports/pthreads",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "vcpkg-cmake",
      "href": "https://vcpkg.link/ports/vcpkg-cmake",
      "is_host": true,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "vcpkg-cmake-config",
      "href": "https://vcpkg.link/ports/vcpkg-cmake-config",
      "is_host": true,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    }
  ],
  "dev_dependencies": [],
  "features": [
    {
      "name": "client-api",
      "default": [],
      "description": [
        "Enable control point code (client)"
      ],
      "supports": "all",
      "dependencies": []
    },
    {
      "name": "ipv6",
      "default": [],
      "description": [
        "Enable IPv6 support"
      ],
      "supports": "all",
      "dependencies": []
    },
    {
      "name": "ssl",
      "default": [],
      "description": [
        "OpenSSL support for encrypted connections"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "openssl",
          "href": "https://vcpkg.link/ports/openssl",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    },
    {
      "name": "webserver",
      "default": [],
      "description": [
        "Enable integrated webserver"
      ],
      "supports": "all",
      "dependencies": []
    }
  ]
}