{"id":13741790,"url":"https://github.com/ziglibs/diffz","last_synced_at":"2025-04-30T23:30:53.912Z","repository":{"id":104373685,"uuid":"599317081","full_name":"ziglibs/diffz","owner":"ziglibs","description":"Implementation of go-diff's diffmatchpatch in Zig","archived":false,"fork":false,"pushed_at":"2025-03-22T18:08:55.000Z","size":94,"stargazers_count":23,"open_issues_count":3,"forks_count":7,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-04-23T19:24:02.902Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/ziglibs.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}},"created_at":"2023-02-08T22:17:19.000Z","updated_at":"2025-03-22T18:08:59.000Z","dependencies_parsed_at":"2023-12-01T02:36:54.731Z","dependency_job_id":"5df59ccb-c4a4-4797-902f-dbad65055f2e","html_url":"https://github.com/ziglibs/diffz","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziglibs%2Fdiffz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziglibs%2Fdiffz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziglibs%2Fdiffz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziglibs%2Fdiffz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ziglibs","download_url":"https://codeload.github.com/ziglibs/diffz/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251799381,"owners_count":21645790,"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":[],"created_at":"2024-08-03T04:01:02.669Z","updated_at":"2025-04-30T23:30:53.907Z","avatar_url":"https://github.com/ziglibs.png","language":"Zig","funding_links":[],"categories":["Libraries"],"sub_categories":[],"readme":"# diffz\n\nAn implementation of Google's diff-match-patch.\n\nCurrently implemented:\n\n- [x] Diff\n- [ ] Match\n- [ ] Patch\n\n## Installation\n\n\u003e [!NOTE]\n\u003e The minimum supported Zig version is `0.14.0`.\n\n```bash\n# Initialize a `zig build` project if you haven't already\nzig init\n# Add the `diffz` package to your `build.zig.zon`\nzig fetch --save git+https://github.com/ziglibs/diffz.git\n```\n\nYou can then import `diffz` in your `build.zig` with:\n\n```zig\nconst diffz = b.dependency(\"diffz\", .{});\nconst exe = b.addExecutable(...);\nexe.root_module.addImport(\"diffz\", diffz.module(\"diffz\"));\n```\n\n## License\n\nThis library is based off of https://github.com/google/diff-match-patch, which is licensed under the [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0). This library itself is licensed under the MIT License, see `LICENSE`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fziglibs%2Fdiffz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fziglibs%2Fdiffz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fziglibs%2Fdiffz/lists"}