{"id":19252461,"url":"https://github.com/zigtools/zig-lsp-codegen","last_synced_at":"2025-04-21T13:31:02.437Z","repository":{"id":117473529,"uuid":"497808643","full_name":"zigtools/zig-lsp-codegen","owner":"zigtools","description":"LSP codegen based on the MetaModel","archived":false,"fork":false,"pushed_at":"2025-04-06T17:53:14.000Z","size":236,"stargazers_count":34,"open_issues_count":1,"forks_count":13,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-04-13T09:37:35.855Z","etag":null,"topics":["lsp","zig","zig-package"],"latest_commit_sha":null,"homepage":"https://zigtools.github.io/zig-lsp-codegen/","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},"funding":{"github":"zigtools","open_collective":"zigtools"}},"created_at":"2022-05-30T05:57:32.000Z","updated_at":"2025-04-08T16:58:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"f43699c3-b133-46c0-b7a8-13931c66d8e7","html_url":"https://github.com/zigtools/zig-lsp-codegen","commit_stats":{"total_commits":116,"total_committers":7,"mean_commits":"16.571428571428573","dds":0.4482758620689655,"last_synced_commit":"6b34887189def7c859307f4a9fc436bc5f2f04c9"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zigtools%2Fzig-lsp-codegen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zigtools%2Fzig-lsp-codegen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zigtools%2Fzig-lsp-codegen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zigtools%2Fzig-lsp-codegen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zigtools","download_url":"https://codeload.github.com/zigtools/zig-lsp-codegen/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250064589,"owners_count":21368933,"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":["lsp","zig","zig-package"],"created_at":"2024-11-09T18:27:04.727Z","updated_at":"2025-04-21T13:31:02.432Z","avatar_url":"https://github.com/zigtools.png","language":"Zig","funding_links":["https://github.com/sponsors/zigtools","https://opencollective.com/zigtools"],"categories":[],"sub_categories":[],"readme":"[![CI](https://github.com/zigtools/zig-lsp-codegen/actions/workflows/main.yml/badge.svg)](https://github.com/zigtools/zig-lsp-codegen/actions)\n[![codecov](https://codecov.io/gh/zigtools/zig-lsp-codegen/graph/badge.svg?token=C3HCN59E4C)](https://codecov.io/gh/zigtools/zig-lsp-codegen)\n[![Documentation](https://badgen.net/badge/icon/Docs?icon=wiki\u0026label)](https://zigtools.github.io/zig-lsp-codegen)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\n# Zig LSP Codegen\n\nGenerates `std.json` compatible Zig code based on the official [LSP MetaModel](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#metaModel)\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 `lsp_codegen` package to your `build.zig.zon`\nzig fetch --save git+https://github.com/zigtools/zig-lsp-codegen.git\n```\n\nYou can then import `lsp_codegen` in your `build.zig` with:\n\n```zig\nconst lsp_codegen = b.dependency(\"lsp_codegen\", .{});\nconst exe = b.addExecutable(...);\nexe.root_module.addImport(\"lsp\", lsp_codegen.module(\"lsp\"));\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzigtools%2Fzig-lsp-codegen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzigtools%2Fzig-lsp-codegen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzigtools%2Fzig-lsp-codegen/lists"}