{"id":48569902,"url":"https://github.com/webrpc/ridl-lsp","last_synced_at":"2026-04-08T14:08:12.219Z","repository":{"id":344781519,"uuid":"1183072605","full_name":"webrpc/ridl-lsp","owner":"webrpc","description":"Language Server for RIDL","archived":false,"fork":false,"pushed_at":"2026-03-30T19:46:19.000Z","size":220,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-03-30T20:06:30.667Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/webrpc.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-16T08:45:01.000Z","updated_at":"2026-03-30T19:46:11.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/webrpc/ridl-lsp","commit_stats":null,"previous_names":["webrpc/ridl-lsp"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/webrpc/ridl-lsp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webrpc%2Fridl-lsp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webrpc%2Fridl-lsp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webrpc%2Fridl-lsp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webrpc%2Fridl-lsp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webrpc","download_url":"https://codeload.github.com/webrpc/ridl-lsp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webrpc%2Fridl-lsp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31558452,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T10:21:54.569Z","status":"ssl_error","status_checked_at":"2026-04-08T10:21:38.171Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2026-04-08T14:08:11.469Z","updated_at":"2026-04-08T14:08:12.210Z","avatar_url":"https://github.com/webrpc.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RIDL LSP\n\nThis repository hosts a standalone Go language server for webrpc RIDL files.\n\nThe initial layout is intentionally small:\n\n```text\n.\n├── cmd/ridl-lsp\n│   └── main.go\n├── internal/documents\n│   └── store.go\n├── internal/lsp\n│   ├── server.go\n│   └── stubs.go\n├── internal/ridl\n│   └── parser.go\n├── internal/workspace\n│   └── manager.go\n└── go.mod\n```\n\nThe package split follows the shape we want for a RIDL-specific server:\n\n- `cmd/ridl-lsp`: binary entrypoint and transport wiring.\n- `internal/lsp`: LSP method handlers and capability declarations.\n- `internal/documents`: open-document state, versions, and in-memory overlays.\n- `internal/workspace`: workspace root management and path helpers.\n- `internal/ridl`: parser and semantic-analysis boundary for RIDL-specific logic.\n\nThis is meant to stay closer to a focused custom-language server such as `sqls`\nthan to the much heavier `gopls` architecture. If we need snapshots, indexing,\nor background analysis later, we can grow into that deliberately.\n\nCurrent assumption:\n\n- module path: `github.com/webrpc/ridl-lsp`\n\nIf you want a different repo/module name, we should rename it early before we\nstart adding imports across packages.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebrpc%2Fridl-lsp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebrpc%2Fridl-lsp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebrpc%2Fridl-lsp/lists"}