Add Hedron Vision's bazel-compile-commands-extractor
This commit is contained in:
6
modules/hedron_compile_commands/0.1.0/MODULE.bazel
Normal file
6
modules/hedron_compile_commands/0.1.0/MODULE.bazel
Normal file
@ -0,0 +1,6 @@
|
||||
module(name = "hedron_compile_commands", version = "0.1.0")
|
||||
|
||||
p = use_extension("//:workspace_setup.bzl", "hedron_compile_commands_extension")
|
||||
pt = use_extension("//:workspace_setup_transitive.bzl", "hedron_compile_commands_extension")
|
||||
ptt = use_extension("//:workspace_setup_transitive_transitive.bzl", "hedron_compile_commands_extension")
|
||||
pttt = use_extension("//:workspace_setup_transitive_transitive_transitive.bzl", "hedron_compile_commands_extension")
|
4
modules/hedron_compile_commands/0.1.0/source.json
Normal file
4
modules/hedron_compile_commands/0.1.0/source.json
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"url": "https://bazel.stevenlr.com/blobs/hedron_compile_commands/0.1.0-D2dnJovh87.tar.gz",
|
||||
"integrity": "sha256-D2dnJovh87JADnJlWh/f1BHsHKLbeTiph+uEIqpQRuk="
|
||||
}
|
Reference in New Issue
Block a user