vcpkg/ports/websocketpp/vcpkg.json
Michael Nosthoff 01acfdfde3
[websocketpp] fix cpp20.patch (#34898)
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
2023-11-06 12:34:58 -08:00

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"
]
}
}
}