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

21 lines
413 B
JSON
Raw Normal View History

{
"name": "socket-io-client",
"version-date": "2023-02-14",
"description": "C++11 implementation of Socket.IO client",
"homepage": "https://github.com/socketio/socket.io-client-cpp",
2022-06-16 02:04:50 +08:00
"license": "MIT",
"dependencies": [
"asio",
"rapidjson",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"websocketpp"
]
}