Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pmqs/compress-raw-bzip2
Perl5 interface to Bzip2 compression library
https://github.com/pmqs/compress-raw-bzip2
bzip2 compress perl perl-module perl5 perl5-module uncompress
Last synced: 4 months ago
JSON representation
Perl5 interface to Bzip2 compression library
- Host: GitHub
- URL: https://github.com/pmqs/compress-raw-bzip2
- Owner: pmqs
- Created: 2019-03-16T16:32:44.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-28T15:41:07.000Z (5 months ago)
- Last Synced: 2024-09-30T15:13:10.681Z (4 months ago)
- Topics: bzip2, compress, perl, perl-module, perl5, perl5-module, uncompress
- Language: C
- Homepage:
- Size: 548 KB
- Stars: 3
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: .github/README.md
- Changelog: Changes
Awesome Lists containing this project
README
[![Linux build](https://github.com/pmqs/Compress-Raw-Bzip2/actions/workflows/linux.yml/badge.svg)](https://github.com/pmqs/Compress-Raw-Bzip2/actions/workflows/linux.yml)
[![MacOS build](https://github.com/pmqs/Compress-Raw-Bzip2/actions/workflows/macos.yml/badge.svg)](https://github.com/pmqs/Compress-Raw-Bzip2/actions/workflows/macos.yml)
[![Windows build](https://github.com/pmqs/Compress-Raw-Bzip2/actions/workflows/windows.yml/badge.svg)](https://github.com/pmqs/Compress-Raw-Bzip2/actions/workflows/windows.yml)
[![FreeBSD](https://api.cirrus-ci.com/github/pmqs/Compress-Raw-Bzip2.svg?task=FreeBSD)](https://cirrus-ci.com/github/pmqs/Compress-Raw-Bzip2?task=FreeBSD)
[![Build Status](https://ci.appveyor.com/api/projects/status/github/pmqs/Compress-Raw-Bzip2?svg=true)](https://ci.appveyor.com/project/pmqs/Compress-Raw-Bzip2)**Upstream Testing**
[![Linux + Upstream Sourceware Bzip2 1.0](https://github.com/pmqs/Compress-Raw-Bzip2/actions/workflows/linux-upstream-sourceware.yml/badge.svg)](https://github.com/pmqs/Compress-Raw-Bzip2/actions/workflows/linux-upstream-sourceware.yml)
[![Linux + Upstream GitLab Bzip2 1.1](https://github.com/pmqs/Compress-Raw-Bzip2/actions/workflows/linux-upstream-gitlab.yml/badge.svg)](https://github.com/pmqs/Compress-Raw-Bzip2/actions/workflows/linux-upstream-gitlab.yml)[![MacOS + Upstream Sourceware Bzip2 1.0](https://github.com/pmqs/Compress-Raw-Bzip2/actions/workflows/macos-upstream-sourceware.yml/badge.svg)](https://github.com/pmqs/Compress-Raw-Bzip2/actions/workflows/macos-upstream-sourceware.yml)
[![MacOS + Upstream GitLab Bzip2 1.1](https://github.com/pmqs/Compress-Raw-Bzip2/actions/workflows/macos-upstream-gitlab.yml/badge.svg)](https://github.com/pmqs/Compress-Raw-Bzip2/actions/workflows/macos-upstream-gitlab.yml)# Compress::Raw::Bzip2 - Perl Interface to the bzip2 library
This module provides a Perl interface to the in-memory
compression/uncompression functions from the [bzip2](https://sourceware.org/bzip2/)
compression library.For details of building and installing this module see the file [README](../README)
API Documentation is in [Bzip2.pod](Bzip2.pod).
This module is also available on [metacpan](https://metacpan.org/) at [Compress::Raw::Bzip2](https://metacpan.org/pod/Compress::Raw::Bzip2)
General feedback/questions/bug reports should be reported in the [issues](https://github.com/pmqs/Compress-Raw-Bzip2/issues) page.
Copyright (c) 2009-2024 Paul Marquess. All rights reserved.
This program is free software; you can redistribute it
and/or modify it under the same terms as Perl itself.