wok diff perl-io-compress/description.txt @ rev 25397

updated viewnior (1.7 -> 1.8)
author Hans-G?nter Theisgen
date Tue Aug 02 10:30:16 2022 +0100 (22 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/perl-io-compress/description.txt	Tue Aug 02 10:30:16 2022 +0100
     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.