gentoo-ebuilds/app-arch/bzip3/metadata.xml
Maciej Barć cccdc7f112
app-arch/bzip3: new package; add version 1.1.1
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
2022-05-14 00:12:57 +02:00

21 lines
879 B
XML

<?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>