2022-12-06 20:29:32 +00:00

26 lines
836 B
JSON

{
"version": "15.0.6",
"description": "Language server for C/C++, by the LLVM project",
"homepage": "https://clangd.llvm.org/",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/clangd/clangd/releases/download/15.0.6/clangd-windows-15.0.6.zip",
"hash": "b0b39c862d1546856e7b9816bba791326aae81587b57fef31f1a098957f1eebc",
"extract_dir": "clangd_15.0.6"
}
},
"bin": "bin\\clangd.exe",
"checkver": {
"github": "https://github.com/clangd/clangd"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/clangd/clangd/releases/download/$version/clangd-windows-$version.zip",
"extract_dir": "clangd_$version"
}
}
}
}