aboutsummaryrefslogtreecommitdiff
path: root/ports/zeromq/vcpkg.json
blob: 631f9cf784659dadf5d9375cb8ea8bf685205962 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
  "name": "zeromq",
  "version": "4.3.4",
  "port-version": 1,
  "description": "The ZeroMQ lightweight messaging kernel is a library which extends the standard socket interfaces with features traditionally provided by specialised messaging middleware products",
  "homepage": "https://github.com/zeromq/libzmq",
  "supports": "!uwp",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "draft": {
      "description": "Build and install draft APIs"
    },
    "sodium": {
      "description": "Using libsodium for CURVE security",
      "dependencies": [
        "libsodium"
      ]
    },
    "websockets-sha1": {
      "description": "Enable WebSocket transport through builtin sha1 (libzmq#3676)"
    }
  }
}