{
  "name": "hiredis",
  "href": "https://vcpkg.link/ports/hiredis",
  "supports": "all",
  "published_at": "2026-08-31T14:53:19.000Z",
  "is_deprecated": false,
  "is_featured": false,
  "documentation_href": null,
  "homepage_href": "https://github.com/redis/hiredis",
  "description": [
    "Hiredis is a minimalistic C client library for the Redis database."
  ],
  "license": "BSD-3-Clause AND MIT",
  "version": {
    "type": "semver",
    "value": "1.4.1",
    "port": 0
  },
  "commit": {
    "tree_href": "https://github.com/microsoft/vcpkg/tree/30424d1a6292e94f49bd511b8392afb10986903d/ports/hiredis",
    "hash": "30424d1a6292e94f49bd511b8392afb10986903d"
  },
  "repository": {
    "type": "github",
    "href": "https://github.com/redis/hiredis",
    "stars": 6682
  },
  "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": "ssl",
      "default": [],
      "description": [
        "Build hiredis_ssl for SSL support"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "openssl",
          "href": "https://vcpkg.link/ports/openssl",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    }
  ]
}