{"id":19957537,"url":"https://github.com/pmqs/io-compress-lzop","last_synced_at":"2026-02-01T17:09:44.315Z","repository":{"id":56824291,"uuid":"175999869","full_name":"pmqs/IO-Compress-Lzop","owner":"pmqs","description":null,"archived":false,"fork":false,"pushed_at":"2024-08-28T15:44:32.000Z","size":379,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-03T21:32:30.357Z","etag":null,"topics":["compression","lzo","lzo-compression","perl","perl-module","perl5","uncompress"],"latest_commit_sha":null,"homepage":null,"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,"zenodo":null}},"created_at":"2019-03-16T17:01:30.000Z","updated_at":"2024-08-28T15:25:50.000Z","dependencies_parsed_at":"2024-08-28T17:11:31.254Z","dependency_job_id":null,"html_url":"https://github.com/pmqs/IO-Compress-Lzop","commit_stats":null,"previous_names":[],"tags_count":94,"template":false,"template_full_name":null,"purl":"pkg:github/pmqs/IO-Compress-Lzop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmqs%2FIO-Compress-Lzop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmqs%2FIO-Compress-Lzop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmqs%2FIO-Compress-Lzop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmqs%2FIO-Compress-Lzop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pmqs","download_url":"https://codeload.github.com/pmqs/IO-Compress-Lzop/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmqs%2FIO-Compress-Lzop/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269408879,"owners_count":24412133,"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","status":"online","status_checked_at":"2025-08-08T02:00:09.200Z","response_time":72,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["compression","lzo","lzo-compression","perl","perl-module","perl5","uncompress"],"created_at":"2024-11-13T01:38:10.136Z","updated_at":"2026-02-01T17:09:44.303Z","avatar_url":"https://github.com/pmqs.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n                            IO-Compress-Lzop\n\n                             Version 2.217\n\n                              1 Feb 2026\n\n        Copyright (c) 2005-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 module provides a Perl interface to allow reading and writing of\nlzop files/buffers.\n\nPREREQUISITES\n-------------\n\nBefore you can build IO-Compress-Lzop you need to have the following\ninstalled on your system:\n\n    * Perl 5.006 or better.\n    * Compress::LZO\n    * IO::Compress::Base\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-Lzop, 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-Lzop/issues\n\nFEEDBACK\n--------\n\nHow to report a problem with IO-Compress-Lzop.\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-Lzop you have.\n        If you have successfully installed IO-Compress-Lzop, this one-liner\n        will tell you:\n\n           perl -MIO::Compress::Lzop -e 'print qq[ver $IO::Compress::Lzop::VERSION\\n]'\n\n        If you are  running windows use this\n\n           perl -MIO::Compress::Lzop -e \"print qq[ver $IO::Compress::Lzop::VERSION\\n]\"\n\n        If you haven't installed IO-Compress-Lzop then search IO::Compress::Lzop.pm\n        for a line like this:\n\n          $VERSION = \"2.217\" ;\n\n 2. If you are having problems building IO-Compress-Lzop, send me a\n    complete log of what happened. Start by unpacking the IO-Compress-Lzop\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-lzop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpmqs%2Fio-compress-lzop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpmqs%2Fio-compress-lzop/lists"}