vcpkg/ports/azure-storage-cpp/vcpkg.json
autoantwort 5b11232d00
[many-ports] Don't use deprecated functions (autogenerated) (#26981)
* [libuvc,qt5-virtualkeyboard] remove duplicated dependency entry

* [many-ports] don't use deprecated functions (autogenerated)

* atkmm: Fix license.
gperftools: Reformat vcpkg_check_features call.
gsl: Fix license.
libpff: Fix license.
pangomm: Fix license.
qtbase: Revert, only comment changes.
type-lite: Reformat vcpkg_check_features and actually use the feature options.

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-04-13 09:13:15 -07:00

50 lines
1.3 KiB
JSON

{
"name": "azure-storage-cpp",
"version": "7.5.0",
"port-version": 5,
"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
}
]
}