{"id":19863266,"url":"https://github.com/allyourcodebase/zlib","last_synced_at":"2025-07-25T04:37:39.181Z","repository":{"id":200194495,"uuid":"705012766","full_name":"allyourcodebase/zlib","owner":"allyourcodebase","description":"zlib ported to the zig build system","archived":false,"fork":false,"pushed_at":"2025-03-07T00:25:15.000Z","size":9,"stargazers_count":56,"open_issues_count":2,"forks_count":5,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-05-02T04:34:55.718Z","etag":null,"topics":["zig-package"],"latest_commit_sha":null,"homepage":"","language":"Zig","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/allyourcodebase.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-10-14T19:30:02.000Z","updated_at":"2025-03-07T21:45:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"d7d1bd0c-bf93-4775-8a44-d7785cffbc09","html_url":"https://github.com/allyourcodebase/zlib","commit_stats":null,"previous_names":["allyourcodebase/zlib"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/allyourcodebase/zlib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allyourcodebase%2Fzlib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allyourcodebase%2Fzlib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allyourcodebase%2Fzlib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allyourcodebase%2Fzlib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/allyourcodebase","download_url":"https://codeload.github.com/allyourcodebase/zlib/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allyourcodebase%2Fzlib/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266955571,"owners_count":24012031,"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","status":"online","status_checked_at":"2025-07-25T02:00:09.625Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["zig-package"],"created_at":"2024-11-12T15:14:09.708Z","updated_at":"2025-07-25T04:37:39.122Z","avatar_url":"https://github.com/allyourcodebase.png","language":"Zig","readme":"# zlib\n\nThis is [zlib](https://www.zlib.net/),\npackaged for [Zig](https://ziglang.org/).\n\n## How to use it\n\nFirst, update your `build.zig.zon`:\n\n```\nzig fetch --save https://github.com/allyourcodebase/zlib/archive/refs/tags/1.3.1.tar.gz\n```\n\nNext, add this snippet to your `build.zig` script:\n\n```zig\nconst zlib_dep = b.dependency(\"zlib\", .{\n    .target = target,\n    .optimize = optimize,\n});\nyour_compilation.linkLibrary(libz_dep.artifact(\"z\"));\n```\n\nThis will provide zlib as a static library to `your_compilation`.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallyourcodebase%2Fzlib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fallyourcodebase%2Fzlib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallyourcodebase%2Fzlib/lists"}