mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:59:06 +08:00
01acfdfde3
cpp20.patch backports the patch [0] from the upstream repo but is incomplete
as it left out the part for websocketpp/roles/server_endpoint.hpp.
[0] 3197a520eb
22 lines
489 B
JSON
22 lines
489 B
JSON
{
|
|
"name": "websocketpp",
|
|
"version": "0.8.2",
|
|
"port-version": 3,
|
|
"description": "Library that implements RFC6455 The WebSocket Protocol",
|
|
"homepage": "https://github.com/zaphoyd/websocketpp",
|
|
"documentation": "http://docs.websocketpp.org/",
|
|
"default-features": [
|
|
"recommended"
|
|
],
|
|
"features": {
|
|
"recommended": {
|
|
"description": "Use recommended dependencies",
|
|
"dependencies": [
|
|
"boost-asio",
|
|
"openssl",
|
|
"zlib"
|
|
]
|
|
}
|
|
}
|
|
}
|