wok-6.x diff perl-io-compress/description.txt @ rev 24782
Up alpine (2.25)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Mar 20 12:08:15 2022 +0000 (2022-03-20) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/perl-io-compress/description.txt Sun Mar 20 12:08:15 2022 +0000 1.3 @@ -0,0 +1,20 @@ 1.4 +This module provides a Perl interface that allows the reading of 1.5 +files or buffers that have been compressed with a variety of 1.6 +compression libraries. 1.7 + 1.8 +The formats supported are: 1.9 + 1.10 +RFC 1950 1.11 +RFC 1951 (optionally) 1.12 +gzip (RFC 1952) 1.13 +zip 1.14 +zstd (Zstandard) 1.15 +bzip2 1.16 +lzop 1.17 +lzf 1.18 +lzma 1.19 +lzip 1.20 +xz 1.21 + 1.22 +The module will auto-detect which, if any, of the supported compression 1.23 +formats is being used.