summaryrefslogtreecommitdiff
path: root/dev-cpp/wangle
diff options
context:
space:
mode:
Diffstat (limited to 'dev-cpp/wangle')
-rw-r--r--dev-cpp/wangle/metadata.xml25
1 files changed, 13 insertions, 12 deletions
diff --git a/dev-cpp/wangle/metadata.xml b/dev-cpp/wangle/metadata.xml
index 5b7146169a27..e73451149c72 100644
--- a/dev-cpp/wangle/metadata.xml
+++ b/dev-cpp/wangle/metadata.xml
@@ -1,12 +1,12 @@
<?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">
- <description>co-maintainers welcome</description>
- <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>
+ <description>co-maintainers welcome</description>
+ </maintainer>
+ <longdescription lang="en">
Client / Server abstraction
You're probably familiar with Java's Netty, or Python's twisted, or similar libraries.
@@ -39,8 +39,9 @@ Easily create a new server
ServerBootstrap does the work to set up one or multiple acceptor threads, and one or multiple sets of IO threads. The thread pools can be the same. SO_REUSEPORT is automatically supported for multiple accept threads. tcp is most common, although udp is also supported.
</longdescription>
- <upstream>
- <bugs-to>https://github.com/facebook/wangle/issues</bugs-to>
- <remote-id type="github">facebook/wangle</remote-id>
- </upstream>
-</pkgmetadata>
+ <upstream>
+ <remote-id type="cpe">cpe:/a:facebook:wangle</remote-id>
+ <bugs-to>https://github.com/facebook/wangle/issues</bugs-to>
+ </upstream>
+ <origin>gentoo-guru-overlay</origin>
+</pkgmetadata> \ No newline at end of file