{"id":19863258,"url":"https://github.com/allyourcodebase/lz4","last_synced_at":"2025-07-13T08:07:34.601Z","repository":{"id":253246206,"uuid":"842922179","full_name":"allyourcodebase/lz4","owner":"allyourcodebase","description":"lz4 ported to the zig build system","archived":false,"fork":false,"pushed_at":"2025-05-03T17:34:40.000Z","size":12,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-07T21:55:09.743Z","etag":null,"topics":["zig","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":"2024-08-15T11:54:47.000Z","updated_at":"2025-05-03T17:34:43.000Z","dependencies_parsed_at":"2025-05-03T18:23:44.002Z","dependency_job_id":"74f5a6a2-d394-4858-a022-ac590513f9b4","html_url":"https://github.com/allyourcodebase/lz4","commit_stats":null,"previous_names":["allyourcodebase/lz4"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/allyourcodebase/lz4","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allyourcodebase%2Flz4","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allyourcodebase%2Flz4/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allyourcodebase%2Flz4/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allyourcodebase%2Flz4/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/allyourcodebase","download_url":"https://codeload.github.com/allyourcodebase/lz4/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allyourcodebase%2Flz4/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265108514,"owners_count":23712466,"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":["zig","zig-package"],"created_at":"2024-11-12T15:14:09.059Z","updated_at":"2025-07-13T08:07:34.593Z","avatar_url":"https://github.com/allyourcodebase.png","language":"Zig","readme":"[![CI](https://github.com/allyourcodebase/lz4/actions/workflows/ci.yaml/badge.svg)](https://github.com/allyourcodebase/lz4/actions)\n\n# lz4\n\nThis is [lz4](https://github.com/lz4/lz4), packaged for [Zig](https://ziglang.org/).\n\n## Installation\n\nFirst, update your `build.zig.zon`:\n\n```\n# Initialize a `zig build` project if you haven't already\nzig init\nzig fetch --save git+https://github.com/allyourcodebase/lz4.git#1.10.0-5\n```\n\nYou can then import `lz4` in your `build.zig` with:\n\n```zig\nconst lz4_dependency = b.dependency(\"lz4\", .{\n    .target = target,\n    .optimize = optimize,\n});\nyour_exe.linkLibrary(lz4_dependency.artifact(\"lz4\"));\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallyourcodebase%2Flz4","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fallyourcodebase%2Flz4","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallyourcodebase%2Flz4/lists"}