{
  "name": "blosc2",
  "href": "https://vcpkg.link/ports/blosc2",
  "supports": "all",
  "published_at": "2026-03-04T16:47:26.000Z",
  "is_deprecated": false,
  "is_featured": false,
  "documentation_href": null,
  "homepage_href": "https://github.com/Blosc/c-blosc2",
  "description": [
    "A fast, compressed, persistent binary data store library for C."
  ],
  "license": "BSD-3-Clause",
  "version": {
    "type": "semver",
    "value": "2.23.1",
    "port": 0
  },
  "commit": {
    "tree_href": "https://github.com/microsoft/vcpkg/tree/328cb90236780cd899a52d1941d82d6453071823/ports/blosc2",
    "hash": "328cb90236780cd899a52d1941d82d6453071823"
  },
  "repository": null,
  "dependencies": [
    {
      "name": "lz4",
      "href": "https://vcpkg.link/ports/lz4",
      "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": "zlib",
      "default": [
        "all"
      ],
      "description": [
        "Support zlib compression"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "zlib",
          "href": "https://vcpkg.link/ports/zlib",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    },
    {
      "name": "zstd",
      "default": [
        "all"
      ],
      "description": [
        "Support zstd compression"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "zstd",
          "href": "https://vcpkg.link/ports/zstd",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    }
  ]
}