{"id":40122925,"url":"https://github.com/ccy/delphi-zip","last_synced_at":"2026-01-19T13:02:32.090Z","repository":{"id":42635010,"uuid":"21690432","full_name":"ccy/delphi-zip","owner":"ccy","description":"Delphi System.zip patch with ZIP64 and LZMA supports","archived":false,"fork":false,"pushed_at":"2025-09-19T02:40:19.000Z","size":1025,"stargazers_count":92,"open_issues_count":2,"forks_count":30,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-09-19T04:25:10.752Z","etag":null,"topics":["component","delphi","zip"],"latest_commit_sha":null,"homepage":null,"language":"Pascal","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/ccy.png","metadata":{"files":{"readme":"readme.adoc","changelog":null,"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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2014-07-10T10:30:42.000Z","updated_at":"2025-09-19T02:40:23.000Z","dependencies_parsed_at":"2024-01-23T10:36:32.884Z","dependency_job_id":null,"html_url":"https://github.com/ccy/delphi-zip","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ccy/delphi-zip","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ccy%2Fdelphi-zip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ccy%2Fdelphi-zip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ccy%2Fdelphi-zip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ccy%2Fdelphi-zip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ccy","download_url":"https://codeload.github.com/ccy/delphi-zip/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ccy%2Fdelphi-zip/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28568833,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T12:50:50.164Z","status":"ssl_error","status_checked_at":"2026-01-19T12:50:42.704Z","response_time":67,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["component","delphi","zip"],"created_at":"2026-01-19T13:02:32.007Z","updated_at":"2026-01-19T13:02:32.077Z","avatar_url":"https://github.com/ccy.png","language":"Pascal","funding_links":[],"categories":[],"sub_categories":[],"readme":"= Delphi Zip\r\n:toc:\r\n\r\n= Introduction\r\n\r\nhttps://docwiki.embarcadero.com/Libraries/Alexandria/en/System.Zip.TZipFile[TZipFile] class in RAD Studio does not support\r\n\r\n- https://www.7-zip.org/sdk.html[LZMA] compression method\r\n- Zip64 archive format\r\n\r\nThis library add these features to existing `System.Zip.pas` via new unit `System.Zip2.pas`.  User can easily switch between `System.Zip.pas` and `System.Zip2.pas` in source code.\r\n\r\n= Source code\r\n\r\nThe repository organizes source code for various RAD Studio release using https://github.com/ccy/delphi-zip/branches[branches] since https://github.com/ccy/delphi-zip/tree/XE4[RAD Studio XE4].\r\n\r\n== RAD Studio 11 Alexandria\r\n\r\n- https://blogs.embarcadero.com/announcing-the-availability-of-rad-studio-11-alexandria/[RAD Studio 11 Alexandria] support Zip64. `Zip64` artifacts has replaced by RAD Studio 11 release.\r\n\r\n= Usage\r\n\r\nTo enable `Zip64` support, replace `System.Zip.pas` to `System.Zip2.pas`.\r\n\r\nTo enable *LZMA* compression method, Add `System.Zip.LZMA` to RAD Studio project.\r\n\r\n\r\n= Example\r\n\r\nTo extract LZMA zip archive:\r\n\r\n[source,pascal]\r\n----\r\nuses System.Zip2, System.Zip.LZMA;\r\n\r\nbegin\r\n  TZipFile.ExtractZipFile('c:\\lzma.zip', 'c:\\');\r\nend.\r\n----\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fccy%2Fdelphi-zip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fccy%2Fdelphi-zip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fccy%2Fdelphi-zip/lists"}