mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:49:00 +08:00
9c4f2235d0
* [microsoft-signalr] Update Port * add version * odd
44 lines
1.0 KiB
JSON
44 lines
1.0 KiB
JSON
{
|
|
"name": "microsoft-signalr",
|
|
"version": "0.1.0-alpha4",
|
|
"port-version": 1,
|
|
"description": "C++ Client for ASP.NET Core SignalR.",
|
|
"homepage": "https://github.com/aspnet/SignalR-Client-Cpp",
|
|
"default-features": [
|
|
"default-features"
|
|
],
|
|
"features": {
|
|
"cpprestsdk": {
|
|
"description": "Add default Http and WebSocket implementations using CppRestSDK",
|
|
"dependencies": [
|
|
{
|
|
"name": "cpprestsdk",
|
|
"features": [
|
|
"default-features",
|
|
"websockets"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"default-features": {
|
|
"description": "Features installed by default",
|
|
"dependencies": [
|
|
"jsoncpp",
|
|
{
|
|
"name": "microsoft-signalr",
|
|
"features": [
|
|
"cpprestsdk"
|
|
],
|
|
"platform": "!uwp"
|
|
}
|
|
]
|
|
},
|
|
"messagepack": {
|
|
"description": "Add support for the messagepack hub protocol, must enable in code still",
|
|
"dependencies": [
|
|
"msgpack"
|
|
]
|
|
}
|
|
}
|
|
}
|