vcpkg/ports/rsocket/vcpkg.json
Jia Yue Hua 50a5ff3563
[folly,fbthrift,mvfst,fizz,wangle,proxygen]: update to 2023.05.15 (#31657)
* [folly]: update to 2023.05.15

* remove no more used patch

* fix mvfst

* fix rsocket

* revert indent

* fix space
2023-05-31 12:24:33 -07:00

31 lines
594 B
JSON

{
"name": "rsocket",
"version-string": "2021.08.30.00",
"port-version": 2,
"description": "C++ implementation of RSocket http://rsocket.io",
"homepage": "https://github.com/rsocket/rsocket-cpp",
"dependencies": [
"boost-context",
"boost-filesystem",
"boost-program-options",
"boost-regex",
"boost-system",
"boost-thread",
"double-conversion",
"fmt",
"folly",
"gflags",
"glog",
"openssl",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"zlib"
]
}