{"id":15394483,"url":"https://github.com/thechampagne/nimzip","last_synced_at":"2025-04-05T11:25:08.429Z","repository":{"id":200054346,"uuid":"704721697","full_name":"thechampagne/nimzip","owner":"thechampagne","description":"Nim binding for a portable, simple zip library.","archived":false,"fork":false,"pushed_at":"2023-10-13T23:22:35.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-10T22:27:58.615Z","etag":null,"topics":["nim","nim-lang","nimble","zip"],"latest_commit_sha":null,"homepage":"","language":"Nim","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-13T22:56:13.000Z","updated_at":"2023-10-18T20:52:02.000Z","dependencies_parsed_at":"2023-10-15T13:50:55.557Z","dependency_job_id":"61ae7951-ee6c-48cd-ac1d-791d7d2f4898","html_url":"https://github.com/thechampagne/nimzip","commit_stats":null,"previous_names":["thechampagne/nimzip"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thechampagne%2Fnimzip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thechampagne%2Fnimzip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thechampagne%2Fnimzip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thechampagne%2Fnimzip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thechampagne","download_url":"https://codeload.github.com/thechampagne/nimzip/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247327468,"owners_count":20921050,"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":["nim","nim-lang","nimble","zip"],"created_at":"2024-10-01T15:23:43.534Z","updated_at":"2025-04-05T11:25:08.408Z","avatar_url":"https://github.com/thechampagne.png","language":"Nim","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nimzip\n\n[![](https://img.shields.io/github/v/tag/thechampagne/nimzip?label=version)](https://github.com/thechampagne/nimzip/releases/latest) [![](https://img.shields.io/github/license/thechampagne/nimzip)](https://github.com/thechampagne/nimzip/blob/main/LICENSE)\n\nNim binding for a portable, simple **zip** library.\n\n### Download\n\n```\nnimble install nimzip\n```\n\n### Example\n```nim\nimport nimzip\n\nwhen isMainModule:\n  var zip = zip_open(\"/tmp/nim.zip\", 6, 'w')\n      \n  discard zip_entry_open(zip, \"test\")\n      \n  let content: cstring = \"test content\"\n  discard zip_entry_write(zip, content, csize_t(len(content)))\n\n  discard zip_entry_close(zip)\n  zip_close(zip)\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/nimzip/blob/main/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthechampagne%2Fnimzip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthechampagne%2Fnimzip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthechampagne%2Fnimzip/lists"}