summaryrefslogtreecommitdiff
path: root/dev-cpp/fizz
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-05-02 20:46:22 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-05-02 20:46:22 +0000
commitcf786d149b14a3c2ff94eb31288fa70903522296 (patch)
tree4a3d2c7bdcdbcfba1f23e4ba93a0e0bb3eae6874 /dev-cpp/fizz
parent4074f66428fb80b420c673bfe9953d714c4cf38a (diff)
downloadbaldeagleos-repo-cf786d149b14a3c2ff94eb31288fa70903522296.tar.gz
baldeagleos-repo-cf786d149b14a3c2ff94eb31288fa70903522296.tar.xz
baldeagleos-repo-cf786d149b14a3c2ff94eb31288fa70903522296.zip
Adding metadata
Diffstat (limited to 'dev-cpp/fizz')
-rw-r--r--dev-cpp/fizz/metadata.xml23
1 files changed, 12 insertions, 11 deletions
diff --git a/dev-cpp/fizz/metadata.xml b/dev-cpp/fizz/metadata.xml
index 44dd63454b2b..6944dba34097 100644
--- a/dev-cpp/fizz/metadata.xml
+++ b/dev-cpp/fizz/metadata.xml
@@ -1,17 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM 'http://www.gentoo.org/dtd/metadata.dtd'>
+<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>lssndrbarbieri@gmail.com</email>
- <name>Alessandro Barbieri</name>
- </maintainer>
- <longdescription lang="en">
+ <maintainer type="person">
+ <email>lssndrbarbieri@gmail.com</email>
+ <name>Alessandro Barbieri</name>
+ </maintainer>
+ <longdescription lang="en">
The core protocol implementations are in ClientProtocol and ServerProtocol. FizzClientContext and FizzServerContext provide configuration options. FizzClient and FizzServer (which both inherit from FizzBase) provide applications with an interface to interact with the state machine. FizzClient/FizzServer receives events from the application layer, invokes the correct event handler, and invokes the application ActionVisitor to process the actions.
AsyncFizzClient and AsyncFizzServer provide implementations of the folly AsyncTransportWrapper interface. They own an underlying transport (for example AsyncSocket) and perform the TLS handshake and encrypt/decrypt application data.
</longdescription>
- <upstream>
- <bugs-to>https://github.com/facebookincubator/fizz/issues</bugs-to>
- <remote-id type="github">facebookincubator/fizz</remote-id>
- </upstream>
-</pkgmetadata>
+ <upstream>
+ <remote-id type="cpe">cpe:/a:facebook:fizz</remote-id>
+ <bugs-to>https://github.com/facebookincubator/fizz/issues</bugs-to>
+ </upstream>
+ <origin>gentoo-guru-overlay</origin>
+</pkgmetadata> \ No newline at end of file