libio-compress-perl 2.206-1 source package in Ubuntu
Changelog
libio-compress-perl (2.206-1) unstable; urgency=medium * Import upstream version 2.206. * Bump versioned (test) dependencies. -- gregor herrmann <email address hidden> Sun, 30 Jul 2023 02:13:53 +0200
Upload details
- Uploaded by:
- Debian Perl Group
- Uploaded to:
- Sid
- Original maintainer:
- Debian Perl Group
- Architectures:
- all
- Section:
- perl
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libio-compress-perl_2.206-1.dsc | 2.5 KiB | 79e7dfb5e22a12e940069f91e273a742bbac2fc169101dbe37c0509e37b33d02 |
libio-compress-perl_2.206.orig.tar.gz | 296.1 KiB | 7d3062b9a494f757e8d0614f220d83f22731bbda1aeb5f7cff0e72a83f433d35 |
libio-compress-perl_2.206-1.debian.tar.xz | 6.6 KiB | f6c0086e8ceedc23dd7505285baf0409cfd99e0b4d1cb85ef2a69fdc43c1065b |
Available diffs
- diff from 2.204-1 to 2.206-1 (9.9 KiB)
No changes file available.
Binary packages built by this source
- libio-compress-perl: bundle of IO::Compress modules
This package contains the following IO::Compress and IO::Uncompress modules:
.
- Compress::Zlib
- IO::Compress::Base
- IO::Compress::Bzip2
- IO::Compress::Deflate
- IO::Compress::Gzip
- IO::Compress::RawDeflate
- IO::Compress::Zip
- IO::Uncompress::Base
- IO::Uncompress::Bunzip2
- IO::Uncompress::Gunzip
- IO::Uncompress::Inflate
- IO::Uncompress::RawInflate
- IO::Uncompress::Unzip
.
Compress::Zlib is a Perl external module which provides an interface to
the info-zip zlib compression library. zlib is a general purpose
compression library.
.
Some of the features provided by Compress::Zlib include:
.
* in-memory compression and decompression
* read and write gzip (.gz) files directly.
.
IO::Compress::Bunzip2 and IO::Uncompress: :Bunzip2 provide a Perl interface
that allows transparent reading and writing bzip2 compressed data to files or
buffers.
.
IO::Compress::Base is the base class for all IO::Compress and IO::Uncompress
modules. It is not intended for direct use in application code. Its sole
purpose is to be sub-classed by IO::Compress modules.