{
  "name": "protobuf-c",
  "href": "https://vcpkg.link/ports/protobuf-c",
  "supports": "all",
  "published_at": "2025-04-09T02:31:35.000Z",
  "is_deprecated": false,
  "is_featured": false,
  "documentation_href": null,
  "homepage_href": "https://github.com/protobuf-c/protobuf-c",
  "description": [
    "This is protobuf-c, a C implementation of the Google Protocol Buffers data serialization format."
  ],
  "license": null,
  "version": {
    "type": "semver",
    "value": "1.5.2",
    "port": 0
  },
  "commit": {
    "tree_href": "https://github.com/microsoft/vcpkg/tree/2a80e7357441c65675c3951c43a3e6e91f836410/ports/protobuf-c",
    "hash": "2a80e7357441c65675c3951c43a3e6e91f836410"
  },
  "repository": null,
  "dependencies": [
    {
      "name": "protobuf",
      "href": "https://vcpkg.link/ports/protobuf",
      "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": "test",
      "default": [],
      "description": [
        "Build test project."
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "protobuf-c",
          "href": "https://vcpkg.link/ports/protobuf-c",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    },
    {
      "name": "tools",
      "default": [],
      "description": [
        "Build tools (protoc-gen-c)."
      ],
      "supports": "!uwp",
      "dependencies": []
    }
  ]
}