From 0285ff0a1ba8aaa3dbcb71a64d929fe122a5068a Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Tue, 15 Jul 2025 00:07:11 +0200 Subject: [PATCH] Add asl 0.5.1 --- modules/asl/0.5.1/MODULE.bazel | 21 +++++++++++++++++++++ modules/asl/0.5.1/source.json | 5 +++++ 2 files changed, 26 insertions(+) create mode 100644 modules/asl/0.5.1/MODULE.bazel create mode 100644 modules/asl/0.5.1/source.json diff --git a/modules/asl/0.5.1/MODULE.bazel b/modules/asl/0.5.1/MODULE.bazel new file mode 100644 index 0000000..87db349 --- /dev/null +++ b/modules/asl/0.5.1/MODULE.bazel @@ -0,0 +1,21 @@ +# Copyright 2025 Steven Le Rouzic +# +# SPDX-License-Identifier: BSD-3-Clause + +module(name = "asl", version = "0.5.1") + +bazel_dep(name = "platforms", version = "0.0.11") +bazel_dep(name = "rules_license", version = "1.0.0") + +bazel_dep(name = "rules_cc", version = "0.1.1") + +bazel_dep(name = "hedron_compile_commands", version = "0.1.0", dev_dependency = True) + +bazel_dep(name = "rules_python", version = "1.3.0") +python = use_extension("@rules_python//python/extensions:python.bzl", "python") +python.toolchain(python_version = "3.13", is_default = True) + +clang_toolchain = use_extension("//bazel/clang_toolchain:config_detection.bzl", "clang_toolchain") +use_repo(clang_toolchain, "clang_toolchain") +register_toolchains("@clang_toolchain//:all") + diff --git a/modules/asl/0.5.1/source.json b/modules/asl/0.5.1/source.json new file mode 100644 index 0000000..45977cb --- /dev/null +++ b/modules/asl/0.5.1/source.json @@ -0,0 +1,5 @@ +{ + "url": "https://bazel.stevenlr.com/blobs/asl/0.5.1-9zse0c0Cio.tar.gz", + "integrity": "sha256-9zse0c0CioA5Fw9yxWINFJ6PcWcbL8u11R0RbZ7mAD0=", + "strip_prefix": "asl" +} \ No newline at end of file