mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 15:29:01 +08:00
32 lines
667 B
JSON
32 lines
667 B
JSON
|
{
|
||
|
"name": "boost-beast",
|
||
|
"version-string": "1.75.0",
|
||
|
"description": "Boost beast module",
|
||
|
"homepage": "https://github.com/boostorg/beast",
|
||
|
"supports": "!emscripten",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "boost-asio",
|
||
|
"platform": "!emscripten"
|
||
|
},
|
||
|
"boost-assert",
|
||
|
"boost-bind",
|
||
|
"boost-config",
|
||
|
"boost-container",
|
||
|
"boost-core",
|
||
|
"boost-endian",
|
||
|
"boost-intrusive",
|
||
|
"boost-logic",
|
||
|
"boost-mp11",
|
||
|
"boost-optional",
|
||
|
"boost-smart-ptr",
|
||
|
"boost-static-assert",
|
||
|
"boost-system",
|
||
|
"boost-throw-exception",
|
||
|
"boost-type-traits",
|
||
|
"boost-utility",
|
||
|
"boost-vcpkg-helpers",
|
||
|
"boost-winapi"
|
||
|
]
|
||
|
}
|