mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 17:49:00 +08:00
77c11ffd59
* Update folly * Update wangle * Update fizz * Version * Fix patch * Fix patch * version * Fix error in rsocket * Fix patch * Fix patch * version vor rsocket * Update fbthrift * fbthrift version * Fix fbthrift * Fix fbthreft version * fbthrift: fix empty dir * fbthrift: update version * Update mvfst * Update proxygen * Update hashes * update version * remove unused patchfiles * Fix deprecated cmake functions * format and version * version * rsocket: fix version * rsocket: update port version * fix version * fix version * update version * restore version * update port version * update version * fix port version * version * remove v from version string * version * Add quotes * version
31 lines
594 B
JSON
31 lines
594 B
JSON
{
|
|
"name": "rsocket",
|
|
"version-string": "2021.08.30.00",
|
|
"port-version": 1,
|
|
"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"
|
|
]
|
|
}
|