Add Hedron Vision's bazel-compile-commands-extractor

This commit is contained in:
2025-06-04 21:49:30 +02:00
parent e305754990
commit 8245d05c46
2 changed files with 10 additions and 0 deletions

View 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")

View 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="
}