mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 00:59:07 +08:00
41 lines
872 B
JSON
41 lines
872 B
JSON
{
|
|
"name": "microsoft-signalr",
|
|
"version": "0.1.0-alpha4",
|
|
"port-version": 11,
|
|
"description": "C++ Client for ASP.NET Core SignalR.",
|
|
"homepage": "https://github.com/aspnet/SignalR-Client-Cpp",
|
|
"dependencies": [
|
|
"jsoncpp",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"default-features": [
|
|
"cpprestsdk"
|
|
],
|
|
"features": {
|
|
"cpprestsdk": {
|
|
"description": "Add default Http and WebSocket implementations using CppRestSDK",
|
|
"dependencies": [
|
|
{
|
|
"name": "cpprestsdk",
|
|
"features": [
|
|
"websockets"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"messagepack": {
|
|
"description": "Add support for the messagepack hub protocol, must enable in code still",
|
|
"dependencies": [
|
|
"msgpack"
|
|
]
|
|
}
|
|
}
|
|
}
|