summaryrefslogtreecommitdiff
blob: 5dee14e0081f38bf57031b88c84f54a493367a47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">

<pkgmetadata>
  <maintainer type="person">
    <email>xgqt@gentoo.org</email>
    <name>Maciej Barć</name>
  </maintainer>
  <longdescription>
    A better, faster and stronger spiritual successor to BZip2. Features higher
    compression ratios and better performance thanks to a order-0 context
    mixing entropy coder, a fast Burrows-Wheeler transform code making use of
    suffix arrays and a RLE with Lempel Ziv+Prediction pass based on LZ77-style
    string matching and PPM-style context modeling.
    Like its ancestor, BZip3 excels at compressing text or code.
  </longdescription>
  <upstream>
    <bugs-to>https://github.com/kspalaiologos/bzip3/issues/</bugs-to>
    <remote-id type="github">kspalaiologos/bzip3</remote-id>
  </upstream>
</pkgmetadata>