summaryrefslogtreecommitdiff
path: root/dev-libs/aws-sdk-cpp/metadata.xml
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/aws-sdk-cpp/metadata.xml')
-rw-r--r--dev-libs/aws-sdk-cpp/metadata.xml32
1 files changed, 32 insertions, 0 deletions
diff --git a/dev-libs/aws-sdk-cpp/metadata.xml b/dev-libs/aws-sdk-cpp/metadata.xml
new file mode 100644
index 000000000000..d4d008df9470
--- /dev/null
+++ b/dev-libs/aws-sdk-cpp/metadata.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>trakrailysurely@danceylove.net</email>
+ <name>Okamura Kazuya</name>
+ </maintainer>
+ <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>
+
+ <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>
+ <origin>gentoo-guru-overlay</origin>
+</pkgmetadata> \ No newline at end of file