mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 13:01:47 +08:00
25 lines
525 B
JSON
25 lines
525 B
JSON
{
|
|
"name": "functions-framework-cpp",
|
|
"version": "1.1.0",
|
|
"port-version": 4,
|
|
"description": "Functions Framework for C++.",
|
|
"homepage": "https://github.com/GoogleCloudPlatform/functions-framework-cpp/",
|
|
"license": "Apache-2.0",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"abseil",
|
|
"boost-beast",
|
|
"boost-program-options",
|
|
"boost-serialization",
|
|
"nlohmann-json",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|