blob: 50c8fda1e39cf359067b0cdad7cd29fd54cdd80f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/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>
</upstream>
<origin>srcux</origin>
</pkgmetadata>
|