{"id":19957534,"url":"https://github.com/pmqs/archive-zip-simplezip","last_synced_at":"2025-08-08T20:28:59.229Z","repository":{"id":59149844,"uuid":"169627393","full_name":"pmqs/Archive-Zip-SimpleZip","owner":"pmqs","description":"Perl5 interface to read/write Zip files","archived":false,"fork":false,"pushed_at":"2024-08-29T10:23:39.000Z","size":289,"stargazers_count":4,"open_issues_count":2,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-07T21:12:22.942Z","etag":null,"topics":["archiver","bzip2","deflate","inflate","lzma","perl","perl-module","perl5","perl5-module","streaming","unzip","zip","zip64","zlib"],"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-07T19:14:59.000Z","updated_at":"2024-08-29T10:21:41.000Z","dependencies_parsed_at":"2024-06-16T17:49:25.582Z","dependency_job_id":"9a9c44af-175f-4c9e-8e61-a11cca718781","html_url":"https://github.com/pmqs/Archive-Zip-SimpleZip","commit_stats":{"total_commits":119,"total_committers":3,"mean_commits":"39.666666666666664","dds":"0.23529411764705888","last_synced_commit":"2a113de418fd17199c692eb75be7244320356163"},"previous_names":[],"tags_count":31,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmqs%2FArchive-Zip-SimpleZip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmqs%2FArchive-Zip-SimpleZip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmqs%2FArchive-Zip-SimpleZip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmqs%2FArchive-Zip-SimpleZip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pmqs","download_url":"https://codeload.github.com/pmqs/Archive-Zip-SimpleZip/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":["archiver","bzip2","deflate","inflate","lzma","perl","perl-module","perl5","perl5-module","streaming","unzip","zip","zip64","zlib"],"created_at":"2024-11-13T01:38:09.823Z","updated_at":"2025-05-03T21:30:32.995Z","avatar_url":"https://github.com/pmqs.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n                           Archive-Zip-SimpleZip\n\n                               Version 1.001\n\n                               29 August 2024\n\n        Copyright (c) 2012-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\n\nDESCRIPTION\n-----------\n\nThis distribution provides a Perl interface to allow reading and writing of\nZip files.\n\n\nPREREQUISITES\n-------------\n\nBefore you can build Archive-Zip-SimpleZip you need to have the following\ninstalled on your system:\n\n    * Perl 5.006 or better.\n    * IO::Compress version 2.213 or better.\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 Archive::Zip::SimpleZip, run the command below:\n\n    make install\n\nSUPPORT\n-------\n\nGeneral feedback/questions/bug reports should be sent to\nhttps://github.com/pmqs/Archive-Zip-SimpleZip/issues (preferred) or\nhttps://rt.cpan.org/Public/Dist/Display.html?Name=Archive-Zip-SimpleZip.\n\nFEEDBACK\n--------\n\nYou can report a problem with Archive-Zip-SimpleZip to\n\n    https://github.com/pmqs/Archive-Zip-SimpleZip/issues\n\nThe folowing address is still active, but the github address above is preferred.\n\n    https://rt.cpan.org/Public/Dist/Display.html?Name=Archive-Zip-SimpleZip\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.006 or better.\n\n     b. The version of Archive-Zip-SimpleZip you have.\n        If you have successfully installed Archive-Zip-SimpleZip, this one-liner\n        will tell you:\n\n           perl -MArchive::Zip::SimpleZip -e 'print qq[ver $Archive::Zip::SimpleZip::VERSION\\n]'\n\n        If you are  running windows use this\n\n           perl -MArchive::Zip::SimpleZip -e \"print qq[ver $Archive::Zip::SimpleZip::VERSION\\n]\"\n\n        If you haven't installed Archive-Zip-SimpleZip then search Archive::Zip::SimpleZip\n        for a line like this:\n\n          $VERSION = \"2.052\" ;\n\n 2. If you are having problems building Archive-Zip-SimpleZip, send me a\n    complete log of what happened. Start by unpacking the Archive-Zip-SimpleZip\n    module into a fresh directory and keep a log of all the steps\n\n        [edit config.in, 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%2Farchive-zip-simplezip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpmqs%2Farchive-zip-simplezip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpmqs%2Farchive-zip-simplezip/lists"}