vcpkg/ports/socket-io-client/vcpkg.json

13 lines
275 B
JSON
Raw Normal View History

{
"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"
]
}