mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 21:49:06 +08:00
3166bcc15b
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
22 lines
489 B
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
}
|