{
  "name": "libevhtp",
  "href": "https://vcpkg.link/ports/libevhtp",
  "supports": "!windows",
  "published_at": "2025-09-10T09:16:00.000Z",
  "is_deprecated": false,
  "is_featured": false,
  "documentation_href": null,
  "homepage_href": "https://github.com/criticalstack/libevhtp",
  "description": [
    "Libevhtp was created as a replacement API for Libevent's current HTTP API."
  ],
  "license": null,
  "version": {
    "type": "semver",
    "value": "1.2.18",
    "port": 6
  },
  "commit": {
    "tree_href": "https://github.com/microsoft/vcpkg/tree/5ed70064390f11112c34b91a6382bba0fdc1706d/ports/libevhtp",
    "hash": "5ed70064390f11112c34b91a6382bba0fdc1706d"
  },
  "repository": null,
  "dependencies": [
    {
      "name": "libevent",
      "href": "https://vcpkg.link/ports/libevent",
      "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": "openssl",
      "default": [],
      "description": [
        "Support SSL for libevhtp"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "libevent",
          "href": "https://vcpkg.link/ports/libevent",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        },
        {
          "name": "openssl",
          "href": "https://vcpkg.link/ports/openssl",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    },
    {
      "name": "regex",
      "default": [],
      "description": [
        "Support oniguruma for libevhtp"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "oniguruma",
          "href": "https://vcpkg.link/ports/oniguruma",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    },
    {
      "name": "thread",
      "default": [],
      "description": [
        "Support thread for libevhtp"
      ],
      "supports": "all",
      "dependencies": []
    }
  ]
}