mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:09:00 +08:00
21 lines
378 B
JSON
21 lines
378 B
JSON
{
|
|
"name": "signalrclient",
|
|
"version": "1.0.0-beta1-9",
|
|
"port-version": 6,
|
|
"description": "C++ client for SignalR.",
|
|
"homepage": "https://github.com/SignalR/SignalR-Client-Cpp",
|
|
"dependencies": [
|
|
{
|
|
"name": "cpprestsdk",
|
|
"features": [
|
|
"websockets"
|
|
]
|
|
},
|
|
"openssl",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|