{
  "name": "blosc2",
  "href": "https://vcpkg.link/ports/blosc2",
  "supports": "all",
  "published_at": "2026-05-30T08:27:49.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": "3.1.2",
    "port": 0
  },
  "commit": {
    "tree_href": "https://github.com/microsoft/vcpkg/tree/3d0f5f6d9d060d710c29c9ec9fd2668ae9e75632/ports/blosc2",
    "hash": "3d0f5f6d9d060d710c29c9ec9fd2668ae9e75632"
  },
  "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"
    },
    {
      "name": "zfp",
      "href": "https://vcpkg.link/ports/zfp",
      "is_host": false,
      "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"
        }
      ]
    }
  ]
}