mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 02:09:00 +08:00
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"
|
|
]
|
|
}
|