aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/wampcc/vcpkg.json
blob: dd6eac5b622ce6d027aa63c9f438e75baa0de6f0 (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
{
  "name": "wampcc",
  "version-date": "2024-07-10",
  "description": "Wampcc is C++ library that implements the Web Application Messaging Protocol (WAMP) protocol.",
  "license": "MIT",
  "supports": "!(windows & arm64)",
  "dependencies": [
    "jansson",
    "libuv",
    "openssl",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "examples": {
      "description": "Build example apps"
    },
    "utils": {
      "description": "Build utility apps",
      "supports": "!windows"
    }
  }
}