vcpkg/ports/azure-storage-cpp/vcpkg.json
Alexander Neumann 6ced774037
[vcpkg] update CMake to 3.27.1 (#31931)
* update cmake

* update to rc2

* use nightly build

* update to rc3 drop freebsd due to dead link and update git while i am at it

* fix missing sha

* fix relative path

* update to 3.27 release

* [paho-mqtt] remove usage of OPENSSL_ROOT_DIR

* [directxtex] control optional directx-headers dep

* v db

* IN LIST -> IN_LIST

* v db

* try fixing azure-storage-cpp

* v db

* update to 3.27.1
2023-07-31 13:03:54 -07:00

50 lines
1.3 KiB
JSON

{
"name": "azure-storage-cpp",
"version": "7.5.0",
"port-version": 6,
"description": [
"[legacy] Microsoft Azure Storage Client SDK for C++",
"A client library for working with Microsoft Azure storage services including blobs, files, tables, and queues. This client library enables working with the Microsoft Azure storage services which include the blob service for storing binary and text data, the file service for storing binary and text data, the table service for storing structured non-relational data, and the queue service for storing messages that may be accessed by a client."
],
"homepage": "https://blogs.msdn.com/b/windowsazurestorage/",
"supports": "!uwp",
"dependencies": [
{
"name": "atlmfc",
"platform": "windows"
},
{
"name": "boost-locale",
"platform": "!windows & !uwp"
},
{
"name": "boost-log",
"platform": "!windows & !uwp"
},
{
"name": "cpprestsdk",
"default-features": false
},
{
"name": "gettext",
"platform": "osx"
},
{
"name": "libuuid",
"platform": "!windows & !uwp & !osx"
},
{
"name": "libxml2",
"platform": "!windows & !uwp"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}