vcpkg/ports/azure-core-cpp/CONTROL
Azure SDK Bot 36f6942054
[azure-core-cpp] Add new port (#16013)
* Update port for azure-core-cpp

* Update port version SHA

* Apply suggestions from code review

Remove comment headers from port files

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* Update port version SHA once again

Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
Co-authored-by: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com>
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2021-02-03 11:27:37 -08:00

19 lines
775 B
Plaintext

Source: azure-core-cpp
Version: 1.0.0-beta.5
Description: Microsoft Azure Core SDK for C++
This library provides shared primitives, abstractions, and helpers for modern Azure SDK client libraries written in the C++.
Homepage: https://github.com/Azure/azure-sdk-for-cpp/tree/master/sdk/core/azure-core
Default-Features: http
Feature: http
Build-Depends: azure-core-cpp[core, curl], azure-core-cpp[core, curl, winhttp] (windows&!uwp)
Description: Build all HTTP transport implementations, depending on the platform
Feature: curl
Build-Depends: azure-core-cpp[core], curl
Description: Build an HTTP transport implementation with LibCURL
Feature: winhttp
Build-Depends: azure-core-cpp[core]
Description: Build an HTTP transport implementation with WinHTTP