mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 06:19:00 +08:00
5a1a65b544
* [aws-lambda-cpp] Update version to 0.2.9 * vdb
19 lines
316 B
JSON
19 lines
316 B
JSON
{
|
|
"name": "aws-lambda-cpp",
|
|
"version": "0.2.9",
|
|
"description": "C++ Runtime for AWS Lambda.",
|
|
"license": "Apache-2.0",
|
|
"supports": "linux",
|
|
"dependencies": [
|
|
"curl",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|