23 lines
483 B
JSON
Executable File
23 lines
483 B
JSON
Executable File
{
|
|
"name": "mvfst",
|
|
"version-date": "2022-03-27",
|
|
"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",
|
|
"supports": "!windows",
|
|
"dependencies": [
|
|
"boost",
|
|
"fizz",
|
|
"fmt",
|
|
"folly",
|
|
"glog",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|