{
  "name": "libcoap",
  "href": "https://vcpkg.link/ports/libcoap",
  "supports": "all",
  "published_at": "2026-05-14T18:28:16.000Z",
  "is_deprecated": false,
  "is_featured": false,
  "documentation_href": null,
  "homepage_href": "https://libcoap.net/",
  "description": [
    "libcoap — A C implementation of the Constrained Application Protocol (RFC 7252)"
  ],
  "license": "BSD-2-Clause",
  "version": {
    "type": "string",
    "value": "4.3.5b",
    "port": 0
  },
  "commit": {
    "tree_href": "https://github.com/microsoft/vcpkg/tree/9a226121f014a6955b11864bc346c9d8bc865b1f/ports/libcoap",
    "hash": "9a226121f014a6955b11864bc346c9d8bc865b1f"
  },
  "repository": null,
  "dependencies": [
    {
      "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": "dtls",
      "default": [
        "all"
      ],
      "description": [
        "compile with dtls support"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "openssl",
          "href": "https://vcpkg.link/ports/openssl",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    },
    {
      "name": "examples",
      "default": [],
      "description": [
        "Build examples"
      ],
      "supports": "all",
      "dependencies": []
    }
  ]
}