aboutsummaryrefslogtreecommitdiff
path: root/ports/socket-io-client/vcpkg.json
blob: 7a182c190ecc199bbd8bb5a2ce61d16fc874208b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "name": "socket-io-client",
  "version": "3.0.0",
  "port-version": 1,
  "description": "C++11 implementation of Socket.IO client",
  "homepage": "https://github.com/socketio/socket.io-client-cpp",
  "dependencies": [
    "asio",
    "rapidjson",
    "websocketpp"
  ]
}