mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
Closes: https://github.com/gentoo/guru/pull/141 Signed-off-by: Julien Roy <julien@jroy.ca>
17 lines
654 B
XML
17 lines
654 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<!-- maintainer-needed -->
|
|
<longdescription lang="en">A non-blocking encoder/decoder of Quoted-Printable according to
|
|
RFC2045 and RFC2047 (about encoded-word). Useful to translate contents of emails.</longdescription>
|
|
<upstream>
|
|
<doc>https://mirage.github.io/pecu/</doc>
|
|
<bugs-to>https://github.com/mirage/pecu/issues</bugs-to>
|
|
<remote-id type="github">mirage/pecu</remote-id>
|
|
<maintainer>
|
|
<name>Romain Calascibetta</name>
|
|
<email>romain.calascibetta@gmail.com</email>
|
|
</maintainer>
|
|
</upstream>
|
|
</pkgmetadata>
|