mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 18:29:01 +08:00
750161f4e3
## 12.4.0 (2022-11-08) - New features in `12.4.0-beta.1` are now generally available.
26 lines
624 B
JSON
26 lines
624 B
JSON
{
|
|
"name": "azure-storage-files-datalake-cpp",
|
|
"version-semver": "12.4.0",
|
|
"description": [
|
|
"Microsoft Azure Storage Files Data Lake SDK for C++",
|
|
"This library provides Azure Storage Files Data Lake SDK."
|
|
],
|
|
"homepage": "https://github.com/Azure/azure-sdk-for-cpp/tree/main/sdk/storage/azure-storage-files-datalake",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "azure-storage-blobs-cpp",
|
|
"default-features": false,
|
|
"version>=": "12.6.2"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|