{"id":15286207,"url":"https://github.com/pmqs/compress-raw-bzip2","last_synced_at":"2026-02-01T01:19:50.596Z","repository":{"id":41308893,"uuid":"175996711","full_name":"pmqs/Compress-Raw-Bzip2","owner":"pmqs","description":"Perl5 interface to Bzip2 compression library","archived":false,"fork":false,"pushed_at":"2024-08-28T15:41:07.000Z","size":561,"stargazers_count":3,"open_issues_count":0,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-20T03:41:28.986Z","etag":null,"topics":["bzip2","compress","perl","perl-module","perl5","perl5-module","uncompress"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pmqs.png","metadata":{"files":{"readme":".github/README.md","changelog":"Changes","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-03-16T16:32:44.000Z","updated_at":"2024-08-28T15:22:43.000Z","dependencies_parsed_at":"2024-08-28T17:12:42.214Z","dependency_job_id":"546ffcce-5e98-481f-9f64-42c9d425479b","html_url":"https://github.com/pmqs/Compress-Raw-Bzip2","commit_stats":{"total_commits":229,"total_committers":7,"mean_commits":"32.714285714285715","dds":0.0873362445414847,"last_synced_commit":"85daf683caff0fe1b2dafc49998fd6355bdf0da0"},"previous_names":[],"tags_count":99,"template":false,"template_full_name":null,"purl":"pkg:github/pmqs/Compress-Raw-Bzip2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmqs%2FCompress-Raw-Bzip2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmqs%2FCompress-Raw-Bzip2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmqs%2FCompress-Raw-Bzip2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmqs%2FCompress-Raw-Bzip2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pmqs","download_url":"https://codeload.github.com/pmqs/Compress-Raw-Bzip2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmqs%2FCompress-Raw-Bzip2/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259293097,"owners_count":22835539,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bzip2","compress","perl","perl-module","perl5","perl5-module","uncompress"],"created_at":"2024-09-30T15:10:58.242Z","updated_at":"2026-02-01T01:19:50.567Z","avatar_url":"https://github.com/pmqs.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"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)\n[![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)\n[![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)\n[![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)\n[![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)\n\n**Upstream Testing**\n\n[![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)\n[![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)\n\n[![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)\n[![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)\n\n\n\n# Compress::Raw::Bzip2 - Perl Interface to the bzip2 library\n\n\nThis module provides a Perl interface to the in-memory\ncompression/uncompression functions from the [bzip2](https://sourceware.org/bzip2/)\ncompression library.\n\nFor details of building and installing this module see the file [README](../README)\n\nAPI Documentation is in [Bzip2.pod](Bzip2.pod).\n\nThis module is also available on [metacpan](https://metacpan.org/) at [Compress::Raw::Bzip2](https://metacpan.org/pod/Compress::Raw::Bzip2)\n\nGeneral feedback/questions/bug reports should be reported in the [issues](https://github.com/pmqs/Compress-Raw-Bzip2/issues) page.\n\n\nCopyright (c) 2009-2024 Paul Marquess. All rights reserved.\n\nThis program is free software; you can redistribute it\nand/or modify it under the same terms as Perl itself.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpmqs%2Fcompress-raw-bzip2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpmqs%2Fcompress-raw-bzip2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpmqs%2Fcompress-raw-bzip2/lists"}