From 8245d05c468a5835c431ade8fd71edcfe9e434fc Mon Sep 17 00:00:00 2001
From: Steven Le Rouzic <steven.lerouzic@gmail.com>
Date: Wed, 4 Jun 2025 21:49:30 +0200
Subject: Add Hedron Vision's bazel-compile-commands-extractor

---
 modules/hedron_compile_commands/0.1.0/MODULE.bazel | 6 ++++++
 modules/hedron_compile_commands/0.1.0/source.json  | 4 ++++
 2 files changed, 10 insertions(+)
 create mode 100644 modules/hedron_compile_commands/0.1.0/MODULE.bazel
 create mode 100644 modules/hedron_compile_commands/0.1.0/source.json

(limited to 'modules/hedron_compile_commands')

diff --git a/modules/hedron_compile_commands/0.1.0/MODULE.bazel b/modules/hedron_compile_commands/0.1.0/MODULE.bazel
new file mode 100644
index 0000000..97a2f6c
--- /dev/null
+++ b/modules/hedron_compile_commands/0.1.0/MODULE.bazel
@@ -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")
diff --git a/modules/hedron_compile_commands/0.1.0/source.json b/modules/hedron_compile_commands/0.1.0/source.json
new file mode 100644
index 0000000..86914d9
--- /dev/null
+++ b/modules/hedron_compile_commands/0.1.0/source.json
@@ -0,0 +1,4 @@
+{
+  "url": "https://bazel.stevenlr.com/blobs/hedron_compile_commands/0.1.0-D2dnJovh87.tar.gz",
+  "integrity": "sha256-D2dnJovh87JADnJlWh/f1BHsHKLbeTiph+uEIqpQRuk="
+}
\ No newline at end of file
-- 
cgit