2023-11-23 12:30:08 +00:00

26 lines
836 B
JSON

{
"version": "17.0.3",
"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/17.0.3/clangd-windows-17.0.3.zip",
"hash": "be2e387544df97a36cdba9325562a9695c22af7a8abcbcb0dec0e73ed9ad8127",
"extract_dir": "clangd_17.0.3"
}
},
"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"
}
}
}
}