1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{
"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"
]
}
|