{"id":19957539,"url":"https://github.com/pmqs/io-compress-lzf","last_synced_at":"2026-02-20T17:32:09.837Z","repository":{"id":56824302,"uuid":"175998853","full_name":"pmqs/IO-Compress-Lzf","owner":"pmqs","description":null,"archived":false,"fork":false,"pushed_at":"2024-08-28T15:43:22.000Z","size":340,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-07T21:12:26.257Z","etag":null,"topics":["compress","lzf","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}},"created_at":"2019-03-16T16:52:17.000Z","updated_at":"2024-08-28T15:25:27.000Z","dependencies_parsed_at":"2024-08-28T17:11:28.101Z","dependency_job_id":null,"html_url":"https://github.com/pmqs/IO-Compress-Lzf","commit_stats":null,"previous_names":[],"tags_count":90,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmqs%2FIO-Compress-Lzf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmqs%2FIO-Compress-Lzf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmqs%2FIO-Compress-Lzf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmqs%2FIO-Compress-Lzf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pmqs","download_url":"https://codeload.github.com/pmqs/IO-Compress-Lzf/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252259297,"owners_count":21719658,"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":["compress","lzf","uncompress"],"created_at":"2024-11-13T01:38:10.598Z","updated_at":"2025-10-18T12:31:44.091Z","avatar_url":"https://github.com/pmqs.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n                            IO-Compress-Lzf\n\n                              Version 2.213\n\n                              28 August 2024\n\n        Copyright (c) 2005-2024 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\nlzf files/buffers.\n\nPREREQUISITES\n-------------\n\nBefore you can build IO-Compress-Lzf you need to have the following\ninstalled on your system:\n\n    * Perl 5.006 or better.\n    * Compress::LZF\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-Lzf, 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-Lzf/issues\n\nFEEDBACK\n--------\n\nHow to report a problem with IO-Compress-Lzf.\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-Lzf you have.\n        If you have successfully installed IO-Compress-Lzf, this one-liner\n        will tell you:\n\n           perl -MIO::Compress::Lzf -e 'print qq[ver $IO::Compress::Lzf::VERSION\\n]'\n\n        If you are  running windows use this\n\n           perl -MIO::Compress::Lzf -e \"print qq[ver $IO::Compress::Lzf::VERSION\\n]\"\n\n        If you haven't installed IO-Compress-Lzf then search IO::Compress::Lzf.pm\n        for a line like this:\n\n          $VERSION = \"2.213\" ;\n\n 2. If you are having problems building IO-Compress-Lzf, send me a\n    complete log of what happened. Start by unpacking the IO-Compress-Lzf\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-lzf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpmqs%2Fio-compress-lzf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpmqs%2Fio-compress-lzf/lists"}