Files
guru/dev-ml/happy-eyeballs/metadata.xml
Anna (cybertailor) Vyalkova 1e95f22062 */*: update metadata schema uri
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2023-03-04 18:56:32 +05:00

23 lines
1010 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>lssndrbarbieri@gmail.com</email>
<name>Alessandro Barbieri</name>
</maintainer>
<use>
<flag name="lwt">Connecting to a remote host via IP version 4 or 6 using Lwt_unix</flag>
<flag name="mirage">Connecting to a remote host via IP version 4 or 6 using Mirage</flag>
</use>
<longdescription lang="en">Happy eyeballs is an implementation of
[RFC 8305](https://datatracker.ietf.org/doc/html/rfc8305) which specifies how
to connect to a remote host using either IP protocol version 4 or IP protocol
version 6. This is the core of the algorithm in value passing style, with a
slick dependency cone.</longdescription>
<upstream>
<doc>https://roburio.github.io/happy-eyeballs/</doc>
<bugs-to>https://github.com/roburio/happy-eyeballs/issues</bugs-to>
<remote-id type="github">roburio/happy-eyeballs</remote-id>
</upstream>
</pkgmetadata>