mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 03:59:07 +08:00
5c2221771a
* Update socket-io-client to latest commit * update git-tree * update hash * update git-tree * add patch * update git-tree * update patch * update git-tree * Update ports/socket-io-client/fix-build.patch Co-authored-by: Kai Pastor <dg0yt@darc.de> * update git-tree --------- Co-authored-by: Kai Pastor <dg0yt@darc.de>
21 lines
413 B
JSON
21 lines
413 B
JSON
{
|
|
"name": "socket-io-client",
|
|
"version-date": "2023-11-11",
|
|
"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
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"websocketpp"
|
|
]
|
|
}
|