2025-03-07 12:32:42 +00:00

29 lines
1007 B
JSON

{
"version": "0.14.0",
"description": "Zig language LSP server",
"homepage": "https://github.com/zigtools/zls",
"license": "MIT",
"architecture": {
"32bit": {
"url": "https://github.com/zigtools/zls/releases/download/0.14.0/zls-x86-windows.zip",
"hash": "6c2d907830768f69a6296a6794da419597cb08d796243cf81e95452124649252"
},
"64bit": {
"url": "https://github.com/zigtools/zls/releases/download/0.14.0/zls-x86_64-windows.zip",
"hash": "10bb73102bab4d2fa9fd00ef48ad84ff2332b91e7fc449de751676367fe7dfd2"
}
},
"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"
}
}
}
}