{
  "name": "zeromq",
  "href": "https://vcpkg.link/ports/zeromq",
  "supports": "!uwp & !xbox",
  "published_at": "2025-12-23T20:34:37.000Z",
  "is_deprecated": false,
  "is_featured": false,
  "documentation_href": null,
  "homepage_href": "https://github.com/zeromq/libzmq",
  "description": [
    "The ZeroMQ lightweight messaging kernel is a library which extends the standard socket interfaces with features traditionally provided by specialised messaging middleware products"
  ],
  "license": "MPL-2.0",
  "version": {
    "type": "semver",
    "value": "4.3.5",
    "port": 3
  },
  "commit": {
    "tree_href": "https://github.com/microsoft/vcpkg/tree/33bed9bc9fb7d50eab42078815d3c6d4a61ac33a/ports/zeromq",
    "hash": "33bed9bc9fb7d50eab42078815d3c6d4a61ac33a"
  },
  "repository": null,
  "dependencies": [
    {
      "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": "curve",
      "default": [],
      "description": [
        "Enable CURVE security"
      ],
      "supports": "all",
      "dependencies": []
    },
    {
      "name": "draft",
      "default": [],
      "description": [
        "Build and install draft APIs"
      ],
      "supports": "all",
      "dependencies": []
    },
    {
      "name": "sodium",
      "default": [],
      "description": [
        "Using libsodium for CURVE security"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "libsodium",
          "href": "https://vcpkg.link/ports/libsodium",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        },
        {
          "name": "zeromq",
          "href": "https://vcpkg.link/ports/zeromq",
          "is_host": false,
          "with_default_features": false,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    },
    {
      "name": "websockets",
      "default": [],
      "description": [
        "Enable WebSocket transport"
      ],
      "supports": "all",
      "dependencies": []
    },
    {
      "name": "websockets-secure",
      "default": [],
      "description": [
        "Enable WebSocket transport with TSL (wss)"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "libgnutls",
          "href": "https://vcpkg.link/ports/libgnutls",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        },
        {
          "name": "zeromq",
          "href": "https://vcpkg.link/ports/zeromq",
          "is_host": false,
          "with_default_features": false,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    }
  ]
}