{
  "name": "simpleamqpclient",
  "href": "https://vcpkg.link/ports/simpleamqpclient",
  "supports": "!static",
  "published_at": "2025-12-02T23:39:47.000Z",
  "is_deprecated": false,
  "is_featured": false,
  "documentation_href": null,
  "homepage_href": "https://github.com/alanxz/SimpleAmqpClient",
  "description": [
    "Simple C++ Interface to rabbitmq-c"
  ],
  "license": "MIT",
  "version": {
    "type": "semver",
    "value": "2.5.1",
    "port": 0
  },
  "commit": {
    "tree_href": "https://github.com/microsoft/vcpkg/tree/87c6ecb20d469e4431cd7b908c8bf51bae5bb25d/ports/simpleamqpclient",
    "hash": "87c6ecb20d469e4431cd7b908c8bf51bae5bb25d"
  },
  "repository": null,
  "dependencies": [
    {
      "name": "boost-algorithm",
      "href": "https://vcpkg.link/ports/boost-algorithm",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "boost-chrono",
      "href": "https://vcpkg.link/ports/boost-chrono",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "boost-foreach",
      "href": "https://vcpkg.link/ports/boost-foreach",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "boost-lexical-cast",
      "href": "https://vcpkg.link/ports/boost-lexical-cast",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "boost-optional",
      "href": "https://vcpkg.link/ports/boost-optional",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "boost-smart-ptr",
      "href": "https://vcpkg.link/ports/boost-smart-ptr",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "boost-variant",
      "href": "https://vcpkg.link/ports/boost-variant",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "librabbitmq",
      "href": "https://vcpkg.link/ports/librabbitmq",
      "is_host": false,
      "with_default_features": false,
      "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": "ssl",
      "default": [],
      "description": [
        "Enable SSL support"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "librabbitmq",
          "href": "https://vcpkg.link/ports/librabbitmq",
          "is_host": false,
          "with_default_features": false,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    }
  ]
}