2022-10-21 04:47:03 +00:00

26 lines
836 B
JSON

{
"version": "15.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/15.0.3/clangd-windows-15.0.3.zip",
"hash": "1748eb301729490c9d7c55f48d8b02d56c1ff8d038ec7fd6e8dc93834642c45a",
"extract_dir": "clangd_15.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"
}
}
}
}