aboutsummaryrefslogtreecommitdiff
path: root/ports/czmq/vcpkg.json
blob: 326c881d6bf6aecf864da306548afe8774a51944 (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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
  "name": "czmq",
  "version-semver": "4.2.1",
  "description": "High-level C binding for ZeroMQ",
  "homepage": "https://github.com/zeromq/czmq",
  "license": "MPL-2.0",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    "zeromq"
  ],
  "features": {
    "curl": {
      "description": "Build with libcurl",
      "dependencies": [
        "curl"
      ]
    },
    "draft": {
      "description": "Build and install draft APIs"
    },
    "httpd": {
      "description": "Build with HTTP server support (libmicrohttpd)",
      "dependencies": [
        "libmicrohttpd"
      ]
    },
    "lz4": {
      "description": "Build with lz4",
      "dependencies": [
        "lz4"
      ]
    },
    "tool": {
      "description": "Build and install czmq tools (zmakecert)"
    },
    "uuid": {
      "description": "Build with libuuid",
      "dependencies": [
        {
          "name": "libuuid",
          "platform": "!windows & !uwp & !osx"
        }
      ]
    }
  }
}