gnu: Add perl-io-zlib.

* gnu/packages/perl-compression.scm (perl-io.zlib): New variable.

Change-Id: I7ffbd94f1e95883adacd59c881d221d20e9184ce
Signed-off-by: Steve George <steve@futurile.net>
This commit is contained in:
Steve George 2025-05-08 16:03:04 +01:00
parent fc5dcdae71
commit 4031b50539
No known key found for this signature in database
GPG key ID: F51D4A16DCEE6FA7

View file

@ -129,6 +129,27 @@ interface to the zlib compression library.")
reading and writing compressed data created with the zlib and bzip2 libraries.") reading and writing compressed data created with the zlib and bzip2 libraries.")
(license license:perl-license))) (license license:perl-license)))
(define-public perl-io-zlib
(package
(name "perl-io-zlib")
(version "1.15")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/T/TO/TOMHUGHES/"
"IO-Zlib-" version ".tar.gz"))
(sha256
(base32
"0cpzxcr5ir3iqw5k8gq39as8kxy5hds3w6k8ckykzk1p5rwqgn3s"))))
(build-system perl-build-system)
(propagated-inputs
(list perl-compress-raw-zlib))
(home-page "https://metacpan.org/dist/IO-Zlib")
(synopsis "Perl IO style interface to @code{Compress:Zlib}")
(description "The @code{IO::Zlib} module is a Perl IO style interface
to @code{Compress:Zlib} that simplifies reading and writing compressed data.")
(license license:perl-license)))
(define-public perl-perlio-gzip (define-public perl-perlio-gzip
(package (package
(name "perl-perlio-gzip") (name "perl-perlio-gzip")