{"id":15394475,"url":"https://github.com/thechampagne/zip-d","last_synced_at":"2026-01-17T03:46:44.525Z","repository":{"id":201207410,"uuid":"704648610","full_name":"thechampagne/zip-d","owner":"thechampagne","description":"D binding for a portable, simple zip library.","archived":false,"fork":false,"pushed_at":"2023-10-19T13:13:44.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T11:29:26.895Z","etag":null,"topics":["dlang","dlanguage","zip"],"latest_commit_sha":null,"homepage":"","language":"D","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thechampagne.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-10-13T18:16:59.000Z","updated_at":"2024-01-10T10:23:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"708378d4-876b-447f-a5ad-5238ec5fe46f","html_url":"https://github.com/thechampagne/zip-d","commit_stats":null,"previous_names":["thechampagne/zip-d"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/thechampagne/zip-d","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thechampagne%2Fzip-d","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thechampagne%2Fzip-d/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thechampagne%2Fzip-d/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thechampagne%2Fzip-d/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thechampagne","download_url":"https://codeload.github.com/thechampagne/zip-d/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thechampagne%2Fzip-d/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28493674,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T02:39:23.645Z","status":"ssl_error","status_checked_at":"2026-01-17T02:34:19.649Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["dlang","dlanguage","zip"],"created_at":"2024-10-01T15:23:42.478Z","updated_at":"2026-01-17T03:46:44.511Z","avatar_url":"https://github.com/thechampagne.png","language":"D","funding_links":[],"categories":[],"sub_categories":[],"readme":"# zip-d\n\n[![](https://img.shields.io/github/v/tag/thechampagne/zip-d?label=version)](https://github.com/thechampagne/zip-d/releases/latest) [![](https://img.shields.io/github/license/thechampagne/zip-d)](https://github.com/thechampagne/zip-d/blob/main/LICENSE)\n\nD binding for a portable, simple **zip** library.\n\n### Download\n[DUB](https://code.dlang.org/packages/zip/)\n\n```\ndub add zip\n```\n\n### Example\n```d\nimport zip;\n\nvoid main()\n{\n  zip_t* z = zip_open(\"/tmp/d.zip\", 6, 'w');\n  scope(exit) zip_close(z);\n\n  zip_entry_open(z, \"test\");\n  scope(exit) zip_entry_close(z);\n\n  string content = \"test content\";\n  zip_entry_write(z, content.ptr, content.length);\n}\n```\n\n### References\n - [zip](https://github.com/kuba--/zip)\n\n### License\n\nThis repo is released under the [MIT License](https://github.com/thechampagne/zip-d/blob/main/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthechampagne%2Fzip-d","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthechampagne%2Fzip-d","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthechampagne%2Fzip-d/lists"}