diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-06-04 21:49:30 +0200 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-06-04 21:51:43 +0200 |
commit | 8245d05c468a5835c431ade8fd71edcfe9e434fc (patch) | |
tree | c66f8073aebd20b5c10ec794b61f1e20b43db24f /modules | |
parent | e305754990234619d2c870b517555d99e4717522 (diff) |
Diffstat (limited to 'modules')
-rw-r--r-- | modules/hedron_compile_commands/0.1.0/MODULE.bazel | 6 | ||||
-rw-r--r-- | modules/hedron_compile_commands/0.1.0/source.json | 4 |
2 files changed, 10 insertions, 0 deletions
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 |