18 lines
356 B
JSON
18 lines
356 B
JSON
|
{
|
||
|
"name": "socket-io-client",
|
||
|
"version": "3.1.0",
|
||
|
"port-version": 1,
|
||
|
"description": "C++11 implementation of Socket.IO client",
|
||
|
"homepage": "https://github.com/socketio/socket.io-client-cpp",
|
||
|
"license": "MIT",
|
||
|
"dependencies": [
|
||
|
"asio",
|
||
|
"rapidjson",
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
"websocketpp"
|
||
|
]
|
||
|
}
|