2022-05-06 12:33:14 +00:00

26 lines
836 B
JSON

{
"version": "14.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/14.0.3/clangd-windows-14.0.3.zip",
"hash": "c458945838573a958e4dffb1b7da83a0b461cdd71e1a165320d02c8d13b0c7f8",
"extract_dir": "clangd_14.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"
}
}
}
}