{
  "name": "avro-cpp",
  "href": "https://vcpkg.link/ports/avro-cpp",
  "supports": "!uwp",
  "published_at": "2026-08-31T12:47:28.000Z",
  "is_deprecated": false,
  "is_featured": false,
  "documentation_href": null,
  "homepage_href": "https://github.com/apache/avro",
  "description": [
    "Apache Avro is a data serialization system"
  ],
  "license": "Apache-2.0",
  "version": {
    "type": "semver",
    "value": "1.12.2",
    "port": 0
  },
  "commit": {
    "tree_href": "https://github.com/microsoft/vcpkg/tree/61a6d90a8cecbbc4b2c926219e7f25e957ef7dbc/ports/avro-cpp",
    "hash": "61a6d90a8cecbbc4b2c926219e7f25e957ef7dbc"
  },
  "repository": null,
  "dependencies": [
    {
      "name": "fmt",
      "href": "https://vcpkg.link/ports/fmt",
      "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": "zlib",
      "href": "https://vcpkg.link/ports/zlib",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    }
  ],
  "dev_dependencies": [],
  "features": [
    {
      "name": "snappy",
      "default": [],
      "description": [
        "Support Snappy for compression"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "snappy",
          "href": "https://vcpkg.link/ports/snappy",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    },
    {
      "name": "tools",
      "default": [],
      "description": [
        "Build extra executables"
      ],
      "supports": "all",
      "dependencies": []
    },
    {
      "name": "zstd",
      "default": [],
      "description": [
        "Support zstd for compression"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "zstd",
          "href": "https://vcpkg.link/ports/zstd",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    }
  ]
}