mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:49:00 +08:00
bdf073a835
* [folly] update to <v2022.10.24.00> * update version * update fizz to the latest version * update version * update mvfst to the latest version * update version * Apply review suggesstion * update version Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
24 lines
503 B
JSON
24 lines
503 B
JSON
{
|
|
"name": "mvfst",
|
|
"version-date": "2022-11-03",
|
|
"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",
|
|
"fizz",
|
|
"fmt",
|
|
"folly",
|
|
"glog",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|