vcpkg/ports/mvfst/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
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
}
]
}