mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 10:19:00 +08:00
309743b4ac
Co-authored-by: Oskari Timperi <oskari.timperi@novatron.fi>
18 lines
296 B
JSON
18 lines
296 B
JSON
{
|
|
"name": "aws-lambda-cpp",
|
|
"version-string": "0.2.7",
|
|
"description": "C++ Runtime for AWS Lambda.",
|
|
"supports": "linux",
|
|
"dependencies": [
|
|
"curl",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|