2025-12-05 04:30:39 +00:00

29 lines
1007 B
JSON

{
"version": "0.15.1",
"description": "Zig language LSP server",
"homepage": "https://github.com/zigtools/zls",
"license": "MIT",
"architecture": {
"32bit": {
"url": "https://github.com/zigtools/zls/releases/download/0.15.1/zls-x86-windows.zip",
"hash": "31fef25b6a398d41e59ee12ed176e7b5deeb769d12dcba2aac492907da62389d"
},
"64bit": {
"url": "https://github.com/zigtools/zls/releases/download/0.15.1/zls-x86_64-windows.zip",
"hash": "41b20c8e2952c95385ce316c3e8000178a6deb4857893f2f6d8078b1453c0f54"
}
},
"bin": "zls.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"32bit": {
"url": "https://github.com/zigtools/zls/releases/download/$version/zls-x86-windows.zip"
},
"64bit": {
"url": "https://github.com/zigtools/zls/releases/download/$version/zls-x86_64-windows.zip"
}
}
}
}