summaryrefslogtreecommitdiff
blob: e287c7d47bf5c70da5a8317b1f4c0b9f02e54d06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <!-- maintainer-needed -->
  <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="github">google/brotli</remote-id>
  </upstream>
</pkgmetadata>