mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 14:19:07 +08:00
24 lines
499 B
JSON
24 lines
499 B
JSON
|
{
|
||
|
"name": "rsocket",
|
||
|
"version-string": "2020.05.04.00",
|
||
|
"port-version": 2,
|
||
|
"description": "C++ implementation of RSocket http://rsocket.io",
|
||
|
"homepage": "https://github.com/rsocket/rsocket-cpp",
|
||
|
"supports": "!(windows & x64)",
|
||
|
"dependencies": [
|
||
|
"boost-context",
|
||
|
"boost-filesystem",
|
||
|
"boost-program-options",
|
||
|
"boost-regex",
|
||
|
"boost-system",
|
||
|
"boost-thread",
|
||
|
"double-conversion",
|
||
|
"fmt",
|
||
|
"folly",
|
||
|
"gflags",
|
||
|
"glog",
|
||
|
"openssl",
|
||
|
"zlib"
|
||
|
]
|
||
|
}
|