vcpkg/ports/websocketpp/vcpkg.json
Joe Noël 3166bcc15b
[websocketpp] Add features to build without boost (#16675)
Run vcpkg x-add-version

Change version-string to version

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>

Roll boost-asio, openssl and zlip into a single feature

Overwrite version
2021-03-23 14:42:28 -07:00

22 lines
489 B
JSON

{
"name": "websocketpp",
"version": "0.8.2",
"port-version": 1,
"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"
]
}
}
}