mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-09 00:07:57 +03:00
Signed-off-by: Michael Kochera <kochera@google.com> Signed-off-by: Sam James <sam@gentoo.org>
23 lines
829 B
XML
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>
|