aboutsummaryrefslogtreecommitdiff
path: root/ports/wampcc/vcpkg.json
blob: da8a456f1e77c21eac1e9ec43d4890f50e8dd3df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "wampcc",
  "version-string": "2019-09-04",
  "port-version": 1,
  "description": "Wampcc is C++ library that implements the Web Application Messaging Protocol (WAMP) protocol.",
  "dependencies": [
    "jansson",
    "libuv",
    "openssl"
  ],
  "features": {
    "examples": {
      "description": "Build example apps"
    },
    "utils": {
      "description": "Build utility apps"
    }
  }
}