Source: unlzx
Section: utils
Priority: optional
Maintainer: Nicolas HOUDELOT <nicolas@demosdebs.org>
Build-Depends:
 debhelper-compat (= 13)
Standards-Version: 4.7.3
Homepage: https://xavprods.free.fr/lzx/
Rules-Requires-Root: no

Package: unlzx
Architecture: any
Depends:
 ${shlibs:Depends},
 ${misc:Depends}
Description: extractor for Amiga LZX archives
 LZX is a lossless data compression format based on the LZ77 algorithm,
 originally developed for the Amiga computer platform. It uses Huffman
 coding with two compression modes (stored and packed), and supports
 merged blocks that span multiple files within the same archive.
 .
 The unlzx utility can list the contents of LZX archives or extract
 their files, verifying each entry against its embedded CRC-32 checksum.
 Reading from standard input is also supported with the -c option.
