aboutsummaryrefslogtreecommitdiff
path: root/ports/autobahn/vcpkg.json
blob: cc755ff05796cdba6b0228785f6dc3d0d2771f4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "autobahn",
  "version-string": "20.8.1",
  "port-version": 1,
  "description": "WAMP for C++ in Boost/Asio",
  "homepage": "https://crossbar.io/autobahn",
  "dependencies": [
    "boost-asio",
    "boost-thread",
    "msgpack",
    "websocketpp"
  ]
}