{"id":15017554,"url":"https://github.com/pmqs/io-compress","last_synced_at":"2026-01-31T00:22:31.457Z","repository":{"id":40593635,"uuid":"172240860","full_name":"pmqs/IO-Compress","owner":"pmqs","description":"IO-Compress - Perl5 module to read/write compressed data in multiple formats","archived":false,"fork":false,"pushed_at":"2024-11-13T16:52:34.000Z","size":1888,"stargazers_count":14,"open_issues_count":12,"forks_count":16,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-23T21:45:41.468Z","etag":null,"topics":["bzip2","compression","deflate","gunzip","gzip","inflate","perl","perl5","perl5-module","streaming","uncompress","unzip","zip","zip64"],"latest_commit_sha":null,"homepage":"","language":"Perl","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":"README","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-02-23T17:10:18.000Z","updated_at":"2024-11-13T16:52:38.000Z","dependencies_parsed_at":"2024-11-16T04:01:44.739Z","dependency_job_id":null,"html_url":"https://github.com/pmqs/IO-Compress","commit_stats":null,"previous_names":[],"tags_count":102,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmqs%2FIO-Compress","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmqs%2FIO-Compress/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmqs%2FIO-Compress/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmqs%2FIO-Compress/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pmqs","download_url":"https://codeload.github.com/pmqs/IO-Compress/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248101115,"owners_count":21047904,"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","compression","deflate","gunzip","gzip","inflate","perl","perl5","perl5-module","streaming","uncompress","unzip","zip","zip64"],"created_at":"2024-09-24T19:50:40.390Z","updated_at":"2026-01-31T00:22:31.433Z","avatar_url":"https://github.com/pmqs.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n                            IO-Compress\n\n                            Version 2.216\n\n                           30 January 2026\n\n        Copyright (c) 1995-2026 Paul Marquess. All rights reserved.\n          This program is free software; you can redistribute it\n           and/or modify it under the same terms as Perl itself.\n\nDESCRIPTION\n-----------\n\nThis distribution provides a Perl interface to allow reading and writing of\ncompressed data created with the zlib and bzip2.\n\nIO-Compress supports reading and writing of the following compressed data formats\n  * bzip2\n  * RFC 1950\n  * RFC 1951\n  * RFC 1952 (i.e. gzip)\n  * zip\n\nThere are a number of companion modules for IO-Compress that extend\nthe suite of compression formats available.\n\n * IO-Compress-Zstd\n   Adds support for zstd (Zstandard).\n * IO-Compress-Lzma\n   Adds support for lzma, xz and lzip.\n * IO-Compress-Lzf\n   Adds support for lzf.\n * IO-Compress-Lzop\n   Adds support for lzop.\n\nNote that the following modules used to be distributed separately, but are now\nincluded with the IO-Compress distribution.\n\n    Compress-Zlib\n    IO-Compress-Zlib\n    IO-Compress-Bzip2\n    IO-Compress-Base\n\nPREREQUISITES\n-------------\n\nBefore you can build IO-Compress you need to have the following\ninstalled on your system:\n\n    * Perl 5.006 or better.\n    * Compress::Raw::Zlib\n    * Compress::Raw::Bzip2\n\nBUILDING THE MODULE\n-------------------\n\nAssuming you have met all the prerequisites, the module can now be built\nusing this sequence of commands:\n\n    perl Makefile.PL\n    make\n    make test\n\nINSTALLATION\n------------\n\nTo install IO-Compress, run the command below:\n\n    make install\n\nTROUBLESHOOTING\n---------------\n\nSUPPORT\n-------\n\nGeneral feedback/questions/bug reports should be sent to\nhttps://github.com/pmqs/IO-Compress/issues\n\nFEEDBACK\n--------\n\nHow to report a problem with IO-Compress.\n\nTo help me help you, I need all of the following information:\n\n 1. The Versions of everything relevant.\n    This includes:\n\n     a. The *complete* output from running this\n\n            perl -V\n\n        Do not edit the output in any way.\n        Note, I want you to run \"perl -V\" and NOT \"perl -v\".\n\n        If your perl does not understand the \"-V\" option it is too\n        old. This module needs Perl version 5.004 or better.\n\n     b. The version of IO-Compress you have.\n        If you have successfully installed IO-Compress, this one-liner\n        will tell you:\n\n           perl -MIO::Compress::Gzip -e 'print qq[ver $IO::Compress::Gzip::VERSION\\n]'\n\n        If you are  running windows use this\n\n           perl -MIO::Compress::Gzip -e \"print qq[ver $IO::Compress::Gzip::VERSION\\n]\"\n\n        If you haven't installed IO-Compress then search IO::Compress::Gzip.pm\n        for a line like this:\n\n          $VERSION = \"2.216\" ;\n\n 2. If you are having problems building IO-Compress, send me a\n    complete log of what happened. Start by unpacking the IO-Compress\n    module into a fresh directory and keep a log of all the steps, including\n    the setting of configuration environment variables (if applicable).\n\n        [edit config.in or set environment varialbes, if necessary]\n        perl Makefile.PL\n        make\n        make test TEST_VERBOSE=1\n\nPaul Marquess \u003cpmqs@cpan.org\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpmqs%2Fio-compress","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpmqs%2Fio-compress","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpmqs%2Fio-compress/lists"}