mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 05:49:00 +08:00
50a5ff3563
* [folly]: update to 2023.05.15 * remove no more used patch * fix mvfst * fix rsocket * revert indent * fix space
31 lines
669 B
JSON
31 lines
669 B
JSON
{
|
|
"name": "mvfst",
|
|
"version-date": "2023-05-18",
|
|
"description": "mvfst (Pronounced move fast) is a client and server implementation of IETF QUIC protocol in C++ by Facebook.",
|
|
"homepage": "https://github.com/facebookincubator/mvfst",
|
|
"license": "MIT",
|
|
"supports": "!windows",
|
|
"dependencies": [
|
|
"boost-context",
|
|
"boost-date-time",
|
|
"boost-filesystem",
|
|
"boost-iostreams",
|
|
"boost-program-options",
|
|
"boost-regex",
|
|
"boost-system",
|
|
"boost-thread",
|
|
"fizz",
|
|
"fmt",
|
|
"folly",
|
|
"glog",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|