{"id":30069251,"url":"https://github.com/zigtools/lsp-kit","last_synced_at":"2025-08-08T11:07:25.676Z","repository":{"id":117473529,"uuid":"497808643","full_name":"zigtools/lsp-kit","owner":"zigtools","description":"The necessary building blocks to develop LSP implementations in Zig.","archived":false,"fork":false,"pushed_at":"2025-07-21T11:14:40.000Z","size":289,"stargazers_count":68,"open_issues_count":0,"forks_count":17,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-08-02T04:53:12.812Z","etag":null,"topics":["lsp","zig","zig-package"],"latest_commit_sha":null,"homepage":"https://zigtools.github.io/lsp-kit/","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/zigtools.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},"funding":{"github":"zigtools","open_collective":"zigtools"}},"created_at":"2022-05-30T05:57:32.000Z","updated_at":"2025-08-01T02:45:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"f43699c3-b133-46c0-b7a8-13931c66d8e7","html_url":"https://github.com/zigtools/lsp-kit","commit_stats":{"total_commits":116,"total_committers":7,"mean_commits":"16.571428571428573","dds":0.4482758620689655,"last_synced_commit":"6b34887189def7c859307f4a9fc436bc5f2f04c9"},"previous_names":["zigtools/lsp-kit"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zigtools/lsp-kit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zigtools%2Flsp-kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zigtools%2Flsp-kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zigtools%2Flsp-kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zigtools%2Flsp-kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zigtools","download_url":"https://codeload.github.com/zigtools/lsp-kit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zigtools%2Flsp-kit/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268427087,"owners_count":24248763,"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-08-02T02:00:12.353Z","response_time":74,"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":["lsp","zig","zig-package"],"created_at":"2025-08-08T11:07:21.113Z","updated_at":"2025-08-08T11:07:25.671Z","avatar_url":"https://github.com/zigtools.png","language":"Zig","readme":"[![CI](https://github.com/zigtools/lsp-kit/actions/workflows/main.yml/badge.svg)](https://github.com/zigtools/lsp-kit/actions)\n[![codecov](https://codecov.io/gh/zigtools/lsp-kit/graph/badge.svg?token=C3HCN59E4C)](https://codecov.io/gh/zigtools/lsp-kit)\n[![Documentation](https://badgen.net/badge/icon/Docs?icon=wiki\u0026label)](https://zigtools.github.io/lsp-kit)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\n# Zig LSP Kit\n\nProvides the necessary building blocks to develop Language Server Protocol implementations in Zig.\n\n# Installation\n\n\u003e [!NOTE]\n\u003e The default branch requires Zig `0.15.0-dev.1160+e43617e68` or later. Checkout the `0.14.x` branch when using Zig 0.14\n\n```bash\n# Initialize a `zig build` project if you haven't already\nzig init\n# Add the `lsp_kit` package to your `build.zig.zon`\nzig fetch --save git+https://github.com/zigtools/lsp-kit.git\n```\n\nYou can then import the `lsp` module in your `build.zig` with:\n\n```zig\nconst lsp = b.dependency(\"lsp_kit\", .{}).module(\"lsp\");\nconst exe = b.addExecutable(...);\nexe.root_module.addImport(\"lsp\", lsp);\n```\n","funding_links":["https://github.com/sponsors/zigtools","https://opencollective.com/zigtools"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzigtools%2Flsp-kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzigtools%2Flsp-kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzigtools%2Flsp-kit/lists"}