mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 16:13:21 -04:00
- http: If ON, prevents the default platform-specific HTTP client from being built into the library.
If ON, you will need to provide your own platform-specific HTTP client implementation.
- full: Adds access to all supported services.
This use flag is provided for users who want all features enabled.
Enabling this will increase build times significantly.
(around 30 minutes build time when compiling with 16 threads on a Ryzen 9 7900).
Signed-off-by: KotoishiHeart <trakrailysurely@danceylove.net>
34 lines
2.1 KiB
XML
34 lines
2.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>trakrailysurely@danceylove.net</email>
|
|
<name>Okamura Kazuya</name>
|
|
</maintainer>
|
|
<use>
|
|
<flag name="http">If ON, prevents the default platform-specific HTTP client from being built into the library. If ON, you will need to provide your own platform-specific HTTP client implementation.</flag>
|
|
<flag name="storage">Adds access to services related to object, block, and file storage.</flag>
|
|
<flag name="compute">Adds access to Compute and Auto Scaling related services.</flag>
|
|
<flag name="networking">Adds access to network and CDN related services.</flag>
|
|
<flag name="database">Adds access functionality to RDB, NoSQL, TimeStream, and Ledger related services.</flag>
|
|
<flag name="analytics">Adds access to big data and analysis related services.</flag>
|
|
<flag name="messaging">Adds access to messaging and notification services.</flag>
|
|
<flag name="monitor">Adds access to monitoring and operation related services.</flag>
|
|
<flag name="security">Adds access to services related to ID management and security auditing.</flag>
|
|
<flag name="ml">Adds access to machine learning and AI related services.</flag>
|
|
<flag name="iot">Adds access to IoT and edge services.</flag>
|
|
<flag name="media">Adds access to media processing related services.</flag>
|
|
<flag name="devops">Adds access to CI/CD and developer related services.</flag>
|
|
<flag name="mgmt">Adds access to operational management related services.</flag>
|
|
<flag name="other">Add access to services that do not easily fit into existing groups.</flag>
|
|
<flag name="full">Adds access to all supported services. Enabling this will significantly increase build times.</flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="github">aws/aws-sdk-cpp</remote-id>
|
|
</upstream>
|
|
<longdescription>
|
|
AWS SDK for C++. Except for the minimal core, identity management, and sts, none are enabled by default.
|
|
If you need other services, enable them with the use flag.
|
|
</longdescription>
|
|
</pkgmetadata>
|