vcpkg/ports/boost-beast/vcpkg.json

32 lines
660 B
JSON
Raw Normal View History

{
"name": "boost-beast",
2021-09-28 08:12:39 +08:00
"version": "1.77.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"
]
}