gentoo/app-arch/brotli/metadata.xml
kochera 1c8963df14
app-arch/brotli: Add cpe_uri for brotli package.
Signed-off-by: Michael Kochera <kochera@google.com>
Signed-off-by: Sam James <sam@gentoo.org>
2022-10-21 00:32:47 +01:00

23 lines
829 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>candrews@gentoo.org</email>
<name>Craig Andrews</name>
</maintainer>
<maintainer type="project">
<email>python@gentoo.org</email>
</maintainer>
<longdescription>
Brotli is a generic-purpose lossless compression algorithm that
compresses data using a combination of a modern variant of the
LZ77 algorithm, Huffman coding and 2nd order context modeling,
with a hight compression ratio. It is similar in speed with
deflate but offers denser compression.
</longdescription>
<upstream>
<remote-id type="cpe">cpe:/a:google:brotli</remote-id>
<remote-id type="github">google/brotli</remote-id>
</upstream>
</pkgmetadata>