summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Eden <sven.eden@prydeworx.com>2020-12-08 10:14:59 +0100
committerJoonas Niilola <juippis@gentoo.org>2020-12-13 12:50:21 +0200
commit81e89e6f30ef16742a3cb4f61f8869eaf1f3d55c (patch)
tree1efa8e80ec2bbc6db95056a418692a78180e4dd2 /dev-libs/aws-c-io/metadata.xml
parentdev-libs/s2n: C99 TLS/SSL, needed for dev-libs/aws-c-io (diff)
downloadgentoo-81e89e6f30ef16742a3cb4f61f8869eaf1f3d55c.tar.gz
gentoo-81e89e6f30ef16742a3cb4f61f8869eaf1f3d55c.tar.bz2
gentoo-81e89e6f30ef16742a3cb4f61f8869eaf1f3d55c.zip
dev-libs/aws-c-io: IO/TLS module, for dev-libs/aws-c-event-stream
This is a new dependency of dev-libs/aws-c-event-stream. Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Sven Eden <sven.eden@prydeworx.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-libs/aws-c-io/metadata.xml')
-rw-r--r--dev-libs/aws-c-io/metadata.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-libs/aws-c-io/metadata.xml b/dev-libs/aws-c-io/metadata.xml
new file mode 100644
index 000000000000..6e6c8ed7af38
--- /dev/null
+++ b/dev-libs/aws-c-io/metadata.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>sven.eden@prydeworx.com</email>
+ <name>Sven Eden</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <longdescription>
+This is a module for the AWS SDK for C. It handles all IO and TLS work for application protocols.
+
+aws-c-io is an event driven framework for implementing application protocols. It is built on top of cross-platform
+abstractions that allow you as a developer to think only about the state machine and API for your protocols. A typical
+use-case would be to write something like Http on top of asynchronous-io with TLS already baked in. All of the platform
+and security concerns are already handled for you.
+
+It is designed to be light-weight, fast, portable, and flexible for multiple domain use-cases such as: embedded,
+server, client, and mobile.
+ </longdescription>
+</pkgmetadata>