wok annotate perl-io-compress/description.txt @ rev 25689

updated mmv (1.01b-18 -> 2.6)
author Hans-Günter Theisgen
date Sat Apr 13 10:48:47 2024 +0100 (16 months ago)
parents
children
rev   line source
Hans-Günter@24222 1 This module provides a Perl interface that allows the reading of
Hans-Günter@24222 2 files or buffers that have been compressed with a variety of
Hans-Günter@24222 3 compression libraries.
Hans-Günter@24222 4
Hans-Günter@24222 5 The formats supported are:
Hans-Günter@24222 6
Hans-Günter@24222 7 RFC 1950
Hans-Günter@24222 8 RFC 1951 (optionally)
Hans-Günter@24222 9 gzip (RFC 1952)
Hans-Günter@24222 10 zip
Hans-Günter@24222 11 zstd (Zstandard)
Hans-Günter@24222 12 bzip2
Hans-Günter@24222 13 lzop
Hans-Günter@24222 14 lzf
Hans-Günter@24222 15 lzma
Hans-Günter@24222 16 lzip
Hans-Günter@24222 17 xz
Hans-Günter@24222 18
Hans-Günter@24222 19 The module will auto-detect which, if any, of the supported compression
Hans-Günter@24222 20 formats is being used.