libio-compress-perl 2.087-1 source package in Ubuntu
Changelog
libio-compress-perl (2.087-1) unstable; urgency=medium * Import upstream version 2.087. * Annotate test-only build dependencies with <!nocheck>. * debian/watch: use uscan version 4. * Bump versioned build dependencies. -- gregor herrmann <email address hidden> Sun, 11 Aug 2019 14:43:32 +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 |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libio-compress-perl_2.087-1.dsc | 2.5 KiB | 2fb14efce3abfdec7874401215a907561c2b52c1bbd5169e5c6b0cc065562da5 |
libio-compress-perl_2.087.orig.tar.gz | 253.9 KiB | 94f792775d0496fffe862363c76637e74ff5b46c40cf47042547686d164e23cb |
libio-compress-perl_2.087-1.debian.tar.xz | 5.0 KiB | 33b98268749494ca7e6ef64e60fb0c2b39770e77957b7a01136676278c6bbe2c |
Available diffs
- diff from 2.086-1 to 2.087-1 (5.4 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.