From 75027a0cd835073be1f45fe333f431c766aac720 Mon Sep 17 00:00:00 2001 From: Thomas Date: Fri, 10 May 2024 11:06:57 +0100 Subject: [PATCH 1/2] feat: remote-execution --- .bazelrc.ci | 38 +- .gitlab-ci.yml | 25 +- MODULE.bazel | 4 +- MODULE.bazel.lock | 7816 ++++--------------------------- e2e/.bazelrc | 3 - e2e/.bazelrc.ci | 38 +- e2e/MODULE.bazel | 2 +- e2e/MODULE.bazel.lock | 4551 +++++++----------- zstd/toolchain/zstd/BUILD.bazel | 2 +- 9 files changed, 2723 insertions(+), 9756 deletions(-) diff --git a/.bazelrc.ci b/.bazelrc.ci index 63f32e6..045e1ab 100644 --- a/.bazelrc.ci +++ b/.bazelrc.ci @@ -16,6 +16,9 @@ common --show_timestamps # Do not wrap any output common --terminal_columns=0 +# Print relative paths where possible to reduce noise +common --attempt_to_print_relative_paths + # Output as much information in the CI log about failures as possible build --verbose_failures @@ -26,5 +29,36 @@ test --test_output=errors test --test_verbose_timeout_warnings # These locations are cached on the CI -build --disk_cache=${CI_PROJECT_DIR}/.cache/bazel/disk -build --repository_cache=${CI_PROJECT_DIR}/.cache/bazel/repo +build:local --disk_cache=${CI_PROJECT_DIR}/.cache/bazel/disk +build:local --repository_cache=${CI_PROJECT_DIR}/.cache/bazel/repo + +# Use remote cache/execution for our builds +build:remote --remote_executor=${CI_REMOTE_EXECUTOR} +build:remote --remote_cache=${CI_REMOTE_CACHE} +build:remote --remote_timeout=3600 +build:remote --remote_header=${CI_REMOTE_HEADER} +build:remote --experimental_remote_cache_compression +build:remote --jobs=${CI_REMOTE_JOBS} + +# Upload results to the Build Event Service +build:remote --bes_results_url=${CI_BES_RESULTS_URL} +build:remote --bes_backend=${CI_BES_BACKEND} + +# Add build metadata +build:remote --build_metadata=REPO_URL=${CI_PROJECT_URL} +build:remote --build_metadata=BRANCH_NAME=${CI_COMMIT_REF_NAME} +build:remote --build_metadata=COMMIT_SHA=${CI_COMMIT_SHA} +build:remote --build_metadata=HOST=${CI_SERVER_HOST} +build:remote --build_metadata=ROLE=CI +build:remote --build_metadata=USER=gitlab-ci + +# Provide detailed timing information to the remote executor +build:remote --noslim_profile +build:remote --experimental_profile_include_target_label +build:remote --experimental_profile_include_primary_output + +# Eliminate duplicate references in the Build Event Stream +build:remote --nolegacy_important_outputs + +# TODO: remove this when `bazel/ape` binaries work on remote execution `arm64` instances +build:remote --host_platform=@toolchain_utils//toolchain/platform:amd64-linux-gnu diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 27e708d..33095a5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,19 @@ include: - - component: "${CI_SERVER_HOST}/ci/component/bazelisk/bazelisk@v1.0.0-beta.2" + - component: "${CI_SERVER_HOST}/ci/component/bazelisk/bazelisk@v1.0.0-beta.3" + inputs: + variables: | + CI_PROJECT_DIR + CI_PROJECT_ID + CI_REMOTE_EXECUTOR + CI_REMOTE_CACHE + CI_REMOTE_HEADER + CI_REMOTE_JOBS + CI_BES_RESULTS_URL + CI_BES_BACKEND + CI_PROJECT_URL + CI_COMMIT_REF_NAME + CI_COMMIT_SHA + CI_SERVER_HOST default: tags: @@ -10,8 +24,13 @@ test: parallel: matrix: - ROOT: - - . - - e2e + - . + - e2e + CONFIG: + - local + - remote + script: + - cd "${ROOT}"; bazelisk test --config="${CONFIG}" //... # TODO: switch this out for `rules_semantic_release` semantic-release: diff --git a/MODULE.bazel b/MODULE.bazel index 0518faa..b9c145a 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -8,8 +8,8 @@ module( bazel_dep(name = "bazel_skylib", version = "1.5.0") bazel_dep(name = "aspect_bazel_lib", version = "2.7.0") -bazel_dep(name = "toolchain_utils", version = "1.0.0-beta.6") -bazel_dep(name = "ape", version = "1.0.0-beta.2") +bazel_dep(name = "toolchain_utils", version = "1.0.0-beta.9") +bazel_dep(name = "ape", version = "1.0.0-beta.6") export = use_extension("@toolchain_utils//toolchain/export:defs.bzl", "toolchain_export") use_repo(export, "ape-zstd") diff --git a/MODULE.bazel.lock b/MODULE.bazel.lock index dfea99f..05729d0 100644 --- a/MODULE.bazel.lock +++ b/MODULE.bazel.lock @@ -1,6 +1,6 @@ { "lockFileVersion": 3, - "moduleFileHash": "f66737a48ba6f0f32abb21bd6851a65897a730baec2e833d486ccd709138d167", + "moduleFileHash": "770d5957a86e3e6c5168c1990f9e9224f170f72e54edba6fb9b2727206609b62", "flags": { "cmdRegistries": [ "https://bcr.bazel.build/" @@ -93,8 +93,8 @@ "deps": { "bazel_skylib": "bazel_skylib@1.5.0", "aspect_bazel_lib": "aspect_bazel_lib@2.7.0", - "toolchain_utils": "toolchain_utils@1.0.0-beta.6", - "ape": "ape@1.0.0-beta.2", + "toolchain_utils": "toolchain_utils@1.0.0-beta.9", + "ape": "ape@1.0.0-beta.6", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" } @@ -278,10 +278,10 @@ } } }, - "toolchain_utils@1.0.0-beta.6": { + "toolchain_utils@1.0.0-beta.9": { "name": "toolchain_utils", - "version": "1.0.0-beta.6", - "key": "toolchain_utils@1.0.0-beta.6", + "version": "1.0.0-beta.9", + "key": "toolchain_utils@1.0.0-beta.9", "repoName": "toolchain_utils", "executionPlatformsToRegister": [], "toolchainsToRegister": [], @@ -289,9 +289,9 @@ { "extensionBzlFile": "//:MODULE.bazel", "extensionName": "_repo_rules", - "usingModule": "toolchain_utils@1.0.0-beta.6", + "usingModule": "toolchain_utils@1.0.0-beta.9", "location": { - "file": "https://bcr.bazel.build/modules/toolchain_utils/1.0.0-beta.6/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/toolchain_utils/1.0.0-beta.9/MODULE.bazel", "line": 0, "column": 0 }, @@ -308,7 +308,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/toolchain_utils/1.0.0-beta.6/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/toolchain_utils/1.0.0-beta.9/MODULE.bazel", "line": 15, "column": 8 } @@ -320,7 +320,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/toolchain_utils/1.0.0-beta.6/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/toolchain_utils/1.0.0-beta.9/MODULE.bazel", "line": 21, "column": 9 } @@ -340,31 +340,33 @@ "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "toolchain_utils~1.0.0-beta.6", + "name": "toolchain_utils~1.0.0-beta.9", "urls": [ - "https://gitlab.arm.com/bazel/toolchain_utils/-/releases/v1.0.0-beta.6/downloads/src.tar.gz" + "https://gitlab.arm.com/bazel/toolchain_utils/-/releases/v1.0.0-beta.9/downloads/src.tar.gz" ], - "integrity": "sha512-NX3FB0+TBG5SBsd8xdXYgpvPC1yj5oRjpyP9DEUAjTaFXgLEW4jO6rrV0E2yIhl/tXS6IZuiP34jAC2Cuef/Ag==", - "strip_prefix": "toolchain_utils-v1.0.0-beta.6", + "integrity": "sha512-H48NSkoptDhNCzbWw/IRThAGL0z+iL6xP1Q+kw6uxsbT8CNXNyBcYuihQCpRuJC8tgBOXyOIXbSu7df6BRYz7w==", + "strip_prefix": "toolchain_utils-v1.0.0-beta.9", "remote_patches": {}, "remote_patch_strip": 0 } } }, - "ape@1.0.0-beta.2": { + "ape@1.0.0-beta.6": { "name": "ape", - "version": "1.0.0-beta.2", - "key": "ape@1.0.0-beta.2", + "version": "1.0.0-beta.6", + "key": "ape@1.0.0-beta.6", "repoName": "ape", "executionPlatformsToRegister": [], - "toolchainsToRegister": [], + "toolchainsToRegister": [ + "//ape/toolchain/..." + ], "extensionUsages": [ { "extensionBzlFile": "//:MODULE.bazel", "extensionName": "_repo_rules", - "usingModule": "ape@1.0.0-beta.2", + "usingModule": "ape@1.0.0-beta.6", "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", "line": 0, "column": 0 }, @@ -378,6 +380,7 @@ "ape-x86_64.macho": "ape-x86_64.macho", "ape.pe": "ape.pe", "launcher": "launcher", + "resolved-ape": "resolved-ape", "cosmos-awk": "cosmos-awk", "awk": "awk", "cosmos-b2sum": "cosmos-b2sum", @@ -709,7 +712,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", "line": 17, "column": 17 } @@ -724,7 +727,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", "line": 36, "column": 7 } @@ -743,7 +746,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", "line": 45, "column": 14 } @@ -760,7 +763,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", "line": 58, "column": 8 } @@ -779,7 +782,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", "line": 66, "column": 18 } @@ -798,7 +801,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", "line": 66, "column": 18 } @@ -817,7 +820,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", "line": 66, "column": 18 } @@ -829,7 +832,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", "line": 85, "column": 3 } @@ -848,11 +851,24 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", "line": 87, "column": 7 } }, + { + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", + "attributeValues": { + "toolchain_type": "//ape/toolchain/ape:type", + "name": "resolved-ape" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 100, + "column": 9 + } + }, { "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { @@ -867,8 +883,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -880,8 +896,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -899,8 +915,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -912,8 +928,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -931,8 +947,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -944,8 +960,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -963,8 +979,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -976,8 +992,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -995,8 +1011,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -1008,8 +1024,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -1027,8 +1043,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -1040,8 +1056,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -1059,8 +1075,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -1072,8 +1088,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -1091,8 +1107,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -1104,8 +1120,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -1123,8 +1139,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -1136,8 +1152,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -1155,8 +1171,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -1168,8 +1184,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -1187,8 +1203,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -1200,8 +1216,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -1219,8 +1235,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -1232,8 +1248,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -1251,8 +1267,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -1264,8 +1280,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -1283,8 +1299,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -1296,8 +1312,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -1315,8 +1331,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -1328,8 +1344,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -1347,8 +1363,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -1360,8 +1376,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -1379,8 +1395,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -1392,8 +1408,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -1411,8 +1427,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -1424,8 +1440,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -1443,8 +1459,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -1456,8 +1472,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -1475,8 +1491,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -1488,8 +1504,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -1507,8 +1523,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -1520,8 +1536,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -1539,8 +1555,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -1552,8 +1568,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -1571,8 +1587,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -1584,8 +1600,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -1603,8 +1619,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -1616,8 +1632,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -1635,8 +1651,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -1648,8 +1664,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -1667,8 +1683,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -1680,8 +1696,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -1699,8 +1715,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -1712,8 +1728,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -1731,8 +1747,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -1744,8 +1760,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -1763,8 +1779,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -1776,8 +1792,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -1795,8 +1811,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -1808,8 +1824,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -1827,8 +1843,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -1840,8 +1856,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -1859,8 +1875,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -1872,8 +1888,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -1891,8 +1907,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -1904,8 +1920,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -1923,8 +1939,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -1936,8 +1952,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -1955,8 +1971,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -1968,8 +1984,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -1987,8 +2003,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -2000,8 +2016,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -2019,8 +2035,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -2032,8 +2048,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -2051,8 +2067,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -2064,8 +2080,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -2083,8 +2099,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -2096,8 +2112,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -2115,8 +2131,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -2128,8 +2144,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -2147,8 +2163,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -2160,8 +2176,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -2179,8 +2195,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -2192,8 +2208,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -2211,8 +2227,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -2224,8 +2240,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -2243,8 +2259,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -2256,8 +2272,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -2275,8 +2291,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -2288,8 +2304,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -2307,8 +2323,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -2320,8 +2336,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -2339,8 +2355,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -2352,8 +2368,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -2371,8 +2387,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -2384,8 +2400,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -2403,8 +2419,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -2416,8 +2432,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -2435,8 +2451,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -2448,8 +2464,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -2467,8 +2483,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -2480,8 +2496,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -2499,8 +2515,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -2512,8 +2528,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -2531,8 +2547,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -2544,8 +2560,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -2563,8 +2579,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -2576,8 +2592,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -2595,8 +2611,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -2608,8 +2624,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -2627,8 +2643,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -2640,8 +2656,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -2659,8 +2675,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -2672,8 +2688,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -2691,8 +2707,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -2704,8 +2720,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -2723,8 +2739,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -2736,8 +2752,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -2755,8 +2771,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -2768,8 +2784,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -2787,8 +2803,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -2800,8 +2816,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -2819,8 +2835,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -2832,8 +2848,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -2851,8 +2867,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -2864,8 +2880,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -2883,8 +2899,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -2896,8 +2912,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -2915,8 +2931,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -2928,8 +2944,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -2947,8 +2963,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -2960,8 +2976,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -2979,8 +2995,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -2992,8 +3008,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3011,8 +3027,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3024,8 +3040,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3043,8 +3059,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3056,8 +3072,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3075,8 +3091,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3088,8 +3104,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3107,8 +3123,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3120,8 +3136,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3139,8 +3155,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3152,8 +3168,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3171,8 +3187,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3184,8 +3200,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3203,8 +3219,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3216,8 +3232,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3235,8 +3251,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3248,8 +3264,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3267,8 +3283,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3280,8 +3296,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3299,8 +3315,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3312,8 +3328,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3331,8 +3347,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3344,8 +3360,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3363,8 +3379,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3376,8 +3392,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3395,8 +3411,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3408,8 +3424,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3427,8 +3443,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3440,8 +3456,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3459,8 +3475,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3472,8 +3488,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3491,8 +3507,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3504,8 +3520,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3523,8 +3539,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3536,8 +3552,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3555,8 +3571,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3568,8 +3584,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3587,8 +3603,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3600,8 +3616,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3619,8 +3635,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3632,8 +3648,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3651,8 +3667,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3664,8 +3680,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3683,8 +3699,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3696,8 +3712,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3715,8 +3731,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3728,8 +3744,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3747,8 +3763,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3760,8 +3776,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3779,8 +3795,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3792,8 +3808,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3811,8 +3827,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3824,8 +3840,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3843,8 +3859,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3856,8 +3872,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3875,8 +3891,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3888,8 +3904,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3907,8 +3923,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3920,8 +3936,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3939,8 +3955,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3952,8 +3968,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3971,8 +3987,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3984,8 +4000,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4003,8 +4019,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4016,8 +4032,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4035,8 +4051,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4048,8 +4064,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4067,8 +4083,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4080,8 +4096,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4099,8 +4115,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4112,8 +4128,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4131,8 +4147,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4144,8 +4160,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4163,8 +4179,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4176,8 +4192,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4195,8 +4211,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4208,8 +4224,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4227,8 +4243,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4240,8 +4256,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4259,8 +4275,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4272,8 +4288,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4291,8 +4307,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4304,8 +4320,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4323,8 +4339,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4336,8 +4352,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4355,8 +4371,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4368,8 +4384,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4387,8 +4403,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4400,8 +4416,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4419,8 +4435,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4432,8 +4448,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4451,8 +4467,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4464,8 +4480,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4483,8 +4499,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4496,8 +4512,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4515,8 +4531,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4528,8 +4544,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4547,8 +4563,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4560,8 +4576,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4579,8 +4595,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4592,8 +4608,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4611,8 +4627,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4624,8 +4640,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4643,8 +4659,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4656,8 +4672,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4675,8 +4691,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4688,8 +4704,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4707,8 +4723,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4720,8 +4736,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4739,8 +4755,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4752,8 +4768,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4771,8 +4787,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4784,8 +4800,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4803,8 +4819,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4816,8 +4832,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4835,8 +4851,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4848,8 +4864,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4867,8 +4883,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4880,8 +4896,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4899,8 +4915,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4912,8 +4928,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4931,8 +4947,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4944,8 +4960,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4963,8 +4979,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4976,8 +4992,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4995,8 +5011,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5008,8 +5024,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5027,8 +5043,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5040,8 +5056,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5059,8 +5075,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5072,8 +5088,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5091,8 +5107,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5104,8 +5120,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5123,8 +5139,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5136,8 +5152,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5155,8 +5171,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5168,8 +5184,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5187,8 +5203,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5200,8 +5216,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5219,8 +5235,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5232,8 +5248,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5251,8 +5267,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5264,8 +5280,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5283,8 +5299,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5296,8 +5312,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5315,8 +5331,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5328,8 +5344,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5347,8 +5363,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5360,8 +5376,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5379,8 +5395,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5392,8 +5408,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5411,8 +5427,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5424,8 +5440,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5443,8 +5459,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5456,8 +5472,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5475,8 +5491,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5488,8 +5504,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5507,8 +5523,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5520,8 +5536,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5539,8 +5555,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5552,8 +5568,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5571,8 +5587,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5584,8 +5600,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5603,8 +5619,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5616,8 +5632,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5635,8 +5651,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5648,8 +5664,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5667,8 +5683,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5680,8 +5696,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5699,8 +5715,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5712,8 +5728,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5731,8 +5747,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5744,8 +5760,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5763,8 +5779,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5776,8 +5792,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } } @@ -5788,10 +5804,10 @@ { "extensionBzlFile": "@toolchain_utils//toolchain/export:defs.bzl", "extensionName": "toolchain_export", - "usingModule": "ape@1.0.0-beta.2", + "usingModule": "ape@1.0.0-beta.6", "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 100, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 109, "column": 23 }, "imports": {}, @@ -5805,8 +5821,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -5818,8 +5834,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -5831,8 +5847,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -5844,8 +5860,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -5857,8 +5873,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -5870,8 +5886,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -5883,8 +5899,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -5896,8 +5912,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -5909,8 +5925,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -5922,8 +5938,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -5935,8 +5951,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -5948,8 +5964,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -5961,8 +5977,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -5974,8 +5990,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -5987,8 +6003,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6000,8 +6016,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6013,8 +6029,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6026,8 +6042,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6039,8 +6055,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6052,8 +6068,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6065,8 +6081,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6078,8 +6094,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6091,8 +6107,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6104,8 +6120,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6117,8 +6133,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6130,8 +6146,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6143,8 +6159,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6156,8 +6172,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6169,8 +6185,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6182,8 +6198,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6195,8 +6211,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6208,8 +6224,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6221,8 +6237,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6234,8 +6250,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6247,8 +6263,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6260,8 +6276,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6273,8 +6289,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6286,8 +6302,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6299,8 +6315,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6312,8 +6328,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6325,8 +6341,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6338,8 +6354,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6351,8 +6367,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6364,8 +6380,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6377,8 +6393,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6390,8 +6406,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6403,8 +6419,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6416,8 +6432,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6429,8 +6445,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6442,8 +6458,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6455,8 +6471,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6468,8 +6484,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6481,8 +6497,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6494,8 +6510,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6507,8 +6523,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6520,8 +6536,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6533,8 +6549,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6546,8 +6562,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6559,8 +6575,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6572,8 +6588,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6585,8 +6601,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6598,8 +6614,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6611,8 +6627,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6624,8 +6640,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6637,8 +6653,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6650,8 +6666,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6663,8 +6679,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6676,8 +6692,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6689,8 +6705,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6702,8 +6718,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6715,8 +6731,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6728,8 +6744,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6741,8 +6757,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6754,8 +6770,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6767,8 +6783,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6780,8 +6796,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6793,8 +6809,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6806,8 +6822,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6819,8 +6835,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6832,8 +6848,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6845,8 +6861,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6858,8 +6874,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6871,8 +6887,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6884,8 +6900,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6897,8 +6913,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6910,8 +6926,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6923,8 +6939,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6936,8 +6952,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6949,8 +6965,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6962,8 +6978,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6975,8 +6991,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6988,8 +7004,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7001,8 +7017,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7014,8 +7030,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7027,8 +7043,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7040,8 +7056,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7053,8 +7069,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7066,8 +7082,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7079,8 +7095,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7092,8 +7108,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7105,8 +7121,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7118,8 +7134,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7131,8 +7147,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7144,8 +7160,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7157,8 +7173,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7170,8 +7186,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7183,8 +7199,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7196,8 +7212,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7209,8 +7225,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7222,8 +7238,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7235,8 +7251,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7248,8 +7264,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7261,8 +7277,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7274,8 +7290,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7287,8 +7303,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7300,8 +7316,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7313,8 +7329,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7326,8 +7342,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7339,8 +7355,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7352,8 +7368,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7365,8 +7381,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7378,8 +7394,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7391,8 +7407,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7404,8 +7420,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7417,8 +7433,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7430,8 +7446,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7443,8 +7459,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7456,8 +7472,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7469,8 +7485,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7482,8 +7498,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7495,8 +7511,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7508,8 +7524,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7521,8 +7537,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7534,8 +7550,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7547,8 +7563,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7560,8 +7576,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7573,8 +7589,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7586,8 +7602,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7599,8 +7615,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7612,8 +7628,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7625,8 +7641,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7638,8 +7654,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7651,8 +7667,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7664,8 +7680,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7677,8 +7693,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7690,8 +7706,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7703,8 +7719,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7716,8 +7732,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7729,8 +7745,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7742,8 +7758,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7755,8 +7771,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7768,8 +7784,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7781,8 +7797,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7794,8 +7810,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } } @@ -7805,7 +7821,7 @@ } ], "deps": { - "toolchain_utils": "toolchain_utils@1.0.0-beta.6", + "toolchain_utils": "toolchain_utils@1.0.0-beta.9", "download_utils": "download_utils@1.0.0-beta.2", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" @@ -7814,12 +7830,12 @@ "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "ape~1.0.0-beta.2", + "name": "ape~1.0.0-beta.6", "urls": [ - "https://gitlab.arm.com/bazel/ape/-/releases/v1.0.0-beta.2/downloads/src.tar.gz" + "https://gitlab.arm.com/bazel/ape/-/releases/v1.0.0-beta.6/downloads/src.tar.gz" ], - "integrity": "sha512-4jnRdiTg4j8/uS4aapdECEVWASWp7XjZYs8QyFETmHDyqJwCrTiJA3cSAq7sgn+nZxEfjV1imL+opNyNT+lRIg==", - "strip_prefix": "ape-v1.0.0-beta.2", + "integrity": "sha512-fZNOpj31MphsHbrPcS71rxq2vcGkLtiBB8hpTQkqrd4sHDhhjfi8ovi8YSQtC70lbyBKxZQ/htwrradnbB58kg==", + "strip_prefix": "ape-v1.0.0-beta.6", "remote_patches": {}, "remote_patch_strip": 0 } @@ -8442,5881 +8458,5 @@ } } }, - "moduleExtensions": { - "//:MODULE.bazel%_repo_rules": { - "general": { - "bzlTransitiveDigest": "6wiUQ6BX4aB2BSQ9e9cYos695XB0nVMS1OPcDJidNi0=", - "accumulatedFileDigests": {}, - "envVariables": {}, - "generatedRepoSpecs": { - "resolved-zstd": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/resolved:repository.bzl", - "ruleClassName": "resolved", - "attributes": { - "toolchain_type": "@@//zstd/toolchain/zstd:type", - "name": "_main~_repo_rules~resolved-zstd" - } - } - } - } - }, - "@@ape~1.0.0-beta.2//:MODULE.bazel%_repo_rules": { - "general": { - "bzlTransitiveDigest": "aSdGIqZyRrFBJSFK/xFGDoMbwh/GElfmZIpxY0pgDqE=", - "accumulatedFileDigests": {}, - "envVariables": {}, - "generatedRepoSpecs": { - "zig-0.11.0-arm64-darwin": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/archive:repository.bzl", - "ruleClassName": "archive", - "attributes": { - "srcs": [ - "entrypoint", - "zig" - ], - "integrity": "sha256-xuv5J7sTpwfXQmdHSp9VMnTmSQb9Ib8cdaIL3oyt97I=", - "links": { - "zig-macos-aarch64-0.11.0/zig": "zig", - "zig": "entrypoint" - }, - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/zig/0.11.0/zig-macos-aarch64-0.11.0.tar.xz", - "https://ziglang.org/download/0.11.0/zig-macos-aarch64-0.11.0.tar.xz" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~zig-0.11.0-arm64-darwin" - } - }, - "zig": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/local/select:repository.bzl", - "ruleClassName": "select", - "attributes": { - "map": { - "arm64-darwin": "@zig-0.11.0-arm64-darwin" - }, - "name": "ape~1.0.0-beta.2~_repo_rules~zig" - } - }, - "ape-m1.c": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": false, - "integrity": "sha256-siSN87YY1f4LMWIEe8OCycM+61MmIVRAczNhQ28umGo=", - "output": "ape-m1.c", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmos.zip/3.3.1/ape-m1.c", - "https://raw.githubusercontent.com/jart/cosmopolitan/3.3.3/ape/ape-m1.c" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~ape-m1.c" - } - }, - "ape-arm64.macho": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/compile:repository.bzl", - "ruleClassName": "compile", - "attributes": { - "srcs": [ - "@@ape~1.0.0-beta.2~_repo_rules~ape-m1.c//:ape-m1.c" - ], - "output": "ape", - "zig": "@@ape~1.0.0-beta.2~_repo_rules~zig//:entrypoint", - "name": "ape~1.0.0-beta.2~_repo_rules~ape-arm64.macho" - } - }, - "ape-arm64.elf": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-h3zL1GUkMGVCbLSjyrQ1GsrZGGSfhlZVa7YEiC7q0I8=", - "output": "ape", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/ape-arm64.elf", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/ape-arm64.elf" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~ape-arm64.elf" - } - }, - "ape-x86_64.elf": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-fBz4sk4bbdatfaOBcEXVgq2hRrTW7AxqRb6oMOOmX00=", - "output": "ape", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/ape-x86_64.elf", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/ape-x86_64.elf" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~ape-x86_64.elf" - } - }, - "ape-x86_64.macho": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-btvd3YJTsgZojeJJGIrf2OuFDpw9nxmEMleBS5NsWZg=", - "output": "ape", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/ape-x86_64.macho", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/ape-x86_64.macho" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~ape-x86_64.macho" - } - }, - "ape.pe": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/pe:repository.bzl", - "ruleClassName": "pe", - "attributes": { - "name": "ape~1.0.0-beta.2~_repo_rules~ape.pe" - } - }, - "launcher": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/local/select:repository.bzl", - "ruleClassName": "select", - "attributes": { - "map": { - "arm64-linux": "@ape-arm64.elf", - "amd64-linux": "@ape-x86_64.elf", - "amd64-darwin": "@ape-x86_64.macho", - "arm64-darwin": "@ape-arm64.macho", - "windows": "@ape.pe" - }, - "name": "ape~1.0.0-beta.2~_repo_rules~launcher" - } - }, - "cosmos-awk": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-S8i3mKq7mEtBZzo1Uu679YqnAWzkikcVdf4VqEqI070=", - "output": "awk", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/awk", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/awk" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-awk" - } - }, - "awk": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-awk//:awk", - "name": "ape~1.0.0-beta.2~_repo_rules~awk" - } - }, - "cosmos-b2sum": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-hybI849qLSwgx7YJkQn7jWLMnagPL2HjvrKm/piVuhs=", - "output": "b2sum", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/b2sum", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/b2sum" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-b2sum" - } - }, - "b2sum": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-b2sum//:b2sum", - "name": "ape~1.0.0-beta.2~_repo_rules~b2sum" - } - }, - "cosmos-base32": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-TZkpwZAqSQTHHcRwl88F8haL6d7vm8nzdB50IBU7Mlw=", - "output": "base32", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/base32", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/base32" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-base32" - } - }, - "base32": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-base32//:base32", - "name": "ape~1.0.0-beta.2~_repo_rules~base32" - } - }, - "cosmos-base64": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-5yuKsVWZrZm/uaI23z8UBm4KmrNy+V2iqP/yNIAfl00=", - "output": "base64", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/base64", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/base64" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-base64" - } - }, - "base64": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-base64//:base64", - "name": "ape~1.0.0-beta.2~_repo_rules~base64" - } - }, - "cosmos-basename": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-xKbtsOkcHIi9mW3aI1JGo9H3pqan8hBqfsPxoh3e32s=", - "output": "basename", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/basename", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/basename" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-basename" - } - }, - "basename": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-basename//:basename", - "name": "ape~1.0.0-beta.2~_repo_rules~basename" - } - }, - "cosmos-basenc": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-RWpNzGmO/BjqSz9l6DEdOhFX5qoo1iHDJR8sNiahPe0=", - "output": "basenc", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/basenc", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/basenc" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-basenc" - } - }, - "basenc": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-basenc//:basenc", - "name": "ape~1.0.0-beta.2~_repo_rules~basenc" - } - }, - "cosmos-bash": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-a5aWfQrsx8zogqy1WCJ/sYEaNlxBbsY9lZVf4VMYTT0=", - "output": "bash", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/bash", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/bash" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-bash" - } - }, - "bash": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-bash//:bash", - "name": "ape~1.0.0-beta.2~_repo_rules~bash" - } - }, - "cosmos-berry": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-9ZJIEqpYwPi0OqU7N8BSAOci5yKcdv9cBnD5ZGzkj8g=", - "output": "berry", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/berry", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/berry" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-berry" - } - }, - "berry": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-berry//:berry", - "name": "ape~1.0.0-beta.2~_repo_rules~berry" - } - }, - "cosmos-brotli": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-Tm3e9kratlJPUF8d/+fIGyjmeBjX7NAkYDyiL4ks2jM=", - "output": "brotli", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/brotli", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/brotli" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-brotli" - } - }, - "brotli": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-brotli//:brotli", - "name": "ape~1.0.0-beta.2~_repo_rules~brotli" - } - }, - "cosmos-bzip2": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-lqfcO/t/s5f19EUnnV/oijc+iBnvmyblMAEM7FrcRZU=", - "output": "bzip2", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/bzip2", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/bzip2" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-bzip2" - } - }, - "bzip2": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-bzip2//:bzip2", - "name": "ape~1.0.0-beta.2~_repo_rules~bzip2" - } - }, - "cosmos-cat": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-zn8YVGvKwuQoDg9YXAE+9nxYM4E8t004mwIyNrqVpbw=", - "output": "cat", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/cat", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/cat" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-cat" - } - }, - "cat": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-cat//:cat", - "name": "ape~1.0.0-beta.2~_repo_rules~cat" - } - }, - "cosmos-chcon": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-qoL4zarrnBVQ+V6+xYnH4XCv856fUS/RxwQuBUGRFks=", - "output": "chcon", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/chcon", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/chcon" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-chcon" - } - }, - "chcon": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-chcon//:chcon", - "name": "ape~1.0.0-beta.2~_repo_rules~chcon" - } - }, - "cosmos-chgrp": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-GoWZbn/c4+E+TQhqD6lIOMVWUDJnbp6Wk8SHU7zENoU=", - "output": "chgrp", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/chgrp", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/chgrp" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-chgrp" - } - }, - "chgrp": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-chgrp//:chgrp", - "name": "ape~1.0.0-beta.2~_repo_rules~chgrp" - } - }, - "cosmos-chown": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-LkN2ONSleTXKvpz/dYlk4m9UJRuCztov3+DlOEodXDE=", - "output": "chown", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/chown", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/chown" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-chown" - } - }, - "chown": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-chown//:chown", - "name": "ape~1.0.0-beta.2~_repo_rules~chown" - } - }, - "cosmos-chroot": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-jZbYqT/TwIpw6BO9FfJ3GxvklpKE0mBBXiNuGSbtsns=", - "output": "chroot", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/chroot", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/chroot" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-chroot" - } - }, - "chroot": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-chroot//:chroot", - "name": "ape~1.0.0-beta.2~_repo_rules~chroot" - } - }, - "cosmos-cksum": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-hfAnWqmktIYXHEiTaKWQL/fDXK7bnHQONkRKtaMd5J4=", - "output": "cksum", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/cksum", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/cksum" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-cksum" - } - }, - "cksum": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-cksum//:cksum", - "name": "ape~1.0.0-beta.2~_repo_rules~cksum" - } - }, - "cosmos-clang-format": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-t1/HDaTZ/klR+VFONNcqj5uxgIm37dafKu5Mp99ecVQ=", - "output": "clang-format", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/clang-format", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/clang-format" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-clang-format" - } - }, - "clang-format": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-clang-format//:clang-format", - "name": "ape~1.0.0-beta.2~_repo_rules~clang-format" - } - }, - "cosmos-cmp": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-8KPABEMCQeKSwHulagH5f382QOqkVpFp1Y3mohbcHk8=", - "output": "cmp", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/cmp", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/cmp" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-cmp" - } - }, - "cmp": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-cmp//:cmp", - "name": "ape~1.0.0-beta.2~_repo_rules~cmp" - } - }, - "cosmos-comm": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-uh4mLvzwY0QmCT32SRL/f0ubzXfszKpvb2ZtboQrNIA=", - "output": "comm", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/comm", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/comm" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-comm" - } - }, - "comm": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-comm//:comm", - "name": "ape~1.0.0-beta.2~_repo_rules~comm" - } - }, - "cosmos-cpuid": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-wAGvPA8axzW+XJ5w861q7IV518W7WMrZ/tbZ0Z78t1E=", - "output": "cpuid", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/cpuid", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/cpuid" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-cpuid" - } - }, - "cpuid": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-cpuid//:cpuid", - "name": "ape~1.0.0-beta.2~_repo_rules~cpuid" - } - }, - "cosmos-csplit": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-nLz8hfRVZDGz/UVq1/Ge0j4Q06eSLgLxu4aRexwEelA=", - "output": "csplit", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/csplit", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/csplit" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-csplit" - } - }, - "csplit": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-csplit//:csplit", - "name": "ape~1.0.0-beta.2~_repo_rules~csplit" - } - }, - "cosmos-ctags": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-x/101oqxSvgRoQ9N9+sZkuC7/tV+zVnId4Jo4gX5PIU=", - "output": "ctags", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/ctags", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/ctags" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-ctags" - } - }, - "ctags": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-ctags//:ctags", - "name": "ape~1.0.0-beta.2~_repo_rules~ctags" - } - }, - "cosmos-curl": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-54mSqLkXfwMSRZtPa2w2T8XuvE12o9QxJRQYmOGn1YY=", - "output": "curl", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/curl", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/curl" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-curl" - } - }, - "curl": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-curl//:curl", - "name": "ape~1.0.0-beta.2~_repo_rules~curl" - } - }, - "cosmos-cut": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-FDcHrxJ+CjkPOYFD/F7F9EOF93TKbU2/N7CHP8vte4I=", - "output": "cut", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/cut", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/cut" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-cut" - } - }, - "cut": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-cut//:cut", - "name": "ape~1.0.0-beta.2~_repo_rules~cut" - } - }, - "cosmos-dash": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-AMQZpQl5cfVZ/1vZAn/SnuSGC34CkfPMXA9tQixE/zM=", - "output": "dash", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/dash", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/dash" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-dash" - } - }, - "dash": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-dash//:dash", - "name": "ape~1.0.0-beta.2~_repo_rules~dash" - } - }, - "cosmos-datasette": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-hUDSYI+lpEhVX6zhFnNHu/N3bNfDeWSJQjkAzcoYCjA=", - "output": "datasette", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/datasette", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/datasette" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-datasette" - } - }, - "datasette": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-datasette//:datasette", - "name": "ape~1.0.0-beta.2~_repo_rules~datasette" - } - }, - "cosmos-date": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-uNP3r6CkyURYW7vH5rR/FXMQpoBgiyW2sTn6qUEs0ao=", - "output": "date", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/date", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/date" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-date" - } - }, - "date": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-date//:date", - "name": "ape~1.0.0-beta.2~_repo_rules~date" - } - }, - "cosmos-df": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-VtOW2S2dzEAwP/5B9Qj4u/qZndNCo0lJrSqWX7Sd6vo=", - "output": "df", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/df", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/df" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-df" - } - }, - "df": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-df//:df", - "name": "ape~1.0.0-beta.2~_repo_rules~df" - } - }, - "cosmos-dir": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-oNxnS6F4pCNMedClbW/NFRRbP1XAwsdZpGJ2VsXug0g=", - "output": "dir", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/dir", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/dir" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-dir" - } - }, - "dir": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-dir//:dir", - "name": "ape~1.0.0-beta.2~_repo_rules~dir" - } - }, - "cosmos-dircolors": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-ASzE+h3h/0XBA4vrOyPSKptSE0tJEpbfFtMN1nDhGa4=", - "output": "dircolors", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/dircolors", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/dircolors" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-dircolors" - } - }, - "dircolors": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-dircolors//:dircolors", - "name": "ape~1.0.0-beta.2~_repo_rules~dircolors" - } - }, - "cosmos-dirname": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-EMAAvhNKylQI5YR1O3P1locWiIUpclMesgKAu9UWNec=", - "output": "dirname", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/dirname", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/dirname" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-dirname" - } - }, - "dirname": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-dirname//:dirname", - "name": "ape~1.0.0-beta.2~_repo_rules~dirname" - } - }, - "cosmos-diff": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-1ZQPcT1/LLFKJRq8K1S7sICi4VumBRAt6FSVKejBDek=", - "output": "diff", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/diff", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/diff" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-diff" - } - }, - "diff": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-diff//:diff", - "name": "ape~1.0.0-beta.2~_repo_rules~diff" - } - }, - "cosmos-diff3": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-ncg5o4aApr13g34awJ1oI4zfr9WqTq4JKCkwBXbWmF4=", - "output": "diff3", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/diff3", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/diff3" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-diff3" - } - }, - "diff3": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-diff3//:diff3", - "name": "ape~1.0.0-beta.2~_repo_rules~diff3" - } - }, - "cosmos-du": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-XeQC8BcRZjuA+BCb+JRyRe+6wN3m3iVWZ7BIBF7guvA=", - "output": "du", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/du", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/du" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-du" - } - }, - "du": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-du//:du", - "name": "ape~1.0.0-beta.2~_repo_rules~du" - } - }, - "cosmos-emacs": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-DLJvKJfmHsrzgD7083fWvp3RFiUMvs3lvWk0xLH92z8=", - "output": "emacs", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/emacs", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/emacs" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-emacs" - } - }, - "emacs": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-emacs//:emacs", - "name": "ape~1.0.0-beta.2~_repo_rules~emacs" - } - }, - "cosmos-emacsclient": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-6hH6jn2pBX9VsoU4v3u3Xol4MR/6vskzIOwvOhMH5M4=", - "output": "emacsclient", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/emacsclient", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/emacsclient" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-emacsclient" - } - }, - "emacsclient": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-emacsclient//:emacsclient", - "name": "ape~1.0.0-beta.2~_repo_rules~emacsclient" - } - }, - "cosmos-env": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-Lm8iE0YBdvYwn4RMAyqiLWbVxqaEf2iNWilY3PPAGN4=", - "output": "env", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/env", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/env" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-env" - } - }, - "env": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-env//:env", - "name": "ape~1.0.0-beta.2~_repo_rules~env" - } - }, - "cosmos-expand": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-/hCOZX9bhwc5SjWQ9GIWwbcPCozCUWUKa/iuDv/ih2c=", - "output": "expand", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/expand", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/expand" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-expand" - } - }, - "expand": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-expand//:expand", - "name": "ape~1.0.0-beta.2~_repo_rules~expand" - } - }, - "cosmos-expr": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-31jw0oaJRgL3qHsBhGDc0TEuSNoAiBH8gyjzRzz87UE=", - "output": "expr", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/expr", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/expr" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-expr" - } - }, - "expr": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-expr//:expr", - "name": "ape~1.0.0-beta.2~_repo_rules~expr" - } - }, - "cosmos-factor": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-me2S4CN3G/KcERW/B86F9MbnvuQg4jaNPWoH4nUH7mk=", - "output": "factor", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/factor", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/factor" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-factor" - } - }, - "factor": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-factor//:factor", - "name": "ape~1.0.0-beta.2~_repo_rules~factor" - } - }, - "cosmos-false": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-KuxblC3tmFtyDjUcdGIag/UVdOGhvxtvrJkRrP6qyl4=", - "output": "false", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/false", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/false" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-false" - } - }, - "false": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-false//:false", - "name": "ape~1.0.0-beta.2~_repo_rules~false" - } - }, - "cosmos-find": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-7h4OC/Lz/iD7WkTxmvmSZOflw/E6gTMssKSz68qPCFw=", - "output": "find", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/find", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/find" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-find" - } - }, - "find": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-find//:find", - "name": "ape~1.0.0-beta.2~_repo_rules~find" - } - }, - "cosmos-fmt": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-DB2vUqeSnUryfZj+qibUGKMs4Abcz6qzM3w6lawptsM=", - "output": "fmt", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/fmt", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/fmt" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-fmt" - } - }, - "fmt": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-fmt//:fmt", - "name": "ape~1.0.0-beta.2~_repo_rules~fmt" - } - }, - "cosmos-fold": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-TdlGtv30nM28eoUXx9jjhAf7Zj834R0SHz0yfbcrWio=", - "output": "fold", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/fold", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/fold" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-fold" - } - }, - "fold": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-fold//:fold", - "name": "ape~1.0.0-beta.2~_repo_rules~fold" - } - }, - "cosmos-gmake": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-3J/jjvnCUMTfEyRc5RsxmVJw0jpSwmmzrEFO/u2/pQ8=", - "output": "gmake", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/gmake", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/gmake" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-gmake" - } - }, - "gmake": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-gmake//:gmake", - "name": "ape~1.0.0-beta.2~_repo_rules~gmake" - } - }, - "cosmos-greenbean": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-jZ4Oj9zhG/UUB2QmhMdDsx4fTdL8/0xvBCHOK/rGSys=", - "output": "greenbean", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/greenbean", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/greenbean" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-greenbean" - } - }, - "greenbean": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-greenbean//:greenbean", - "name": "ape~1.0.0-beta.2~_repo_rules~greenbean" - } - }, - "cosmos-grep": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-geISCmpxm4c2gwPnR+XjF47+j/mw2epm5qYEn5Vrvok=", - "output": "grep", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/grep", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/grep" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-grep" - } - }, - "grep": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-grep//:grep", - "name": "ape~1.0.0-beta.2~_repo_rules~grep" - } - }, - "cosmos-groups": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-64yeH5wPP7omE7VfLLH8HGWjyE7zgdzMF8oLpVz+5PY=", - "output": "groups", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/groups", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/groups" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-groups" - } - }, - "groups": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-groups//:groups", - "name": "ape~1.0.0-beta.2~_repo_rules~groups" - } - }, - "cosmos-head": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-Lr5xxWMwjZjQUh2ODx/zDzTO3fx8Yw5694p1t7zG0AU=", - "output": "head", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/head", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/head" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-head" - } - }, - "head": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-head//:head", - "name": "ape~1.0.0-beta.2~_repo_rules~head" - } - }, - "cosmos-id": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-8JUzzmsMkhu2sc9w2I/nb8recinaAamgGe7JEQh98kI=", - "output": "id", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/id", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/id" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-id" - } - }, - "id": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-id//:id", - "name": "ape~1.0.0-beta.2~_repo_rules~id" - } - }, - "cosmos-install": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-Iu1sv7WjlREuCQp3mgDxFCRf0byn5beC8JmHjWodb/M=", - "output": "install", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/install", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/install" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-install" - } - }, - "install": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-install//:install", - "name": "ape~1.0.0-beta.2~_repo_rules~install" - } - }, - "cosmos-join": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-eb7PzIfyziQZ8LeauwpuES+YKemu52jmt0KgJ3pAzks=", - "output": "join", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/join", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/join" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-join" - } - }, - "join": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-join//:join", - "name": "ape~1.0.0-beta.2~_repo_rules~join" - } - }, - "cosmos-kill": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-l4b6fMDZR4yHnP1ZpRVL2KfCOgbKDHZkUzo8wlZkMUA=", - "output": "kill", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/kill", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/kill" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-kill" - } - }, - "kill": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-kill//:kill", - "name": "ape~1.0.0-beta.2~_repo_rules~kill" - } - }, - "cosmos-less": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-pysLPyq9zi5gTcj+UTu41PgZsRnUAdYzATIUMiMEsQw=", - "output": "less", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/less", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/less" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-less" - } - }, - "less": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-less//:less", - "name": "ape~1.0.0-beta.2~_repo_rules~less" - } - }, - "cosmos-life": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-ui3H0RF4G0JHV9kbDIy5qviR+mKEN//98jHfznq8tO4=", - "output": "life", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/life", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/life" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-life" - } - }, - "life": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-life//:life", - "name": "ape~1.0.0-beta.2~_repo_rules~life" - } - }, - "cosmos-link": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-HFtwRXzP/Z+pJTM/Yz7+AMXumO46HmvGGfsHE9vUox8=", - "output": "link", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/link", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/link" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-link" - } - }, - "link": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-link//:link", - "name": "ape~1.0.0-beta.2~_repo_rules~link" - } - }, - "cosmos-links": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-EEOqXakHybI51BOxnBCHwLeYlwF8iSSx8p3Gxgcz0Qc=", - "output": "links", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/links", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/links" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-links" - } - }, - "links": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-links//:links", - "name": "ape~1.0.0-beta.2~_repo_rules~links" - } - }, - "cosmos-ln": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-FtXuVwYLaC/DT3LPF8coiSMCEOmVVorVzqBYDDRtjyg=", - "output": "ln", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/ln", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/ln" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-ln" - } - }, - "ln": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-ln//:ln", - "name": "ape~1.0.0-beta.2~_repo_rules~ln" - } - }, - "cosmos-locate": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-ZQUPf3kqvmik5citQP+wJiHeOJWrcX4TIDLytEuRyyo=", - "output": "locate", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/locate", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/locate" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-locate" - } - }, - "locate": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-locate//:locate", - "name": "ape~1.0.0-beta.2~_repo_rules~locate" - } - }, - "cosmos-logname": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-IMIHQygOJnWQ2pPMqcFZwKURdNAZM5onxESxBcLM7kM=", - "output": "logname", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/logname", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/logname" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-logname" - } - }, - "logname": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-logname//:logname", - "name": "ape~1.0.0-beta.2~_repo_rules~logname" - } - }, - "cosmos-ls": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-Fno6FUKMAA/8Uk2rsAauhr/b5uqeZcs2oAy+s8uHx3w=", - "output": "ls", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/ls", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/ls" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-ls" - } - }, - "ls": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-ls//:ls", - "name": "ape~1.0.0-beta.2~_repo_rules~ls" - } - }, - "cosmos-lua": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-LRYoHAQg+M8kQKtX6gCjSvD4b9puEbTK2t4z6hyVW8I=", - "output": "lua", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/lua", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/lua" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-lua" - } - }, - "lua": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-lua//:lua", - "name": "ape~1.0.0-beta.2~_repo_rules~lua" - } - }, - "cosmos-lz4": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-ymvYKyvlv31C6tdLYCVFfhaqvmZ5J37RDbxeGx/6rrI=", - "output": "lz4", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/lz4", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/lz4" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-lz4" - } - }, - "lz4": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-lz4//:lz4", - "name": "ape~1.0.0-beta.2~_repo_rules~lz4" - } - }, - "cosmos-make": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-98atSW2fzibEFrcpFy77A7IvnW0TtMEbeMKxicWb8FM=", - "output": "make", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/make", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/make" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-make" - } - }, - "make": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-make//:make", - "name": "ape~1.0.0-beta.2~_repo_rules~make" - } - }, - "cosmos-md5sum": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-1lNBqdyji+ttmR+4sIS6DXcJs6d+67gF0+Q3bUqNaIs=", - "output": "md5sum", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/md5sum", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/md5sum" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-md5sum" - } - }, - "md5sum": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-md5sum//:md5sum", - "name": "ape~1.0.0-beta.2~_repo_rules~md5sum" - } - }, - "cosmos-mkfifo": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-Z/dfvumWh0v8wr0l8ByZztaztwMkfekaOXNVnFLVxEk=", - "output": "mkfifo", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/mkfifo", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/mkfifo" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-mkfifo" - } - }, - "mkfifo": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-mkfifo//:mkfifo", - "name": "ape~1.0.0-beta.2~_repo_rules~mkfifo" - } - }, - "cosmos-mknod": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-C7rFuRsgVIA63trDx8rTpFGJztXbNAPMtNuqbzGeqdw=", - "output": "mknod", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/mknod", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/mknod" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-mknod" - } - }, - "mknod": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-mknod//:mknod", - "name": "ape~1.0.0-beta.2~_repo_rules~mknod" - } - }, - "cosmos-mktemp": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-GihMOG1RDJHUqphmOZPwkfEaVC4jC/X0kCRskpH09u8=", - "output": "mktemp", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/mktemp", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/mktemp" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-mktemp" - } - }, - "mktemp": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-mktemp//:mktemp", - "name": "ape~1.0.0-beta.2~_repo_rules~mktemp" - } - }, - "cosmos-mktemper": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-WreRwEGUss++hwxb+3Cttu72Voe4yi4E7Xyr9soCXps=", - "output": "mktemper", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/mktemper", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/mktemper" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-mktemper" - } - }, - "mktemper": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-mktemper//:mktemper", - "name": "ape~1.0.0-beta.2~_repo_rules~mktemper" - } - }, - "cosmos-nano": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-trc2X1Jg1JTviP+nbelsQvtMmgrh5gtF7fEijdDvkZY=", - "output": "nano", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/nano", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/nano" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-nano" - } - }, - "nano": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-nano//:nano", - "name": "ape~1.0.0-beta.2~_repo_rules~nano" - } - }, - "cosmos-nesemu1": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-JOqaQ2aNcGoiB3YdX2zLCGGD8kFr4Glv3PLPVej/nwc=", - "output": "nesemu1", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/nesemu1", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/nesemu1" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-nesemu1" - } - }, - "nesemu1": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-nesemu1//:nesemu1", - "name": "ape~1.0.0-beta.2~_repo_rules~nesemu1" - } - }, - "cosmos-nice": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-+fHYlw1WIDX4kCzoTDYy5tqI/BdetF7WlxkJCWpJlrM=", - "output": "nice", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/nice", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/nice" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-nice" - } - }, - "nice": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-nice//:nice", - "name": "ape~1.0.0-beta.2~_repo_rules~nice" - } - }, - "cosmos-ninja": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-MdTFCVaBaiknlbcAXEshhc6P+QDEmNLH6NOt1bGbbu4=", - "output": "ninja", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/ninja", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/ninja" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-ninja" - } - }, - "ninja": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-ninja//:ninja", - "name": "ape~1.0.0-beta.2~_repo_rules~ninja" - } - }, - "cosmos-nl": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-y5a/fgKdjraA7e+RUKZSh6BIQPviZsxu4720/yPzGUI=", - "output": "nl", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/nl", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/nl" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-nl" - } - }, - "nl": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-nl//:nl", - "name": "ape~1.0.0-beta.2~_repo_rules~nl" - } - }, - "cosmos-nohup": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-sTiFAUHIl+IF6N8wChBjYZj3NJg4vN461JPY9T1peo8=", - "output": "nohup", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/nohup", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/nohup" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-nohup" - } - }, - "nohup": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-nohup//:nohup", - "name": "ape~1.0.0-beta.2~_repo_rules~nohup" - } - }, - "cosmos-nproc": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-Dydu9oowmpkajx9rq006f5I4Z0BhP6EJv+S0xEjTRcU=", - "output": "nproc", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/nproc", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/nproc" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-nproc" - } - }, - "nproc": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-nproc//:nproc", - "name": "ape~1.0.0-beta.2~_repo_rules~nproc" - } - }, - "cosmos-numfmt": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-7VTO7GYItNhcoqC7qixlY4dK7l0TgRFRBivCJjbls5Y=", - "output": "numfmt", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/numfmt", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/numfmt" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-numfmt" - } - }, - "numfmt": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-numfmt//:numfmt", - "name": "ape~1.0.0-beta.2~_repo_rules~numfmt" - } - }, - "cosmos-od": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-RV+nBJ885wCxqLW8+UOEm3rQopQQhQ/rHuHJYrhZiYA=", - "output": "od", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/od", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/od" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-od" - } - }, - "od": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-od//:od", - "name": "ape~1.0.0-beta.2~_repo_rules~od" - } - }, - "cosmos-paste": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-d37G1PptmT8DvFYb0A51tHRAONW3k2xq4y8pFnbR/FA=", - "output": "paste", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/paste", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/paste" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-paste" - } - }, - "paste": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-paste//:paste", - "name": "ape~1.0.0-beta.2~_repo_rules~paste" - } - }, - "cosmos-patch": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-dUVoOS8qaaVAsTlHp5DnupNPB02ZBfVBYUNoFEQVfY4=", - "output": "patch", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/patch", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/patch" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-patch" - } - }, - "patch": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-patch//:patch", - "name": "ape~1.0.0-beta.2~_repo_rules~patch" - } - }, - "cosmos-pathchk": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-qjcLXvmgW3bbARJqpE5PF1LdaVrvnQZVsmBFgTM5/JY=", - "output": "pathchk", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/pathchk", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/pathchk" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-pathchk" - } - }, - "pathchk": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-pathchk//:pathchk", - "name": "ape~1.0.0-beta.2~_repo_rules~pathchk" - } - }, - "cosmos-pigz": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-pvWipO8MGunU157lNj5pkNwMwDYSUFjtx7nWoNxBDw8=", - "output": "pigz", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/pigz", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/pigz" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-pigz" - } - }, - "pigz": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-pigz//:pigz", - "name": "ape~1.0.0-beta.2~_repo_rules~pigz" - } - }, - "cosmos-pinky": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-cCtYw56s7y1pYOCm/PNgp1Y+pgf8K0UjVVsikUIoJQE=", - "output": "pinky", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/pinky", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/pinky" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-pinky" - } - }, - "pinky": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-pinky//:pinky", - "name": "ape~1.0.0-beta.2~_repo_rules~pinky" - } - }, - "cosmos-pledge": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-eaFRVXB2hGp2o9lYNSP+bb+sxOQ04bqCU2mDEmSIRN0=", - "output": "pledge", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/pledge", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/pledge" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-pledge" - } - }, - "pledge": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-pledge//:pledge", - "name": "ape~1.0.0-beta.2~_repo_rules~pledge" - } - }, - "cosmos-pr": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-Cd292alJ/36s1BOyfPj+SDDCuMGsgduzsjHspANOguU=", - "output": "pr", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/pr", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/pr" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-pr" - } - }, - "pr": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-pr//:pr", - "name": "ape~1.0.0-beta.2~_repo_rules~pr" - } - }, - "cosmos-printenv": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-sCxezf/rJ5S2Yw9ELAh8TD0MCUKhTjdwvLfHBVHUiyc=", - "output": "printenv", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/printenv", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/printenv" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-printenv" - } - }, - "printenv": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-printenv//:printenv", - "name": "ape~1.0.0-beta.2~_repo_rules~printenv" - } - }, - "cosmos-printimage": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-Q6HlaWrVneltekJ6JEceoU+yFzN9o9xpkI4UVwSXFrE=", - "output": "printimage", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/printimage", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/printimage" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-printimage" - } - }, - "printimage": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-printimage//:printimage", - "name": "ape~1.0.0-beta.2~_repo_rules~printimage" - } - }, - "cosmos-ptx": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-Hv3T2mhutoeK16lpWmZ9f1pbKnJfu1GGc4nCiwBwJ4Q=", - "output": "ptx", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/ptx", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/ptx" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-ptx" - } - }, - "ptx": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-ptx//:ptx", - "name": "ape~1.0.0-beta.2~_repo_rules~ptx" - } - }, - "cosmos-pwd": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-beUdC7B+HkPJsGjf/isqDL3QQ1gwypLBf32EC2tKa5g=", - "output": "pwd", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/pwd", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/pwd" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-pwd" - } - }, - "pwd": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-pwd//:pwd", - "name": "ape~1.0.0-beta.2~_repo_rules~pwd" - } - }, - "cosmos-pypack1": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-492wiVHg7chVDxUrir3pOrY1OZ/2h8uKBwfD4gtLJuM=", - "output": "pypack1", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/pypack1", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/pypack1" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-pypack1" - } - }, - "pypack1": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-pypack1//:pypack1", - "name": "ape~1.0.0-beta.2~_repo_rules~pypack1" - } - }, - "cosmos-python": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-CuebA8IWxuoYr9HjVgyMLqf0kx23/OGIcS/tAsvPm98=", - "output": "python", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/python", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/python" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-python" - } - }, - "python": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-python//:python", - "name": "ape~1.0.0-beta.2~_repo_rules~python" - } - }, - "cosmos-qjs": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-dgblh0J7T6VumjgCrL0PPJAUIzrqGFw9oqoYSO+g39o=", - "output": "qjs", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/qjs", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/qjs" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-qjs" - } - }, - "qjs": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-qjs//:qjs", - "name": "ape~1.0.0-beta.2~_repo_rules~qjs" - } - }, - "cosmos-readlink": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-n/FcF1jTFHmxvvh0UZeUbJOzse0mCIYEi7nFM0Wb2mg=", - "output": "readlink", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/readlink", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/readlink" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-readlink" - } - }, - "readlink": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-readlink//:readlink", - "name": "ape~1.0.0-beta.2~_repo_rules~readlink" - } - }, - "cosmos-realpath": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-0SUHEaSMliLf0BRdXaEAUGbwAAKXEV8M7f/xnBmqPPE=", - "output": "realpath", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/realpath", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/realpath" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-realpath" - } - }, - "realpath": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-realpath//:realpath", - "name": "ape~1.0.0-beta.2~_repo_rules~realpath" - } - }, - "cosmos-redbean": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-b6+KyGmVKmo6iiSUuhRrkIMQ9Mnr8ZqZR64rxtg4BBE=", - "output": "redbean", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/redbean", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/redbean" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-redbean" - } - }, - "redbean": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-redbean//:redbean", - "name": "ape~1.0.0-beta.2~_repo_rules~redbean" - } - }, - "cosmos-rmdir": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-4yRCV2b4p4im2dCQka0gp7qbdbG0d5OmILbAErTEsF0=", - "output": "rmdir", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/rmdir", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/rmdir" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-rmdir" - } - }, - "rmdir": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-rmdir//:rmdir", - "name": "ape~1.0.0-beta.2~_repo_rules~rmdir" - } - }, - "cosmos-rsync": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-IpC+6WKlj7EqkYxNXXDdO7IaF1/jTItBvlSKr0MdNIk=", - "output": "rsync", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/rsync", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/rsync" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-rsync" - } - }, - "rsync": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-rsync//:rsync", - "name": "ape~1.0.0-beta.2~_repo_rules~rsync" - } - }, - "cosmos-runcon": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-y4OAxP6BQPy2+Rk4qFtStsBtiwOlZLlr30Un6Tt8B1k=", - "output": "runcon", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/runcon", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/runcon" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-runcon" - } - }, - "runcon": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-runcon//:runcon", - "name": "ape~1.0.0-beta.2~_repo_rules~runcon" - } - }, - "cosmos-script": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-He3EhRTNYIFHfDShoR69EPZW7USl/7gSM1ZB0uk+ie4=", - "output": "script", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/script", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/script" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-script" - } - }, - "script": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-script//:script", - "name": "ape~1.0.0-beta.2~_repo_rules~script" - } - }, - "cosmos-sdiff": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-V8rMT2LlnNJ5nQDA+HRVtYBWeoHFCko3lSoyJMo/UTE=", - "output": "sdiff", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sdiff", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sdiff" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-sdiff" - } - }, - "sdiff": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-sdiff//:sdiff", - "name": "ape~1.0.0-beta.2~_repo_rules~sdiff" - } - }, - "cosmos-sed": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-7z5mtxxjLL9ebC4V1cOpPjzArSxs1cIEsKizH4WPt3E=", - "output": "sed", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sed", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sed" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-sed" - } - }, - "sed": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-sed//:sed", - "name": "ape~1.0.0-beta.2~_repo_rules~sed" - } - }, - "cosmos-seq": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-OVOPZyBJJ9rcf1fnIU7ZvJuVTXN89cfXMGYGU1Es5Lo=", - "output": "seq", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/seq", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/seq" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-seq" - } - }, - "seq": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-seq//:seq", - "name": "ape~1.0.0-beta.2~_repo_rules~seq" - } - }, - "cosmos-sha1sum": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-2cL2GKl26qqr+FB3mKjhFPaIzPXCzxBiMfPOBYulFp0=", - "output": "sha1sum", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sha1sum", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sha1sum" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-sha1sum" - } - }, - "sha1sum": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-sha1sum//:sha1sum", - "name": "ape~1.0.0-beta.2~_repo_rules~sha1sum" - } - }, - "cosmos-sha224sum": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-Dk9BKP17F/la+gPizCvGjtTqa6/tZT0gTrp1vrKInbo=", - "output": "sha224sum", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sha224sum", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sha224sum" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-sha224sum" - } - }, - "sha224sum": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-sha224sum//:sha224sum", - "name": "ape~1.0.0-beta.2~_repo_rules~sha224sum" - } - }, - "cosmos-sha256sum": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-WIplUCNmB7rMDb3/LvrqwoIHaNFw29Etvu6ivX2kCgE=", - "output": "sha256sum", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sha256sum", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sha256sum" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-sha256sum" - } - }, - "sha256sum": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-sha256sum//:sha256sum", - "name": "ape~1.0.0-beta.2~_repo_rules~sha256sum" - } - }, - "cosmos-sha384sum": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-nLx1jTqjwSnhWO6eK+heIWHuterKu3B04nYkrp9Shrk=", - "output": "sha384sum", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sha384sum", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sha384sum" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-sha384sum" - } - }, - "sha384sum": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-sha384sum//:sha384sum", - "name": "ape~1.0.0-beta.2~_repo_rules~sha384sum" - } - }, - "cosmos-sha512sum": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-y8UewGoBGDMfq2wKHFijVN+NtWKLWZDPOAVQBIA7mSA=", - "output": "sha512sum", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sha512sum", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sha512sum" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-sha512sum" - } - }, - "sha512sum": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-sha512sum//:sha512sum", - "name": "ape~1.0.0-beta.2~_repo_rules~sha512sum" - } - }, - "cosmos-shred": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-i8AEctRrGsvRs8Ly7XmK+XpgiZeQVVjIhQ7ie/Yy8yw=", - "output": "shred", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/shred", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/shred" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-shred" - } - }, - "shred": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-shred//:shred", - "name": "ape~1.0.0-beta.2~_repo_rules~shred" - } - }, - "cosmos-shuf": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-WIdP7u66G/XFPDgyCpBihZBgijdeinfBDjARp1K8QXk=", - "output": "shuf", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/shuf", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/shuf" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-shuf" - } - }, - "shuf": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-shuf//:shuf", - "name": "ape~1.0.0-beta.2~_repo_rules~shuf" - } - }, - "cosmos-sleep": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-gtC/7PR5VvzgxL4FwBJ6VO6b0DN7uBYUc8oQcMeKHWY=", - "output": "sleep", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sleep", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sleep" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-sleep" - } - }, - "sleep": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-sleep//:sleep", - "name": "ape~1.0.0-beta.2~_repo_rules~sleep" - } - }, - "cosmos-sort": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-nz0/ivLwTYtnvl4Xpl456rDfRickgpukdzdPFQy7Bu8=", - "output": "sort", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sort", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sort" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-sort" - } - }, - "sort": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-sort//:sort", - "name": "ape~1.0.0-beta.2~_repo_rules~sort" - } - }, - "cosmos-split": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-LKP1sD1cxx+lTlkcxXX2Ew1w3ywOeIoUgnLbZ8ase88=", - "output": "split", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/split", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/split" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-split" - } - }, - "split": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-split//:split", - "name": "ape~1.0.0-beta.2~_repo_rules~split" - } - }, - "cosmos-sqlite3": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-MMV+VsI6iwk1U5gATzJEfKqFTRLcNjE6r0TSAmT/3O8=", - "output": "sqlite3", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sqlite3", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sqlite3" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-sqlite3" - } - }, - "sqlite3": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-sqlite3//:sqlite3", - "name": "ape~1.0.0-beta.2~_repo_rules~sqlite3" - } - }, - "cosmos-stat": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-VX1GgQICdH2+F5mmYc4WI7G4OT5FFI+Zy3fRw45aypU=", - "output": "stat", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/stat", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/stat" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-stat" - } - }, - "stat": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-stat//:stat", - "name": "ape~1.0.0-beta.2~_repo_rules~stat" - } - }, - "cosmos-stty": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-pBDYJV6K2WuiZTqTkHusvezMBwuf9WeBKOYA/CVyuUI=", - "output": "stty", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/stty", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/stty" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-stty" - } - }, - "stty": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-stty//:stty", - "name": "ape~1.0.0-beta.2~_repo_rules~stty" - } - }, - "cosmos-sum": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-V4E8YCCny/DfQ6vaSupDsQpEF8eF265jIVKiffjExD8=", - "output": "sum", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sum", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sum" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-sum" - } - }, - "sum": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-sum//:sum", - "name": "ape~1.0.0-beta.2~_repo_rules~sum" - } - }, - "cosmos-sync": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-92eEiTPpnGEmb1ECuvSXMrAjY+mv/DPP7SMEokOIWNs=", - "output": "sync", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sync", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sync" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-sync" - } - }, - "sync": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-sync//:sync", - "name": "ape~1.0.0-beta.2~_repo_rules~sync" - } - }, - "cosmos-tac": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-wCJO+G4bdaTYMzOhZK0CqJbb1fEOmUTAgUrs/yKUi1c=", - "output": "tac", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/tac", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/tac" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-tac" - } - }, - "tac": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-tac//:tac", - "name": "ape~1.0.0-beta.2~_repo_rules~tac" - } - }, - "cosmos-tail": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-25wCKN+CWbZI7/zvmviGlkz4MN6R+mhScVo+BonuDy0=", - "output": "tail", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/tail", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/tail" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-tail" - } - }, - "tail": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-tail//:tail", - "name": "ape~1.0.0-beta.2~_repo_rules~tail" - } - }, - "cosmos-tar": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-veeG74pMzsCwry2oKhbXtrODNLikp7S0Wv98vaAgTlE=", - "output": "tar", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/tar", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/tar" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-tar" - } - }, - "tar": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-tar//:tar", - "name": "ape~1.0.0-beta.2~_repo_rules~tar" - } - }, - "cosmos-tee": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-9nv7tmm8AZfZEIflRNwZz01qDR32aMkbAfhBQTxSgZs=", - "output": "tee", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/tee", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/tee" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-tee" - } - }, - "tee": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-tee//:tee", - "name": "ape~1.0.0-beta.2~_repo_rules~tee" - } - }, - "cosmos-test": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-njjQ967LtdtyVIr2LHLwNZcDjCh1ehqjf4vd4qs1xOY=", - "output": "test", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/test", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/test" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-test" - } - }, - "test": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-test//:test", - "name": "ape~1.0.0-beta.2~_repo_rules~test" - } - }, - "cosmos-tidy": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-lDaweZcW7rqo3azvmyGRNoIFwH6QfBX9hTtV5XgZMkc=", - "output": "tidy", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/tidy", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/tidy" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-tidy" - } - }, - "tidy": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-tidy//:tidy", - "name": "ape~1.0.0-beta.2~_repo_rules~tidy" - } - }, - "cosmos-timeout": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-/05So3XYe6Q1ZaLlg3CkexkMWeePhlCnfiN3FWj40q8=", - "output": "timeout", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/timeout", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/timeout" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-timeout" - } - }, - "timeout": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-timeout//:timeout", - "name": "ape~1.0.0-beta.2~_repo_rules~timeout" - } - }, - "cosmos-tmux": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-8bdRHrTHAxbBe3jxvDWasMBTt9B/z/I25PZ/7BX8GlI=", - "output": "tmux", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/tmux", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/tmux" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-tmux" - } - }, - "tmux": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-tmux//:tmux", - "name": "ape~1.0.0-beta.2~_repo_rules~tmux" - } - }, - "cosmos-touch": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-zhFuIvzfkzMi3FTIOumqd4GtGEVJpP/wBeU7/homOPI=", - "output": "touch", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/touch", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/touch" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-touch" - } - }, - "touch": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-touch//:touch", - "name": "ape~1.0.0-beta.2~_repo_rules~touch" - } - }, - "cosmos-tr": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-IiVcClTzSTp1JmNOHSlcIayZvNHbVY42DnAE8/0Qesc=", - "output": "tr", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/tr", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/tr" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-tr" - } - }, - "tr": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-tr//:tr", - "name": "ape~1.0.0-beta.2~_repo_rules~tr" - } - }, - "cosmos-tree": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-cQ8mhq2xdF49vJUc7FloZUswVn72LJDTgxqtRoKCsiw=", - "output": "tree", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/tree", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/tree" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-tree" - } - }, - "tree": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-tree//:tree", - "name": "ape~1.0.0-beta.2~_repo_rules~tree" - } - }, - "cosmos-true": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-hYaiwy4ndHtQVXkue5IZqX6eGTEIG5hF9dFiJNwy0hE=", - "output": "true", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/true", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/true" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-true" - } - }, - "true": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-true//:true", - "name": "ape~1.0.0-beta.2~_repo_rules~true" - } - }, - "cosmos-truncate": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-WBM53lBcudr5o7aZXSFtGMAtTDOiTO5mzJXu93LKD30=", - "output": "truncate", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/truncate", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/truncate" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-truncate" - } - }, - "truncate": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-truncate//:truncate", - "name": "ape~1.0.0-beta.2~_repo_rules~truncate" - } - }, - "cosmos-tsort": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-UpSUFlDED5YslxGn5tffiVOo+wXCkrHIcxn01I4h15s=", - "output": "tsort", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/tsort", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/tsort" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-tsort" - } - }, - "tsort": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-tsort//:tsort", - "name": "ape~1.0.0-beta.2~_repo_rules~tsort" - } - }, - "cosmos-tty": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-yzZVpirempT1e3VfLqW/wh73Wg/MO9liJDJLRFqzOmE=", - "output": "tty", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/tty", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/tty" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-tty" - } - }, - "tty": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-tty//:tty", - "name": "ape~1.0.0-beta.2~_repo_rules~tty" - } - }, - "cosmos-ttyinfo": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-80TSpREUXO5RJzkGhTYbDL1r31/JdiQ/9bojc0SJL5w=", - "output": "ttyinfo", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/ttyinfo", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/ttyinfo" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-ttyinfo" - } - }, - "ttyinfo": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-ttyinfo//:ttyinfo", - "name": "ape~1.0.0-beta.2~_repo_rules~ttyinfo" - } - }, - "cosmos-unbourne": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-nXUhnAnJZE2ibUTpzuPRuo3ZStSR5YsizSyzPvleEEg=", - "output": "unbourne", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/unbourne", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/unbourne" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-unbourne" - } - }, - "unbourne": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-unbourne//:unbourne", - "name": "ape~1.0.0-beta.2~_repo_rules~unbourne" - } - }, - "cosmos-unexpand": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-SyirSgmXz8cG1TAs5tZHbTIUEup4TobeFXKHUn8g1d0=", - "output": "unexpand", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/unexpand", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/unexpand" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-unexpand" - } - }, - "unexpand": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-unexpand//:unexpand", - "name": "ape~1.0.0-beta.2~_repo_rules~unexpand" - } - }, - "cosmos-uniq": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-bRyARZw39jAZXgyGVm63r2V7r+xT3L4d90kAYVlDAZY=", - "output": "uniq", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/uniq", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/uniq" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-uniq" - } - }, - "uniq": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-uniq//:uniq", - "name": "ape~1.0.0-beta.2~_repo_rules~uniq" - } - }, - "cosmos-unlink": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-W4J4XLYs4yyT+7872Fv8RbOYtAlN62r4fXU83EXYZE0=", - "output": "unlink", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/unlink", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/unlink" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-unlink" - } - }, - "unlink": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-unlink//:unlink", - "name": "ape~1.0.0-beta.2~_repo_rules~unlink" - } - }, - "cosmos-unzip": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-QDT5UL43QhBK1pdJvCJdpyTMkxWQPD57wAkCziGcYP4=", - "output": "unzip", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/unzip", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/unzip" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-unzip" - } - }, - "unzip": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-unzip//:unzip", - "name": "ape~1.0.0-beta.2~_repo_rules~unzip" - } - }, - "cosmos-uptime": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-faDcCqiIAUWbsKqZdtVDIRgvV5NCmEGT8qxMzR6lGOg=", - "output": "uptime", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/uptime", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/uptime" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-uptime" - } - }, - "uptime": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-uptime//:uptime", - "name": "ape~1.0.0-beta.2~_repo_rules~uptime" - } - }, - "cosmos-users": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-isx4kM5na0c1MAcDdCcTnEIVB1HBCFKy757f47UD4tA=", - "output": "users", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/users", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/users" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-users" - } - }, - "users": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-users//:users", - "name": "ape~1.0.0-beta.2~_repo_rules~users" - } - }, - "cosmos-vdir": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-fQcjUl1QVmkQ4oyDkiKx/y2V+r5BDMU1oFf3w/l+tmc=", - "output": "vdir", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/vdir", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/vdir" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-vdir" - } - }, - "vdir": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-vdir//:vdir", - "name": "ape~1.0.0-beta.2~_repo_rules~vdir" - } - }, - "cosmos-verynice": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-S5D4PmAPPZ1WmQZmCAWFuIt3XdUHQoL9++LV7VTYtvI=", - "output": "verynice", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/verynice", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/verynice" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-verynice" - } - }, - "verynice": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-verynice//:verynice", - "name": "ape~1.0.0-beta.2~_repo_rules~verynice" - } - }, - "cosmos-vim": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-onKJ/dqER14qtN3DMg7U0kU9EE1qvy+d4NyDl27tdUY=", - "output": "vim", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/vim", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/vim" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-vim" - } - }, - "vim": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-vim//:vim", - "name": "ape~1.0.0-beta.2~_repo_rules~vim" - } - }, - "cosmos-wall": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-Fx/k6dM6iCdaKuC56Q2QoxhMcC0LaHacZRfT+EWTHHA=", - "output": "wall", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/wall", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/wall" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-wall" - } - }, - "wall": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-wall//:wall", - "name": "ape~1.0.0-beta.2~_repo_rules~wall" - } - }, - "cosmos-wc": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-XRpXEGIZ/9Ow5IrHP+dbo5dc1hHqKZ1ewqJLM1CX9bg=", - "output": "wc", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/wc", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/wc" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-wc" - } - }, - "wc": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-wc//:wc", - "name": "ape~1.0.0-beta.2~_repo_rules~wc" - } - }, - "cosmos-wget": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-CHZFKvpbmc5AmpkazKk0H0MeYE8wTl7aANjbU9NKDb0=", - "output": "wget", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/wget", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/wget" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-wget" - } - }, - "wget": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-wget//:wget", - "name": "ape~1.0.0-beta.2~_repo_rules~wget" - } - }, - "cosmos-who": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-W+CBIPsR2NBc6xXbom6zyzNCvHKmE+py/iGlX5ewNok=", - "output": "who", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/who", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/who" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-who" - } - }, - "who": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-who//:who", - "name": "ape~1.0.0-beta.2~_repo_rules~who" - } - }, - "cosmos-whoami": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-yjAXVvBgVSkLRpNve2AC9srTCSdieNLjh63wFpgxM88=", - "output": "whoami", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/whoami", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/whoami" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-whoami" - } - }, - "whoami": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-whoami//:whoami", - "name": "ape~1.0.0-beta.2~_repo_rules~whoami" - } - }, - "cosmos-xargs": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-A34zn2hiDh2xMdPY82s1ghm/xzDUEXqxy6IVqOJv9vY=", - "output": "xargs", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/xargs", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/xargs" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-xargs" - } - }, - "xargs": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-xargs//:xargs", - "name": "ape~1.0.0-beta.2~_repo_rules~xargs" - } - }, - "cosmos-xz": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-84VVLEvkMFVKsNTKX8IZ90XAqebHofJ4bsy3J3f+Xe0=", - "output": "xz", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/xz", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/xz" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-xz" - } - }, - "xz": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-xz//:xz", - "name": "ape~1.0.0-beta.2~_repo_rules~xz" - } - }, - "cosmos-yes": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-J+N2zXEIyM9SF5Xqmpye6hISJi40Xj8343AQUL9jOiI=", - "output": "yes", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/yes", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/yes" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-yes" - } - }, - "yes": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-yes//:yes", - "name": "ape~1.0.0-beta.2~_repo_rules~yes" - } - }, - "cosmos-zip": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-hxobwz7sl7w+NmS45mBoFd0sVSQ3haPeoPW5S7WBUN8=", - "output": "zip", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/zip", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/zip" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-zip" - } - }, - "zip": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-zip//:zip", - "name": "ape~1.0.0-beta.2~_repo_rules~zip" - } - }, - "cosmos-zsh": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-zYH33XZzUvk6v5DiLKe5lKTKx0IsRW7zJWIeQmhM0f4=", - "output": "zsh", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/zsh", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/zsh" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-zsh" - } - }, - "zsh": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-zsh//:zsh", - "name": "ape~1.0.0-beta.2~_repo_rules~zsh" - } - }, - "cosmos-zstd": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-UQRCbSiHGWmBr2qsbnsCGQjIyhZG2ilfx9Iyxv6KbzQ=", - "output": "zstd", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/zstd", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/zstd" - ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-zstd" - } - }, - "zstd": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-zstd//:zstd", - "name": "ape~1.0.0-beta.2~_repo_rules~zstd" - } - } - } - } - }, - "@@apple_support~1.5.0//crosstool:setup.bzl%apple_cc_configure_extension": { - "general": { - "bzlTransitiveDigest": "pMLFCYaRPkgXPQ8vtuNkMfiHfPmRBy6QJfnid4sWfv0=", - "accumulatedFileDigests": {}, - "envVariables": {}, - "generatedRepoSpecs": { - "local_config_apple_cc": { - "bzlFile": "@@apple_support~1.5.0//crosstool:setup.bzl", - "ruleClassName": "_apple_cc_autoconf", - "attributes": { - "name": "apple_support~1.5.0~apple_cc_configure_extension~local_config_apple_cc" - } - }, - "local_config_apple_cc_toolchains": { - "bzlFile": "@@apple_support~1.5.0//crosstool:setup.bzl", - "ruleClassName": "_apple_cc_autoconf_toolchains", - "attributes": { - "name": "apple_support~1.5.0~apple_cc_configure_extension~local_config_apple_cc_toolchains" - } - } - } - } - }, - "@@aspect_bazel_lib~2.7.0//lib:extensions.bzl%toolchains": { - "general": { - "bzlTransitiveDigest": "xkCrElz5fQuBa39cTFFUicDgs1jDcoxP+48jsvXon4M=", - "accumulatedFileDigests": {}, - "envVariables": {}, - "generatedRepoSpecs": { - "expand_template_windows_amd64": { - "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:expand_template_toolchain.bzl", - "ruleClassName": "expand_template_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~2.7.0~toolchains~expand_template_windows_amd64", - "platform": "windows_amd64" - } - }, - "copy_to_directory_windows_amd64": { - "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:copy_to_directory_toolchain.bzl", - "ruleClassName": "copy_to_directory_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~2.7.0~toolchains~copy_to_directory_windows_amd64", - "platform": "windows_amd64" - } - }, - "jq_darwin_amd64": { - "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:jq_toolchain.bzl", - "ruleClassName": "jq_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~2.7.0~toolchains~jq_darwin_amd64", - "platform": "darwin_amd64", - "version": "1.7" - } - }, - "copy_to_directory_freebsd_amd64": { - "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:copy_to_directory_toolchain.bzl", - "ruleClassName": "copy_to_directory_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~2.7.0~toolchains~copy_to_directory_freebsd_amd64", - "platform": "freebsd_amd64" - } - }, - "expand_template_linux_amd64": { - "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:expand_template_toolchain.bzl", - "ruleClassName": "expand_template_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~2.7.0~toolchains~expand_template_linux_amd64", - "platform": "linux_amd64" - } - }, - "jq_linux_arm64": { - "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:jq_toolchain.bzl", - "ruleClassName": "jq_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~2.7.0~toolchains~jq_linux_arm64", - "platform": "linux_arm64", - "version": "1.7" - } - }, - "coreutils_darwin_arm64": { - "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:coreutils_toolchain.bzl", - "ruleClassName": "coreutils_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~2.7.0~toolchains~coreutils_darwin_arm64", - "platform": "darwin_arm64", - "version": "0.0.23" - } - }, - "copy_to_directory_linux_arm64": { - "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:copy_to_directory_toolchain.bzl", - "ruleClassName": "copy_to_directory_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~2.7.0~toolchains~copy_to_directory_linux_arm64", - "platform": "linux_arm64" - } - }, - "bsd_tar_linux_arm64": { - "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:tar_toolchain.bzl", - "ruleClassName": "bsdtar_binary_repo", - "attributes": { - "name": "aspect_bazel_lib~2.7.0~toolchains~bsd_tar_linux_arm64", - "platform": "linux_arm64" - } - }, - "copy_directory_darwin_amd64": { - "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:copy_directory_toolchain.bzl", - "ruleClassName": "copy_directory_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~2.7.0~toolchains~copy_directory_darwin_amd64", - "platform": "darwin_amd64" - } - }, - "coreutils_darwin_amd64": { - "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:coreutils_toolchain.bzl", - "ruleClassName": "coreutils_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~2.7.0~toolchains~coreutils_darwin_amd64", - "platform": "darwin_amd64", - "version": "0.0.23" - } - }, - "coreutils_linux_arm64": { - "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:coreutils_toolchain.bzl", - "ruleClassName": "coreutils_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~2.7.0~toolchains~coreutils_linux_arm64", - "platform": "linux_arm64", - "version": "0.0.23" - } - }, - "yq_linux_s390x": { - "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:yq_toolchain.bzl", - "ruleClassName": "yq_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~2.7.0~toolchains~yq_linux_s390x", - "platform": "linux_s390x", - "version": "4.25.2" - } - }, - "yq": { - "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:yq_toolchain.bzl", - "ruleClassName": "yq_host_alias_repo", - "attributes": { - "name": "aspect_bazel_lib~2.7.0~toolchains~yq" - } - }, - "expand_template_darwin_amd64": { - "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:expand_template_toolchain.bzl", - "ruleClassName": "expand_template_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~2.7.0~toolchains~expand_template_darwin_amd64", - "platform": "darwin_amd64" - } - }, - "copy_directory_linux_amd64": { - "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:copy_directory_toolchain.bzl", - "ruleClassName": "copy_directory_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~2.7.0~toolchains~copy_directory_linux_amd64", - "platform": "linux_amd64" - } - }, - "jq_darwin_arm64": { - "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:jq_toolchain.bzl", - "ruleClassName": "jq_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~2.7.0~toolchains~jq_darwin_arm64", - "platform": "darwin_arm64", - "version": "1.7" - } - }, - "yq_darwin_amd64": { - "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:yq_toolchain.bzl", - "ruleClassName": "yq_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~2.7.0~toolchains~yq_darwin_amd64", - "platform": "darwin_amd64", - "version": "4.25.2" - } - }, - "copy_directory_linux_arm64": { - "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:copy_directory_toolchain.bzl", - "ruleClassName": "copy_directory_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~2.7.0~toolchains~copy_directory_linux_arm64", - "platform": "linux_arm64" - } - }, - "expand_template_toolchains": { - "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:expand_template_toolchain.bzl", - "ruleClassName": "expand_template_toolchains_repo", - "attributes": { - "name": "aspect_bazel_lib~2.7.0~toolchains~expand_template_toolchains", - "user_repository_name": "expand_template" - } - }, - "bats_assert": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "aspect_bazel_lib~2.7.0~toolchains~bats_assert", - "sha256": "98ca3b685f8b8993e48ec057565e6e2abcc541034ed5b0e81f191505682037fd", - "urls": [ - "https://github.com/bats-core/bats-assert/archive/v2.1.0.tar.gz" - ], - "strip_prefix": "bats-assert-2.1.0", - "build_file_content": "load(\"@aspect_bazel_lib//lib:copy_to_directory.bzl\", \"copy_to_directory\")\n\ncopy_to_directory(\n name = \"assert\",\n hardlink = \"on\",\n srcs = glob([\n \"src/**\",\n \"load.bash\",\n ]),\n out = \"bats-assert\",\n visibility = [\"//visibility:public\"]\n)\n" - } - }, - "copy_to_directory_darwin_amd64": { - "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:copy_to_directory_toolchain.bzl", - "ruleClassName": "copy_to_directory_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~2.7.0~toolchains~copy_to_directory_darwin_amd64", - "platform": "darwin_amd64" - } - }, - "bsd_tar_linux_amd64": { - "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:tar_toolchain.bzl", - "ruleClassName": "bsdtar_binary_repo", - "attributes": { - "name": "aspect_bazel_lib~2.7.0~toolchains~bsd_tar_linux_amd64", - "platform": "linux_amd64" - } - }, - "yq_toolchains": { - "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:yq_toolchain.bzl", - "ruleClassName": "yq_toolchains_repo", - "attributes": { - "name": "aspect_bazel_lib~2.7.0~toolchains~yq_toolchains", - "user_repository_name": "yq" - } - }, - "bats_support": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "aspect_bazel_lib~2.7.0~toolchains~bats_support", - "sha256": "7815237aafeb42ddcc1b8c698fc5808026d33317d8701d5ec2396e9634e2918f", - "urls": [ - "https://github.com/bats-core/bats-support/archive/v0.3.0.tar.gz" - ], - "strip_prefix": "bats-support-0.3.0", - "build_file_content": "load(\"@aspect_bazel_lib//lib:copy_to_directory.bzl\", \"copy_to_directory\")\n\ncopy_to_directory(\n name = \"support\",\n hardlink = \"on\",\n srcs = glob([\n \"src/**\",\n \"load.bash\",\n ]),\n out = \"bats-support\",\n visibility = [\"//visibility:public\"]\n)\n" - } - }, - "bsd_tar_windows_amd64": { - "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:tar_toolchain.bzl", - "ruleClassName": "bsdtar_binary_repo", - "attributes": { - "name": "aspect_bazel_lib~2.7.0~toolchains~bsd_tar_windows_amd64", - "platform": "windows_amd64" - } - }, - "jq": { - "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:jq_toolchain.bzl", - "ruleClassName": "jq_host_alias_repo", - "attributes": { - "name": "aspect_bazel_lib~2.7.0~toolchains~jq" - } - }, - "expand_template_darwin_arm64": { - "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:expand_template_toolchain.bzl", - "ruleClassName": "expand_template_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~2.7.0~toolchains~expand_template_darwin_arm64", - "platform": "darwin_arm64" - } - }, - "bsd_tar_darwin_arm64": { - "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:tar_toolchain.bzl", - "ruleClassName": "bsdtar_binary_repo", - "attributes": { - "name": "aspect_bazel_lib~2.7.0~toolchains~bsd_tar_darwin_arm64", - "platform": "darwin_arm64" - } - }, - "copy_to_directory_linux_amd64": { - "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:copy_to_directory_toolchain.bzl", - "ruleClassName": "copy_to_directory_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~2.7.0~toolchains~copy_to_directory_linux_amd64", - "platform": "linux_amd64" - } - }, - "coreutils_linux_amd64": { - "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:coreutils_toolchain.bzl", - "ruleClassName": "coreutils_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~2.7.0~toolchains~coreutils_linux_amd64", - "platform": "linux_amd64", - "version": "0.0.23" - } - }, - "copy_directory_toolchains": { - "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:copy_directory_toolchain.bzl", - "ruleClassName": "copy_directory_toolchains_repo", - "attributes": { - "name": "aspect_bazel_lib~2.7.0~toolchains~copy_directory_toolchains", - "user_repository_name": "copy_directory" - } - }, - "yq_linux_amd64": { - "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:yq_toolchain.bzl", - "ruleClassName": "yq_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~2.7.0~toolchains~yq_linux_amd64", - "platform": "linux_amd64", - "version": "4.25.2" - } - }, - "copy_to_directory_darwin_arm64": { - "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:copy_to_directory_toolchain.bzl", - "ruleClassName": "copy_to_directory_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~2.7.0~toolchains~copy_to_directory_darwin_arm64", - "platform": "darwin_arm64" - } - }, - "coreutils_toolchains": { - "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:coreutils_toolchain.bzl", - "ruleClassName": "coreutils_toolchains_repo", - "attributes": { - "name": "aspect_bazel_lib~2.7.0~toolchains~coreutils_toolchains", - "user_repository_name": "coreutils" - } - }, - "copy_directory_freebsd_amd64": { - "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:copy_directory_toolchain.bzl", - "ruleClassName": "copy_directory_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~2.7.0~toolchains~copy_directory_freebsd_amd64", - "platform": "freebsd_amd64" - } - }, - "bats_file": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "aspect_bazel_lib~2.7.0~toolchains~bats_file", - "sha256": "9b69043241f3af1c2d251f89b4fcafa5df3f05e97b89db18d7c9bdf5731bb27a", - "urls": [ - "https://github.com/bats-core/bats-file/archive/v0.4.0.tar.gz" - ], - "strip_prefix": "bats-file-0.4.0", - "build_file_content": "load(\"@aspect_bazel_lib//lib:copy_to_directory.bzl\", \"copy_to_directory\")\n\ncopy_to_directory(\n name = \"file\",\n hardlink = \"on\",\n srcs = glob([\n \"src/**\",\n \"load.bash\",\n ]),\n out = \"bats-file\",\n visibility = [\"//visibility:public\"]\n)\n" - } - }, - "expand_template_linux_arm64": { - "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:expand_template_toolchain.bzl", - "ruleClassName": "expand_template_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~2.7.0~toolchains~expand_template_linux_arm64", - "platform": "linux_arm64" - } - }, - "jq_linux_amd64": { - "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:jq_toolchain.bzl", - "ruleClassName": "jq_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~2.7.0~toolchains~jq_linux_amd64", - "platform": "linux_amd64", - "version": "1.7" - } - }, - "bsd_tar_darwin_amd64": { - "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:tar_toolchain.bzl", - "ruleClassName": "bsdtar_binary_repo", - "attributes": { - "name": "aspect_bazel_lib~2.7.0~toolchains~bsd_tar_darwin_amd64", - "platform": "darwin_amd64" - } - }, - "bsd_tar_toolchains": { - "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:tar_toolchain.bzl", - "ruleClassName": "tar_toolchains_repo", - "attributes": { - "name": "aspect_bazel_lib~2.7.0~toolchains~bsd_tar_toolchains", - "user_repository_name": "bsd_tar" - } - }, - "bats_toolchains": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "aspect_bazel_lib~2.7.0~toolchains~bats_toolchains", - "sha256": "a1a9f7875aa4b6a9480ca384d5865f1ccf1b0b1faead6b47aa47d79709a5c5fd", - "urls": [ - "https://github.com/bats-core/bats-core/archive/v1.10.0.tar.gz" - ], - "strip_prefix": "bats-core-1.10.0", - "build_file_content": "load(\"@local_config_platform//:constraints.bzl\", \"HOST_CONSTRAINTS\")\nload(\"@aspect_bazel_lib//lib/private:bats_toolchain.bzl\", \"bats_toolchain\")\nload(\"@aspect_bazel_lib//lib:copy_to_directory.bzl\", \"copy_to_directory\")\n\ncopy_to_directory(\n name = \"core\",\n hardlink = \"on\",\n srcs = glob([\n \"lib/**\",\n \"libexec/**\"\n ]) + [\"bin/bats\"],\n out = \"bats-core\",\n)\n\nbats_toolchain(\n name = \"toolchain\",\n core = \":core\",\n libraries = [\"@bats_support//:support\", \"@bats_assert//:assert\", \"@bats_file//:file\"]\n)\n\ntoolchain(\n name = \"bats_toolchain\",\n exec_compatible_with = HOST_CONSTRAINTS,\n toolchain = \":toolchain\",\n toolchain_type = \"@aspect_bazel_lib//lib:bats_toolchain_type\",\n)\n" - } - }, - "yq_windows_amd64": { - "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:yq_toolchain.bzl", - "ruleClassName": "yq_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~2.7.0~toolchains~yq_windows_amd64", - "platform": "windows_amd64", - "version": "4.25.2" - } - }, - "jq_windows_amd64": { - "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:jq_toolchain.bzl", - "ruleClassName": "jq_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~2.7.0~toolchains~jq_windows_amd64", - "platform": "windows_amd64", - "version": "1.7" - } - }, - "expand_template_freebsd_amd64": { - "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:expand_template_toolchain.bzl", - "ruleClassName": "expand_template_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~2.7.0~toolchains~expand_template_freebsd_amd64", - "platform": "freebsd_amd64" - } - }, - "yq_linux_ppc64le": { - "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:yq_toolchain.bzl", - "ruleClassName": "yq_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~2.7.0~toolchains~yq_linux_ppc64le", - "platform": "linux_ppc64le", - "version": "4.25.2" - } - }, - "copy_to_directory_toolchains": { - "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:copy_to_directory_toolchain.bzl", - "ruleClassName": "copy_to_directory_toolchains_repo", - "attributes": { - "name": "aspect_bazel_lib~2.7.0~toolchains~copy_to_directory_toolchains", - "user_repository_name": "copy_to_directory" - } - }, - "jq_toolchains": { - "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:jq_toolchain.bzl", - "ruleClassName": "jq_toolchains_repo", - "attributes": { - "name": "aspect_bazel_lib~2.7.0~toolchains~jq_toolchains", - "user_repository_name": "jq" - } - }, - "copy_directory_darwin_arm64": { - "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:copy_directory_toolchain.bzl", - "ruleClassName": "copy_directory_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~2.7.0~toolchains~copy_directory_darwin_arm64", - "platform": "darwin_arm64" - } - }, - "copy_directory_windows_amd64": { - "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:copy_directory_toolchain.bzl", - "ruleClassName": "copy_directory_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~2.7.0~toolchains~copy_directory_windows_amd64", - "platform": "windows_amd64" - } - }, - "yq_darwin_arm64": { - "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:yq_toolchain.bzl", - "ruleClassName": "yq_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~2.7.0~toolchains~yq_darwin_arm64", - "platform": "darwin_arm64", - "version": "4.25.2" - } - }, - "coreutils_windows_amd64": { - "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:coreutils_toolchain.bzl", - "ruleClassName": "coreutils_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~2.7.0~toolchains~coreutils_windows_amd64", - "platform": "windows_amd64", - "version": "0.0.23" - } - }, - "yq_linux_arm64": { - "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:yq_toolchain.bzl", - "ruleClassName": "yq_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~2.7.0~toolchains~yq_linux_arm64", - "platform": "linux_arm64", - "version": "4.25.2" - } - } - } - } - }, - "@@bazel_tools//tools/cpp:cc_configure.bzl%cc_configure_extension": { - "general": { - "bzlTransitiveDigest": "O9sf6ilKWU9Veed02jG9o2HM/xgV/UAyciuFBuxrFRY=", - "accumulatedFileDigests": {}, - "envVariables": {}, - "generatedRepoSpecs": { - "local_config_cc": { - "bzlFile": "@@bazel_tools//tools/cpp:cc_configure.bzl", - "ruleClassName": "cc_autoconf", - "attributes": { - "name": "bazel_tools~cc_configure_extension~local_config_cc" - } - }, - "local_config_cc_toolchains": { - "bzlFile": "@@bazel_tools//tools/cpp:cc_configure.bzl", - "ruleClassName": "cc_autoconf_toolchains", - "attributes": { - "name": "bazel_tools~cc_configure_extension~local_config_cc_toolchains" - } - } - } - } - }, - "@@bazel_tools//tools/sh:sh_configure.bzl%sh_configure_extension": { - "general": { - "bzlTransitiveDigest": "hp4NgmNjEg5+xgvzfh6L83bt9/aiiWETuNpwNuF1MSU=", - "accumulatedFileDigests": {}, - "envVariables": {}, - "generatedRepoSpecs": { - "local_config_sh": { - "bzlFile": "@@bazel_tools//tools/sh:sh_configure.bzl", - "ruleClassName": "sh_config", - "attributes": { - "name": "bazel_tools~sh_configure_extension~local_config_sh" - } - } - } - } - }, - "@@rules_java~7.1.0//java:extensions.bzl%toolchains": { - "general": { - "bzlTransitiveDigest": "iUIRqCK7tkhvcDJCAfPPqSd06IHG0a8HQD0xeQyVAqw=", - "accumulatedFileDigests": {}, - "envVariables": {}, - "generatedRepoSpecs": { - "remotejdk21_linux_toolchain_config_repo": { - "bzlFile": "@@rules_java~7.1.0//toolchains:remote_java_repository.bzl", - "ruleClassName": "_toolchain_config", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk21_linux_toolchain_config_repo", - "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_21\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"21\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk21_linux//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk21_linux//:jdk\",\n)\n" - } - }, - "remotejdk17_linux_s390x_toolchain_config_repo": { - "bzlFile": "@@rules_java~7.1.0//toolchains:remote_java_repository.bzl", - "ruleClassName": "_toolchain_config", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk17_linux_s390x_toolchain_config_repo", - "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_17\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"17\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:s390x\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk17_linux_s390x//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:s390x\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk17_linux_s390x//:jdk\",\n)\n" - } - }, - "remotejdk17_macos_toolchain_config_repo": { - "bzlFile": "@@rules_java~7.1.0//toolchains:remote_java_repository.bzl", - "ruleClassName": "_toolchain_config", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk17_macos_toolchain_config_repo", - "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_17\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"17\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:macos\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk17_macos//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:macos\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk17_macos//:jdk\",\n)\n" - } - }, - "remotejdk21_macos_aarch64_toolchain_config_repo": { - "bzlFile": "@@rules_java~7.1.0//toolchains:remote_java_repository.bzl", - "ruleClassName": "_toolchain_config", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk21_macos_aarch64_toolchain_config_repo", - "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_21\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"21\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:macos\", \"@platforms//cpu:aarch64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk21_macos_aarch64//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:macos\", \"@platforms//cpu:aarch64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk21_macos_aarch64//:jdk\",\n)\n" - } - }, - "remotejdk17_linux_aarch64_toolchain_config_repo": { - "bzlFile": "@@rules_java~7.1.0//toolchains:remote_java_repository.bzl", - "ruleClassName": "_toolchain_config", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk17_linux_aarch64_toolchain_config_repo", - "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_17\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"17\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:aarch64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk17_linux_aarch64//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:aarch64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk17_linux_aarch64//:jdk\",\n)\n" - } - }, - "remotejdk21_macos_aarch64": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk21_macos_aarch64", - "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 21,\n)\n", - "sha256": "2a7a99a3ea263dbd8d32a67d1e6e363ba8b25c645c826f5e167a02bbafaff1fa", - "strip_prefix": "zulu21.28.85-ca-jdk21.0.0-macosx_aarch64", - "urls": [ - "https://mirror.bazel.build/cdn.azul.com/zulu/bin/zulu21.28.85-ca-jdk21.0.0-macosx_aarch64.tar.gz", - "https://cdn.azul.com/zulu/bin/zulu21.28.85-ca-jdk21.0.0-macosx_aarch64.tar.gz" - ] - } - }, - "remotejdk17_linux_toolchain_config_repo": { - "bzlFile": "@@rules_java~7.1.0//toolchains:remote_java_repository.bzl", - "ruleClassName": "_toolchain_config", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk17_linux_toolchain_config_repo", - "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_17\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"17\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk17_linux//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk17_linux//:jdk\",\n)\n" - } - }, - "remotejdk17_macos_aarch64": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk17_macos_aarch64", - "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 17,\n)\n", - "sha256": "314b04568ec0ae9b36ba03c9cbd42adc9e1265f74678923b19297d66eb84dcca", - "strip_prefix": "zulu17.44.53-ca-jdk17.0.8.1-macosx_aarch64", - "urls": [ - "https://mirror.bazel.build/cdn.azul.com/zulu/bin/zulu17.44.53-ca-jdk17.0.8.1-macosx_aarch64.tar.gz", - "https://cdn.azul.com/zulu/bin/zulu17.44.53-ca-jdk17.0.8.1-macosx_aarch64.tar.gz" - ] - } - }, - "remote_java_tools_windows": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remote_java_tools_windows", - "sha256": "c5c70c214a350f12cbf52da8270fa43ba629b795f3dd328028a38f8f0d39c2a1", - "urls": [ - "https://mirror.bazel.build/bazel_java_tools/releases/java/v13.1/java_tools_windows-v13.1.zip", - "https://github.com/bazelbuild/java_tools/releases/download/java_v13.1/java_tools_windows-v13.1.zip" - ] - } - }, - "remotejdk11_win": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk11_win", - "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 11,\n)\n", - "sha256": "43408193ce2fa0862819495b5ae8541085b95660153f2adcf91a52d3a1710e83", - "strip_prefix": "zulu11.66.15-ca-jdk11.0.20-win_x64", - "urls": [ - "https://mirror.bazel.build/cdn.azul.com/zulu/bin/zulu11.66.15-ca-jdk11.0.20-win_x64.zip", - "https://cdn.azul.com/zulu/bin/zulu11.66.15-ca-jdk11.0.20-win_x64.zip" - ] - } - }, - "remotejdk11_win_toolchain_config_repo": { - "bzlFile": "@@rules_java~7.1.0//toolchains:remote_java_repository.bzl", - "ruleClassName": "_toolchain_config", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk11_win_toolchain_config_repo", - "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_11\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"11\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:windows\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk11_win//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:windows\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk11_win//:jdk\",\n)\n" - } - }, - "remotejdk11_linux_aarch64": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk11_linux_aarch64", - "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 11,\n)\n", - "sha256": "54174439f2b3fddd11f1048c397fe7bb45d4c9d66d452d6889b013d04d21c4de", - "strip_prefix": "zulu11.66.15-ca-jdk11.0.20-linux_aarch64", - "urls": [ - "https://mirror.bazel.build/cdn.azul.com/zulu/bin/zulu11.66.15-ca-jdk11.0.20-linux_aarch64.tar.gz", - "https://cdn.azul.com/zulu/bin/zulu11.66.15-ca-jdk11.0.20-linux_aarch64.tar.gz" - ] - } - }, - "remotejdk17_linux": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk17_linux", - "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 17,\n)\n", - "sha256": "b9482f2304a1a68a614dfacddcf29569a72f0fac32e6c74f83dc1b9a157b8340", - "strip_prefix": "zulu17.44.53-ca-jdk17.0.8.1-linux_x64", - "urls": [ - "https://mirror.bazel.build/cdn.azul.com/zulu/bin/zulu17.44.53-ca-jdk17.0.8.1-linux_x64.tar.gz", - "https://cdn.azul.com/zulu/bin/zulu17.44.53-ca-jdk17.0.8.1-linux_x64.tar.gz" - ] - } - }, - "remotejdk11_linux_s390x_toolchain_config_repo": { - "bzlFile": "@@rules_java~7.1.0//toolchains:remote_java_repository.bzl", - "ruleClassName": "_toolchain_config", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk11_linux_s390x_toolchain_config_repo", - "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_11\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"11\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:s390x\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk11_linux_s390x//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:s390x\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk11_linux_s390x//:jdk\",\n)\n" - } - }, - "remotejdk11_linux_toolchain_config_repo": { - "bzlFile": "@@rules_java~7.1.0//toolchains:remote_java_repository.bzl", - "ruleClassName": "_toolchain_config", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk11_linux_toolchain_config_repo", - "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_11\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"11\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk11_linux//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk11_linux//:jdk\",\n)\n" - } - }, - "remotejdk11_macos": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk11_macos", - "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 11,\n)\n", - "sha256": "bcaab11cfe586fae7583c6d9d311c64384354fb2638eb9a012eca4c3f1a1d9fd", - "strip_prefix": "zulu11.66.15-ca-jdk11.0.20-macosx_x64", - "urls": [ - "https://mirror.bazel.build/cdn.azul.com/zulu/bin/zulu11.66.15-ca-jdk11.0.20-macosx_x64.tar.gz", - "https://cdn.azul.com/zulu/bin/zulu11.66.15-ca-jdk11.0.20-macosx_x64.tar.gz" - ] - } - }, - "remotejdk11_win_arm64": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk11_win_arm64", - "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 11,\n)\n", - "sha256": "b8a28e6e767d90acf793ea6f5bed0bb595ba0ba5ebdf8b99f395266161e53ec2", - "strip_prefix": "jdk-11.0.13+8", - "urls": [ - "https://mirror.bazel.build/aka.ms/download-jdk/microsoft-jdk-11.0.13.8.1-windows-aarch64.zip" - ] - } - }, - "remotejdk17_macos": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk17_macos", - "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 17,\n)\n", - "sha256": "640453e8afe8ffe0fb4dceb4535fb50db9c283c64665eebb0ba68b19e65f4b1f", - "strip_prefix": "zulu17.44.53-ca-jdk17.0.8.1-macosx_x64", - "urls": [ - "https://mirror.bazel.build/cdn.azul.com/zulu/bin/zulu17.44.53-ca-jdk17.0.8.1-macosx_x64.tar.gz", - "https://cdn.azul.com/zulu/bin/zulu17.44.53-ca-jdk17.0.8.1-macosx_x64.tar.gz" - ] - } - }, - "remotejdk21_macos": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk21_macos", - "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 21,\n)\n", - "sha256": "9639b87db586d0c89f7a9892ae47f421e442c64b97baebdff31788fbe23265bd", - "strip_prefix": "zulu21.28.85-ca-jdk21.0.0-macosx_x64", - "urls": [ - "https://mirror.bazel.build/cdn.azul.com/zulu/bin/zulu21.28.85-ca-jdk21.0.0-macosx_x64.tar.gz", - "https://cdn.azul.com/zulu/bin/zulu21.28.85-ca-jdk21.0.0-macosx_x64.tar.gz" - ] - } - }, - "remotejdk21_macos_toolchain_config_repo": { - "bzlFile": "@@rules_java~7.1.0//toolchains:remote_java_repository.bzl", - "ruleClassName": "_toolchain_config", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk21_macos_toolchain_config_repo", - "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_21\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"21\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:macos\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk21_macos//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:macos\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk21_macos//:jdk\",\n)\n" - } - }, - "remotejdk17_macos_aarch64_toolchain_config_repo": { - "bzlFile": "@@rules_java~7.1.0//toolchains:remote_java_repository.bzl", - "ruleClassName": "_toolchain_config", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk17_macos_aarch64_toolchain_config_repo", - "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_17\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"17\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:macos\", \"@platforms//cpu:aarch64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk17_macos_aarch64//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:macos\", \"@platforms//cpu:aarch64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk17_macos_aarch64//:jdk\",\n)\n" - } - }, - "remotejdk17_win": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk17_win", - "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 17,\n)\n", - "sha256": "192f2afca57701de6ec496234f7e45d971bf623ff66b8ee4a5c81582054e5637", - "strip_prefix": "zulu17.44.53-ca-jdk17.0.8.1-win_x64", - "urls": [ - "https://mirror.bazel.build/cdn.azul.com/zulu/bin/zulu17.44.53-ca-jdk17.0.8.1-win_x64.zip", - "https://cdn.azul.com/zulu/bin/zulu17.44.53-ca-jdk17.0.8.1-win_x64.zip" - ] - } - }, - "remotejdk11_macos_aarch64_toolchain_config_repo": { - "bzlFile": "@@rules_java~7.1.0//toolchains:remote_java_repository.bzl", - "ruleClassName": "_toolchain_config", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk11_macos_aarch64_toolchain_config_repo", - "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_11\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"11\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:macos\", \"@platforms//cpu:aarch64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk11_macos_aarch64//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:macos\", \"@platforms//cpu:aarch64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk11_macos_aarch64//:jdk\",\n)\n" - } - }, - "remotejdk11_linux_ppc64le_toolchain_config_repo": { - "bzlFile": "@@rules_java~7.1.0//toolchains:remote_java_repository.bzl", - "ruleClassName": "_toolchain_config", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk11_linux_ppc64le_toolchain_config_repo", - "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_11\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"11\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:ppc\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk11_linux_ppc64le//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:ppc\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk11_linux_ppc64le//:jdk\",\n)\n" - } - }, - "remotejdk21_linux": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk21_linux", - "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 21,\n)\n", - "sha256": "0c0eadfbdc47a7ca64aeab51b9c061f71b6e4d25d2d87674512e9b6387e9e3a6", - "strip_prefix": "zulu21.28.85-ca-jdk21.0.0-linux_x64", - "urls": [ - "https://mirror.bazel.build/cdn.azul.com/zulu/bin/zulu21.28.85-ca-jdk21.0.0-linux_x64.tar.gz", - "https://cdn.azul.com/zulu/bin/zulu21.28.85-ca-jdk21.0.0-linux_x64.tar.gz" - ] - } - }, - "remote_java_tools_linux": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remote_java_tools_linux", - "sha256": "d134da9b04c9023fb6e56a5d4bffccee73f7bc9572ddc4e747778dacccd7a5a7", - "urls": [ - "https://mirror.bazel.build/bazel_java_tools/releases/java/v13.1/java_tools_linux-v13.1.zip", - "https://github.com/bazelbuild/java_tools/releases/download/java_v13.1/java_tools_linux-v13.1.zip" - ] - } - }, - "remotejdk21_win": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk21_win", - "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 21,\n)\n", - "sha256": "e9959d500a0d9a7694ac243baf657761479da132f0f94720cbffd092150bd802", - "strip_prefix": "zulu21.28.85-ca-jdk21.0.0-win_x64", - "urls": [ - "https://mirror.bazel.build/cdn.azul.com/zulu/bin/zulu21.28.85-ca-jdk21.0.0-win_x64.zip", - "https://cdn.azul.com/zulu/bin/zulu21.28.85-ca-jdk21.0.0-win_x64.zip" - ] - } - }, - "remotejdk21_linux_aarch64": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk21_linux_aarch64", - "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 21,\n)\n", - "sha256": "1fb64b8036c5d463d8ab59af06bf5b6b006811e6012e3b0eb6bccf57f1c55835", - "strip_prefix": "zulu21.28.85-ca-jdk21.0.0-linux_aarch64", - "urls": [ - "https://mirror.bazel.build/cdn.azul.com/zulu/bin/zulu21.28.85-ca-jdk21.0.0-linux_aarch64.tar.gz", - "https://cdn.azul.com/zulu/bin/zulu21.28.85-ca-jdk21.0.0-linux_aarch64.tar.gz" - ] - } - }, - "remotejdk11_linux_aarch64_toolchain_config_repo": { - "bzlFile": "@@rules_java~7.1.0//toolchains:remote_java_repository.bzl", - "ruleClassName": "_toolchain_config", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk11_linux_aarch64_toolchain_config_repo", - "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_11\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"11\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:aarch64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk11_linux_aarch64//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:aarch64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk11_linux_aarch64//:jdk\",\n)\n" - } - }, - "remotejdk11_linux_s390x": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk11_linux_s390x", - "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 11,\n)\n", - "sha256": "a58fc0361966af0a5d5a31a2d8a208e3c9bb0f54f345596fd80b99ea9a39788b", - "strip_prefix": "jdk-11.0.15+10", - "urls": [ - "https://mirror.bazel.build/github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.15+10/OpenJDK11U-jdk_s390x_linux_hotspot_11.0.15_10.tar.gz", - "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.15+10/OpenJDK11U-jdk_s390x_linux_hotspot_11.0.15_10.tar.gz" - ] - } - }, - "remotejdk17_linux_aarch64": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk17_linux_aarch64", - "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 17,\n)\n", - "sha256": "6531cef61e416d5a7b691555c8cf2bdff689201b8a001ff45ab6740062b44313", - "strip_prefix": "zulu17.44.53-ca-jdk17.0.8.1-linux_aarch64", - "urls": [ - "https://mirror.bazel.build/cdn.azul.com/zulu/bin/zulu17.44.53-ca-jdk17.0.8.1-linux_aarch64.tar.gz", - "https://cdn.azul.com/zulu/bin/zulu17.44.53-ca-jdk17.0.8.1-linux_aarch64.tar.gz" - ] - } - }, - "remotejdk17_win_arm64_toolchain_config_repo": { - "bzlFile": "@@rules_java~7.1.0//toolchains:remote_java_repository.bzl", - "ruleClassName": "_toolchain_config", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk17_win_arm64_toolchain_config_repo", - "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_17\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"17\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:windows\", \"@platforms//cpu:arm64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk17_win_arm64//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:windows\", \"@platforms//cpu:arm64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk17_win_arm64//:jdk\",\n)\n" - } - }, - "remotejdk11_linux": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk11_linux", - "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 11,\n)\n", - "sha256": "a34b404f87a08a61148b38e1416d837189e1df7a040d949e743633daf4695a3c", - "strip_prefix": "zulu11.66.15-ca-jdk11.0.20-linux_x64", - "urls": [ - "https://mirror.bazel.build/cdn.azul.com/zulu/bin/zulu11.66.15-ca-jdk11.0.20-linux_x64.tar.gz", - "https://cdn.azul.com/zulu/bin/zulu11.66.15-ca-jdk11.0.20-linux_x64.tar.gz" - ] - } - }, - "remotejdk11_macos_toolchain_config_repo": { - "bzlFile": "@@rules_java~7.1.0//toolchains:remote_java_repository.bzl", - "ruleClassName": "_toolchain_config", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk11_macos_toolchain_config_repo", - "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_11\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"11\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:macos\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk11_macos//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:macos\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk11_macos//:jdk\",\n)\n" - } - }, - "remotejdk17_linux_ppc64le_toolchain_config_repo": { - "bzlFile": "@@rules_java~7.1.0//toolchains:remote_java_repository.bzl", - "ruleClassName": "_toolchain_config", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk17_linux_ppc64le_toolchain_config_repo", - "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_17\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"17\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:ppc\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk17_linux_ppc64le//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:ppc\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk17_linux_ppc64le//:jdk\",\n)\n" - } - }, - "remotejdk17_win_arm64": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk17_win_arm64", - "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 17,\n)\n", - "sha256": "6802c99eae0d788e21f52d03cab2e2b3bf42bc334ca03cbf19f71eb70ee19f85", - "strip_prefix": "zulu17.44.53-ca-jdk17.0.8.1-win_aarch64", - "urls": [ - "https://mirror.bazel.build/cdn.azul.com/zulu/bin/zulu17.44.53-ca-jdk17.0.8.1-win_aarch64.zip", - "https://cdn.azul.com/zulu/bin/zulu17.44.53-ca-jdk17.0.8.1-win_aarch64.zip" - ] - } - }, - "remote_java_tools_darwin_arm64": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remote_java_tools_darwin_arm64", - "sha256": "dab5bb87ec43e980faea6e1cec14bafb217b8e2f5346f53aa784fd715929a930", - "urls": [ - "https://mirror.bazel.build/bazel_java_tools/releases/java/v13.1/java_tools_darwin_arm64-v13.1.zip", - "https://github.com/bazelbuild/java_tools/releases/download/java_v13.1/java_tools_darwin_arm64-v13.1.zip" - ] - } - }, - "remotejdk17_linux_ppc64le": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk17_linux_ppc64le", - "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 17,\n)\n", - "sha256": "00a4c07603d0218cd678461b5b3b7e25b3253102da4022d31fc35907f21a2efd", - "strip_prefix": "jdk-17.0.8.1+1", - "urls": [ - "https://mirror.bazel.build/github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.8.1%2B1/OpenJDK17U-jdk_ppc64le_linux_hotspot_17.0.8.1_1.tar.gz", - "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.8.1%2B1/OpenJDK17U-jdk_ppc64le_linux_hotspot_17.0.8.1_1.tar.gz" - ] - } - }, - "remotejdk21_linux_aarch64_toolchain_config_repo": { - "bzlFile": "@@rules_java~7.1.0//toolchains:remote_java_repository.bzl", - "ruleClassName": "_toolchain_config", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk21_linux_aarch64_toolchain_config_repo", - "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_21\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"21\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:aarch64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk21_linux_aarch64//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:linux\", \"@platforms//cpu:aarch64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk21_linux_aarch64//:jdk\",\n)\n" - } - }, - "remotejdk11_win_arm64_toolchain_config_repo": { - "bzlFile": "@@rules_java~7.1.0//toolchains:remote_java_repository.bzl", - "ruleClassName": "_toolchain_config", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk11_win_arm64_toolchain_config_repo", - "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_11\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"11\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:windows\", \"@platforms//cpu:arm64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk11_win_arm64//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:windows\", \"@platforms//cpu:arm64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk11_win_arm64//:jdk\",\n)\n" - } - }, - "local_jdk": { - "bzlFile": "@@rules_java~7.1.0//toolchains:local_java_repository.bzl", - "ruleClassName": "_local_java_repository_rule", - "attributes": { - "name": "rules_java~7.1.0~toolchains~local_jdk", - "java_home": "", - "version": "", - "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = {RUNTIME_VERSION},\n)\n" - } - }, - "remote_java_tools_darwin_x86_64": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remote_java_tools_darwin_x86_64", - "sha256": "0db40d8505a2b65ef0ed46e4256757807db8162f7acff16225be57c1d5726dbc", - "urls": [ - "https://mirror.bazel.build/bazel_java_tools/releases/java/v13.1/java_tools_darwin_x86_64-v13.1.zip", - "https://github.com/bazelbuild/java_tools/releases/download/java_v13.1/java_tools_darwin_x86_64-v13.1.zip" - ] - } - }, - "remote_java_tools": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remote_java_tools", - "sha256": "286bdbbd66e616fc4ed3f90101418729a73baa7e8c23a98ffbef558f74c0ad14", - "urls": [ - "https://mirror.bazel.build/bazel_java_tools/releases/java/v13.1/java_tools-v13.1.zip", - "https://github.com/bazelbuild/java_tools/releases/download/java_v13.1/java_tools-v13.1.zip" - ] - } - }, - "remotejdk17_linux_s390x": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk17_linux_s390x", - "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 17,\n)\n", - "sha256": "ffacba69c6843d7ca70d572489d6cc7ab7ae52c60f0852cedf4cf0d248b6fc37", - "strip_prefix": "jdk-17.0.8.1+1", - "urls": [ - "https://mirror.bazel.build/github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.8.1%2B1/OpenJDK17U-jdk_s390x_linux_hotspot_17.0.8.1_1.tar.gz", - "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.8.1%2B1/OpenJDK17U-jdk_s390x_linux_hotspot_17.0.8.1_1.tar.gz" - ] - } - }, - "remotejdk17_win_toolchain_config_repo": { - "bzlFile": "@@rules_java~7.1.0//toolchains:remote_java_repository.bzl", - "ruleClassName": "_toolchain_config", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk17_win_toolchain_config_repo", - "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_17\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"17\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:windows\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk17_win//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:windows\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk17_win//:jdk\",\n)\n" - } - }, - "remotejdk11_linux_ppc64le": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk11_linux_ppc64le", - "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 11,\n)\n", - "sha256": "a8fba686f6eb8ae1d1a9566821dbd5a85a1108b96ad857fdbac5c1e4649fc56f", - "strip_prefix": "jdk-11.0.15+10", - "urls": [ - "https://mirror.bazel.build/github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.15+10/OpenJDK11U-jdk_ppc64le_linux_hotspot_11.0.15_10.tar.gz", - "https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.15+10/OpenJDK11U-jdk_ppc64le_linux_hotspot_11.0.15_10.tar.gz" - ] - } - }, - "remotejdk11_macos_aarch64": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk11_macos_aarch64", - "build_file_content": "load(\"@rules_java//java:defs.bzl\", \"java_runtime\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files([\"WORKSPACE\", \"BUILD.bazel\"])\n\nfilegroup(\n name = \"jre\",\n srcs = glob(\n [\n \"jre/bin/**\",\n \"jre/lib/**\",\n ],\n allow_empty = True,\n # In some configurations, Java browser plugin is considered harmful and\n # common antivirus software blocks access to npjp2.dll interfering with Bazel,\n # so do not include it in JRE on Windows.\n exclude = [\"jre/bin/plugin2/**\"],\n ),\n)\n\nfilegroup(\n name = \"jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contains a directory called\n # \"%systemroot%\", which is not a valid label.\n exclude = [\"**/*%*/**\"],\n ),\n)\n\n# This folder holds security policies.\nfilegroup(\n name = \"jdk-conf\",\n srcs = glob(\n [\"conf/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-include\",\n srcs = glob(\n [\"include/**\"],\n allow_empty = True,\n ),\n)\n\nfilegroup(\n name = \"jdk-lib\",\n srcs = glob(\n [\"lib/**\", \"release\"],\n allow_empty = True,\n exclude = [\n \"lib/missioncontrol/**\",\n \"lib/visualvm/**\",\n ],\n ),\n)\n\njava_runtime(\n name = \"jdk\",\n srcs = [\n \":jdk-bin\",\n \":jdk-conf\",\n \":jdk-include\",\n \":jdk-lib\",\n \":jre\",\n ],\n # Provide the 'java` binary explicitly so that the correct path is used by\n # Bazel even when the host platform differs from the execution platform.\n # Exactly one of the two globs will be empty depending on the host platform.\n # When --incompatible_disallow_empty_glob is enabled, each individual empty\n # glob will fail without allow_empty = True, even if the overall result is\n # non-empty.\n java = glob([\"bin/java.exe\", \"bin/java\"], allow_empty = True)[0],\n version = 11,\n)\n", - "sha256": "7632bc29f8a4b7d492b93f3bc75a7b61630894db85d136456035ab2a24d38885", - "strip_prefix": "zulu11.66.15-ca-jdk11.0.20-macosx_aarch64", - "urls": [ - "https://mirror.bazel.build/cdn.azul.com/zulu/bin/zulu11.66.15-ca-jdk11.0.20-macosx_aarch64.tar.gz", - "https://cdn.azul.com/zulu/bin/zulu11.66.15-ca-jdk11.0.20-macosx_aarch64.tar.gz" - ] - } - }, - "remotejdk21_win_toolchain_config_repo": { - "bzlFile": "@@rules_java~7.1.0//toolchains:remote_java_repository.bzl", - "ruleClassName": "_toolchain_config", - "attributes": { - "name": "rules_java~7.1.0~toolchains~remotejdk21_win_toolchain_config_repo", - "build_file": "\nconfig_setting(\n name = \"prefix_version_setting\",\n values = {\"java_runtime_version\": \"remotejdk_21\"},\n visibility = [\"//visibility:private\"],\n)\nconfig_setting(\n name = \"version_setting\",\n values = {\"java_runtime_version\": \"21\"},\n visibility = [\"//visibility:private\"],\n)\nalias(\n name = \"version_or_prefix_version_setting\",\n actual = select({\n \":version_setting\": \":version_setting\",\n \"//conditions:default\": \":prefix_version_setting\",\n }),\n visibility = [\"//visibility:private\"],\n)\ntoolchain(\n name = \"toolchain\",\n target_compatible_with = [\"@platforms//os:windows\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk21_win//:jdk\",\n)\ntoolchain(\n name = \"bootstrap_runtime_toolchain\",\n # These constraints are not required for correctness, but prevent fetches of remote JDK for\n # different architectures. As every Java compilation toolchain depends on a bootstrap runtime in\n # the same configuration, this constraint will not result in toolchain resolution failures.\n exec_compatible_with = [\"@platforms//os:windows\", \"@platforms//cpu:x86_64\"],\n target_settings = [\":version_or_prefix_version_setting\"],\n toolchain_type = \"@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type\",\n toolchain = \"@remotejdk21_win//:jdk\",\n)\n" - } - } - } - } - }, - "@@toolchain_utils~1.0.0-beta.6//:MODULE.bazel%_repo_rules": { - "general": { - "bzlTransitiveDigest": "EyT/sMAKLPArwKQR7yfwzX0Jj6UkbNPq+yyLByJVyUY=", - "accumulatedFileDigests": {}, - "envVariables": {}, - "generatedRepoSpecs": { - "local": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/local/triplet:repository.bzl", - "ruleClassName": "triplet", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~_repo_rules~local" - } - }, - "launcher": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/launcher:repository.bzl", - "ruleClassName": "launcher", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~_repo_rules~launcher" - } - } - } - } - }, - "@@toolchain_utils~1.0.0-beta.6//toolchain/export:defs.bzl%toolchain_export": { - "general": { - "bzlTransitiveDigest": "n2fd+/jiAv/nvvi2WUR+VQxI3aTZGNuhuX/NuFhw5fM=", - "accumulatedFileDigests": {}, - "envVariables": {}, - "generatedRepoSpecs": { - "ape-pledge": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-pledge", - "target": "@@ape~1.0.0-beta.2~_repo_rules~pledge//:pledge" - } - }, - "ape-basenc": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-basenc", - "target": "@@ape~1.0.0-beta.2~_repo_rules~basenc//:basenc" - } - }, - "ape-pwd": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-pwd", - "target": "@@ape~1.0.0-beta.2~_repo_rules~pwd//:pwd" - } - }, - "ape-xargs": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-xargs", - "target": "@@ape~1.0.0-beta.2~_repo_rules~xargs//:xargs" - } - }, - "ape-md5sum": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-md5sum", - "target": "@@ape~1.0.0-beta.2~_repo_rules~md5sum//:md5sum" - } - }, - "ape-cut": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-cut", - "target": "@@ape~1.0.0-beta.2~_repo_rules~cut//:cut" - } - }, - "ape-date": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-date", - "target": "@@ape~1.0.0-beta.2~_repo_rules~date//:date" - } - }, - "ape-nl": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-nl", - "target": "@@ape~1.0.0-beta.2~_repo_rules~nl//:nl" - } - }, - "ape-expand": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-expand", - "target": "@@ape~1.0.0-beta.2~_repo_rules~expand//:expand" - } - }, - "ape-ttyinfo": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-ttyinfo", - "target": "@@ape~1.0.0-beta.2~_repo_rules~ttyinfo//:ttyinfo" - } - }, - "ape-verynice": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-verynice", - "target": "@@ape~1.0.0-beta.2~_repo_rules~verynice//:verynice" - } - }, - "ape-cmp": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-cmp", - "target": "@@ape~1.0.0-beta.2~_repo_rules~cmp//:cmp" - } - }, - "ape-dirname": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-dirname", - "target": "@@ape~1.0.0-beta.2~_repo_rules~dirname//:dirname" - } - }, - "ape-sum": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-sum", - "target": "@@ape~1.0.0-beta.2~_repo_rules~sum//:sum" - } - }, - "ape-unexpand": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-unexpand", - "target": "@@ape~1.0.0-beta.2~_repo_rules~unexpand//:unexpand" - } - }, - "ape-sdiff": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-sdiff", - "target": "@@ape~1.0.0-beta.2~_repo_rules~sdiff//:sdiff" - } - }, - "ape-pigz": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-pigz", - "target": "@@ape~1.0.0-beta.2~_repo_rules~pigz//:pigz" - } - }, - "ape-nano": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-nano", - "target": "@@ape~1.0.0-beta.2~_repo_rules~nano//:nano" - } - }, - "ape-zsh": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-zsh", - "target": "@@ape~1.0.0-beta.2~_repo_rules~zsh//:zsh" - } - }, - "ape-datasette": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-datasette", - "target": "@@ape~1.0.0-beta.2~_repo_rules~datasette//:datasette" - } - }, - "ape-sha384sum": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-sha384sum", - "target": "@@ape~1.0.0-beta.2~_repo_rules~sha384sum//:sha384sum" - } - }, - "ape-dircolors": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-dircolors", - "target": "@@ape~1.0.0-beta.2~_repo_rules~dircolors//:dircolors" - } - }, - "ape-rsync": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-rsync", - "target": "@@ape~1.0.0-beta.2~_repo_rules~rsync//:rsync" - } - }, - "ape-sed": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-sed", - "target": "@@ape~1.0.0-beta.2~_repo_rules~sed//:sed" - } - }, - "ape-sha512sum": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-sha512sum", - "target": "@@ape~1.0.0-beta.2~_repo_rules~sha512sum//:sha512sum" - } - }, - "ape-nproc": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-nproc", - "target": "@@ape~1.0.0-beta.2~_repo_rules~nproc//:nproc" - } - }, - "ape-find": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-find", - "target": "@@ape~1.0.0-beta.2~_repo_rules~find//:find" - } - }, - "ape-pinky": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-pinky", - "target": "@@ape~1.0.0-beta.2~_repo_rules~pinky//:pinky" - } - }, - "ape-mktemp": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-mktemp", - "target": "@@ape~1.0.0-beta.2~_repo_rules~mktemp//:mktemp" - } - }, - "ape-bash": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-bash", - "target": "@@ape~1.0.0-beta.2~_repo_rules~bash//:bash" - } - }, - "ape-mkfifo": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-mkfifo", - "target": "@@ape~1.0.0-beta.2~_repo_rules~mkfifo//:mkfifo" - } - }, - "ape-tmux": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-tmux", - "target": "@@ape~1.0.0-beta.2~_repo_rules~tmux//:tmux" - } - }, - "ape-users": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-users", - "target": "@@ape~1.0.0-beta.2~_repo_rules~users//:users" - } - }, - "ape-head": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-head", - "target": "@@ape~1.0.0-beta.2~_repo_rules~head//:head" - } - }, - "ape-seq": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-seq", - "target": "@@ape~1.0.0-beta.2~_repo_rules~seq//:seq" - } - }, - "ape-printenv": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-printenv", - "target": "@@ape~1.0.0-beta.2~_repo_rules~printenv//:printenv" - } - }, - "ape-lz4": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-lz4", - "target": "@@ape~1.0.0-beta.2~_repo_rules~lz4//:lz4" - } - }, - "ape-sqlite3": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-sqlite3", - "target": "@@ape~1.0.0-beta.2~_repo_rules~sqlite3//:sqlite3" - } - }, - "ape-od": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-od", - "target": "@@ape~1.0.0-beta.2~_repo_rules~od//:od" - } - }, - "ape-tsort": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-tsort", - "target": "@@ape~1.0.0-beta.2~_repo_rules~tsort//:tsort" - } - }, - "ape-chcon": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-chcon", - "target": "@@ape~1.0.0-beta.2~_repo_rules~chcon//:chcon" - } - }, - "ape-shred": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-shred", - "target": "@@ape~1.0.0-beta.2~_repo_rules~shred//:shred" - } - }, - "ape-tidy": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-tidy", - "target": "@@ape~1.0.0-beta.2~_repo_rules~tidy//:tidy" - } - }, - "ape-wall": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-wall", - "target": "@@ape~1.0.0-beta.2~_repo_rules~wall//:wall" - } - }, - "ape-split": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-split", - "target": "@@ape~1.0.0-beta.2~_repo_rules~split//:split" - } - }, - "ape-berry": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-berry", - "target": "@@ape~1.0.0-beta.2~_repo_rules~berry//:berry" - } - }, - "ape-groups": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-groups", - "target": "@@ape~1.0.0-beta.2~_repo_rules~groups//:groups" - } - }, - "ape-base64": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-base64", - "target": "@@ape~1.0.0-beta.2~_repo_rules~base64//:base64" - } - }, - "ape-grep": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-grep", - "target": "@@ape~1.0.0-beta.2~_repo_rules~grep//:grep" - } - }, - "ape-wc": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-wc", - "target": "@@ape~1.0.0-beta.2~_repo_rules~wc//:wc" - } - }, - "ape-chown": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-chown", - "target": "@@ape~1.0.0-beta.2~_repo_rules~chown//:chown" - } - }, - "ape-ctags": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-ctags", - "target": "@@ape~1.0.0-beta.2~_repo_rules~ctags//:ctags" - } - }, - "ape-locate": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-locate", - "target": "@@ape~1.0.0-beta.2~_repo_rules~locate//:locate" - } - }, - "ape-ls": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-ls", - "target": "@@ape~1.0.0-beta.2~_repo_rules~ls//:ls" - } - }, - "ape-factor": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-factor", - "target": "@@ape~1.0.0-beta.2~_repo_rules~factor//:factor" - } - }, - "ape-life": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-life", - "target": "@@ape~1.0.0-beta.2~_repo_rules~life//:life" - } - }, - "ape-expr": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-expr", - "target": "@@ape~1.0.0-beta.2~_repo_rules~expr//:expr" - } - }, - "ape-link": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-link", - "target": "@@ape~1.0.0-beta.2~_repo_rules~link//:link" - } - }, - "ape-ninja": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-ninja", - "target": "@@ape~1.0.0-beta.2~_repo_rules~ninja//:ninja" - } - }, - "ape-qjs": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-qjs", - "target": "@@ape~1.0.0-beta.2~_repo_rules~qjs//:qjs" - } - }, - "ape-df": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-df", - "target": "@@ape~1.0.0-beta.2~_repo_rules~df//:df" - } - }, - "ape-ln": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-ln", - "target": "@@ape~1.0.0-beta.2~_repo_rules~ln//:ln" - } - }, - "ape-b2sum": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-b2sum", - "target": "@@ape~1.0.0-beta.2~_repo_rules~b2sum//:b2sum" - } - }, - "ape-tr": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-tr", - "target": "@@ape~1.0.0-beta.2~_repo_rules~tr//:tr" - } - }, - "zstd": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~zstd", - "target": "@@toolchain_utils~1.0.0-beta.6~toolchain_export~ape-zstd//:ape-zstd" - } - }, - "ape-unlink": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-unlink", - "target": "@@ape~1.0.0-beta.2~_repo_rules~unlink//:unlink" - } - }, - "ape-diff": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-diff", - "target": "@@ape~1.0.0-beta.2~_repo_rules~diff//:diff" - } - }, - "ape-unbourne": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-unbourne", - "target": "@@ape~1.0.0-beta.2~_repo_rules~unbourne//:unbourne" - } - }, - "ape-dir": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-dir", - "target": "@@ape~1.0.0-beta.2~_repo_rules~dir//:dir" - } - }, - "ape-fmt": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-fmt", - "target": "@@ape~1.0.0-beta.2~_repo_rules~fmt//:fmt" - } - }, - "ape-fold": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-fold", - "target": "@@ape~1.0.0-beta.2~_repo_rules~fold//:fold" - } - }, - "ape-make": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-make", - "target": "@@ape~1.0.0-beta.2~_repo_rules~make//:make" - } - }, - "ape-mktemper": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-mktemper", - "target": "@@ape~1.0.0-beta.2~_repo_rules~mktemper//:mktemper" - } - }, - "ape-base32": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-base32", - "target": "@@ape~1.0.0-beta.2~_repo_rules~base32//:base32" - } - }, - "ape-chgrp": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-chgrp", - "target": "@@ape~1.0.0-beta.2~_repo_rules~chgrp//:chgrp" - } - }, - "ape-tac": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-tac", - "target": "@@ape~1.0.0-beta.2~_repo_rules~tac//:tac" - } - }, - "ape-touch": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-touch", - "target": "@@ape~1.0.0-beta.2~_repo_rules~touch//:touch" - } - }, - "ape-python": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-python", - "target": "@@ape~1.0.0-beta.2~_repo_rules~python//:python" - } - }, - "ape-uptime": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-uptime", - "target": "@@ape~1.0.0-beta.2~_repo_rules~uptime//:uptime" - } - }, - "ape-clang-format": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-clang-format", - "target": "@@ape~1.0.0-beta.2~_repo_rules~clang-format//:clang-format" - } - }, - "ape-comm": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-comm", - "target": "@@ape~1.0.0-beta.2~_repo_rules~comm//:comm" - } - }, - "ape-tar": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-tar", - "target": "@@ape~1.0.0-beta.2~_repo_rules~tar//:tar" - } - }, - "ape-false": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-false", - "target": "@@ape~1.0.0-beta.2~_repo_rules~false//:false" - } - }, - "ape-rmdir": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-rmdir", - "target": "@@ape~1.0.0-beta.2~_repo_rules~rmdir//:rmdir" - } - }, - "ape-paste": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-paste", - "target": "@@ape~1.0.0-beta.2~_repo_rules~paste//:paste" - } - }, - "ape-du": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-du", - "target": "@@ape~1.0.0-beta.2~_repo_rules~du//:du" - } - }, - "ape-links": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-links", - "target": "@@ape~1.0.0-beta.2~_repo_rules~links//:links" - } - }, - "ape-nohup": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-nohup", - "target": "@@ape~1.0.0-beta.2~_repo_rules~nohup//:nohup" - } - }, - "ape-basename": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-basename", - "target": "@@ape~1.0.0-beta.2~_repo_rules~basename//:basename" - } - }, - "ape-sha256sum": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-sha256sum", - "target": "@@ape~1.0.0-beta.2~_repo_rules~sha256sum//:sha256sum" - } - }, - "ape-greenbean": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-greenbean", - "target": "@@ape~1.0.0-beta.2~_repo_rules~greenbean//:greenbean" - } - }, - "ape-who": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-who", - "target": "@@ape~1.0.0-beta.2~_repo_rules~who//:who" - } - }, - "ape-curl": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-curl", - "target": "@@ape~1.0.0-beta.2~_repo_rules~curl//:curl" - } - }, - "ape-join": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-join", - "target": "@@ape~1.0.0-beta.2~_repo_rules~join//:join" - } - }, - "ape-printimage": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-printimage", - "target": "@@ape~1.0.0-beta.2~_repo_rules~printimage//:printimage" - } - }, - "ape-diff3": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-diff3", - "target": "@@ape~1.0.0-beta.2~_repo_rules~diff3//:diff3" - } - }, - "ape-pathchk": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-pathchk", - "target": "@@ape~1.0.0-beta.2~_repo_rules~pathchk//:pathchk" - } - }, - "ape-script": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-script", - "target": "@@ape~1.0.0-beta.2~_repo_rules~script//:script" - } - }, - "ape-cat": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-cat", - "target": "@@ape~1.0.0-beta.2~_repo_rules~cat//:cat" - } - }, - "ape-emacs": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-emacs", - "target": "@@ape~1.0.0-beta.2~_repo_rules~emacs//:emacs" - } - }, - "ape-csplit": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-csplit", - "target": "@@ape~1.0.0-beta.2~_repo_rules~csplit//:csplit" - } - }, - "ape-kill": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-kill", - "target": "@@ape~1.0.0-beta.2~_repo_rules~kill//:kill" - } - }, - "ape-emacsclient": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-emacsclient", - "target": "@@ape~1.0.0-beta.2~_repo_rules~emacsclient//:emacsclient" - } - }, - "ape-nice": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-nice", - "target": "@@ape~1.0.0-beta.2~_repo_rules~nice//:nice" - } - }, - "ape-timeout": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-timeout", - "target": "@@ape~1.0.0-beta.2~_repo_rules~timeout//:timeout" - } - }, - "ape-chroot": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-chroot", - "target": "@@ape~1.0.0-beta.2~_repo_rules~chroot//:chroot" - } - }, - "ape-mknod": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-mknod", - "target": "@@ape~1.0.0-beta.2~_repo_rules~mknod//:mknod" - } - }, - "ape-sha224sum": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-sha224sum", - "target": "@@ape~1.0.0-beta.2~_repo_rules~sha224sum//:sha224sum" - } - }, - "ape-yes": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-yes", - "target": "@@ape~1.0.0-beta.2~_repo_rules~yes//:yes" - } - }, - "ape-gmake": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-gmake", - "target": "@@ape~1.0.0-beta.2~_repo_rules~gmake//:gmake" - } - }, - "ape-numfmt": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-numfmt", - "target": "@@ape~1.0.0-beta.2~_repo_rules~numfmt//:numfmt" - } - }, - "ape-tail": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-tail", - "target": "@@ape~1.0.0-beta.2~_repo_rules~tail//:tail" - } - }, - "ape-bzip2": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-bzip2", - "target": "@@ape~1.0.0-beta.2~_repo_rules~bzip2//:bzip2" - } - }, - "ape-env": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-env", - "target": "@@ape~1.0.0-beta.2~_repo_rules~env//:env" - } - }, - "ape-patch": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-patch", - "target": "@@ape~1.0.0-beta.2~_repo_rules~patch//:patch" - } - }, - "ape-vdir": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-vdir", - "target": "@@ape~1.0.0-beta.2~_repo_rules~vdir//:vdir" - } - }, - "ape-realpath": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-realpath", - "target": "@@ape~1.0.0-beta.2~_repo_rules~realpath//:realpath" - } - }, - "ape-ptx": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-ptx", - "target": "@@ape~1.0.0-beta.2~_repo_rules~ptx//:ptx" - } - }, - "ape-awk": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-awk", - "target": "@@ape~1.0.0-beta.2~_repo_rules~awk//:awk" - } - }, - "ape-stat": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-stat", - "target": "@@ape~1.0.0-beta.2~_repo_rules~stat//:stat" - } - }, - "ape-brotli": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-brotli", - "target": "@@ape~1.0.0-beta.2~_repo_rules~brotli//:brotli" - } - }, - "ape-lua": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-lua", - "target": "@@ape~1.0.0-beta.2~_repo_rules~lua//:lua" - } - }, - "ape-nesemu1": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-nesemu1", - "target": "@@ape~1.0.0-beta.2~_repo_rules~nesemu1//:nesemu1" - } - }, - "ape-wget": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-wget", - "target": "@@ape~1.0.0-beta.2~_repo_rules~wget//:wget" - } - }, - "ape-tty": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-tty", - "target": "@@ape~1.0.0-beta.2~_repo_rules~tty//:tty" - } - }, - "ape-unzip": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-unzip", - "target": "@@ape~1.0.0-beta.2~_repo_rules~unzip//:unzip" - } - }, - "ape-pr": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-pr", - "target": "@@ape~1.0.0-beta.2~_repo_rules~pr//:pr" - } - }, - "ape-whoami": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-whoami", - "target": "@@ape~1.0.0-beta.2~_repo_rules~whoami//:whoami" - } - }, - "ape-xz": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-xz", - "target": "@@ape~1.0.0-beta.2~_repo_rules~xz//:xz" - } - }, - "ape-uniq": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-uniq", - "target": "@@ape~1.0.0-beta.2~_repo_rules~uniq//:uniq" - } - }, - "ape-readlink": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-readlink", - "target": "@@ape~1.0.0-beta.2~_repo_rules~readlink//:readlink" - } - }, - "ape-zstd": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-zstd", - "target": "@@ape~1.0.0-beta.2~_repo_rules~zstd//:zstd" - } - }, - "ape-cksum": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-cksum", - "target": "@@ape~1.0.0-beta.2~_repo_rules~cksum//:cksum" - } - }, - "ape-tee": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-tee", - "target": "@@ape~1.0.0-beta.2~_repo_rules~tee//:tee" - } - }, - "ape-sha1sum": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-sha1sum", - "target": "@@ape~1.0.0-beta.2~_repo_rules~sha1sum//:sha1sum" - } - }, - "ape-logname": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-logname", - "target": "@@ape~1.0.0-beta.2~_repo_rules~logname//:logname" - } - }, - "ape-sort": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-sort", - "target": "@@ape~1.0.0-beta.2~_repo_rules~sort//:sort" - } - }, - "ape-tree": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-tree", - "target": "@@ape~1.0.0-beta.2~_repo_rules~tree//:tree" - } - }, - "ape-less": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-less", - "target": "@@ape~1.0.0-beta.2~_repo_rules~less//:less" - } - }, - "ape-vim": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-vim", - "target": "@@ape~1.0.0-beta.2~_repo_rules~vim//:vim" - } - }, - "ape-dash": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-dash", - "target": "@@ape~1.0.0-beta.2~_repo_rules~dash//:dash" - } - }, - "ape-redbean": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-redbean", - "target": "@@ape~1.0.0-beta.2~_repo_rules~redbean//:redbean" - } - }, - "ape-sync": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-sync", - "target": "@@ape~1.0.0-beta.2~_repo_rules~sync//:sync" - } - }, - "ape-install": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-install", - "target": "@@ape~1.0.0-beta.2~_repo_rules~install//:install" - } - }, - "ape-shuf": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-shuf", - "target": "@@ape~1.0.0-beta.2~_repo_rules~shuf//:shuf" - } - }, - "ape-stty": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-stty", - "target": "@@ape~1.0.0-beta.2~_repo_rules~stty//:stty" - } - }, - "ape-zip": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-zip", - "target": "@@ape~1.0.0-beta.2~_repo_rules~zip//:zip" - } - }, - "ape-id": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-id", - "target": "@@ape~1.0.0-beta.2~_repo_rules~id//:id" - } - }, - "ape-truncate": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-truncate", - "target": "@@ape~1.0.0-beta.2~_repo_rules~truncate//:truncate" - } - }, - "ape-runcon": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-runcon", - "target": "@@ape~1.0.0-beta.2~_repo_rules~runcon//:runcon" - } - }, - "ape-true": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-true", - "target": "@@ape~1.0.0-beta.2~_repo_rules~true//:true" - } - }, - "ape-pypack1": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-pypack1", - "target": "@@ape~1.0.0-beta.2~_repo_rules~pypack1//:pypack1" - } - }, - "ape-cpuid": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-cpuid", - "target": "@@ape~1.0.0-beta.2~_repo_rules~cpuid//:cpuid" - } - }, - "ape-sleep": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-sleep", - "target": "@@ape~1.0.0-beta.2~_repo_rules~sleep//:sleep" - } - }, - "ape-test": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-test", - "target": "@@ape~1.0.0-beta.2~_repo_rules~test//:test" - } - } - } - } - } - } + "moduleExtensions": {} } diff --git a/e2e/.bazelrc b/e2e/.bazelrc index d394b1d..31d7aa5 100644 --- a/e2e/.bazelrc +++ b/e2e/.bazelrc @@ -1,6 +1,3 @@ -# Enable `bzlmod` -common --enable_bzlmod - # Build cache build --experimental_guard_against_concurrent_changes diff --git a/e2e/.bazelrc.ci b/e2e/.bazelrc.ci index 63f32e6..a455c55 100644 --- a/e2e/.bazelrc.ci +++ b/e2e/.bazelrc.ci @@ -10,6 +10,9 @@ common --curses=no # CI "terminals" support colour common --color=yes +# Print relative paths where possible to reduce noise +common --attempt_to_print_relative_paths + # Output timestamps for each command to aid debugging of CI runtime common --show_timestamps @@ -26,5 +29,36 @@ test --test_output=errors test --test_verbose_timeout_warnings # These locations are cached on the CI -build --disk_cache=${CI_PROJECT_DIR}/.cache/bazel/disk -build --repository_cache=${CI_PROJECT_DIR}/.cache/bazel/repo +build:local --disk_cache=${CI_PROJECT_DIR}/.cache/bazel/disk +build:local --repository_cache=${CI_PROJECT_DIR}/.cache/bazel/repo + +# Use remote cache/execution for our builds +build:remote --remote_executor=${CI_REMOTE_EXECUTOR} +build:remote --remote_cache=${CI_REMOTE_CACHE} +build:remote --remote_timeout=3600 +build:remote --remote_header=${CI_REMOTE_HEADER} +build:remote --experimental_remote_cache_compression +build:remote --jobs=${CI_REMOTE_JOBS} + +# Upload results to the Build Event Service +build:remote --bes_results_url=${CI_BES_RESULTS_URL} +build:remote --bes_backend=${CI_BES_BACKEND} + +# Add build metadata +build:remote --build_metadata=REPO_URL=${CI_PROJECT_URL} +build:remote --build_metadata=BRANCH_NAME=${CI_COMMIT_REF_NAME} +build:remote --build_metadata=COMMIT_SHA=${CI_COMMIT_SHA} +build:remote --build_metadata=HOST=${CI_SERVER_HOST} +build:remote --build_metadata=ROLE=CI +build:remote --build_metadata=USER=gitlab-ci + +# Provide detailed timing information to the remote executor +build:remote --noslim_profile +build:remote --experimental_profile_include_target_label +build:remote --experimental_profile_include_primary_output + +# Eliminate duplicate references in the Build Event Stream +build:remote --nolegacy_important_outputs + +# TODO: remove this when `bazel/ape` binaries work on remote execution `arm64` instances +build:remote --host_platform=@toolchain_utils//toolchain/platform:amd64-linux-gnu diff --git a/e2e/MODULE.bazel b/e2e/MODULE.bazel index ba83933..8f6349a 100644 --- a/e2e/MODULE.bazel +++ b/e2e/MODULE.bazel @@ -5,7 +5,7 @@ module( ], ) -bazel_dep(name = "rules_diff", version = "1.0.0-alpha.3") +bazel_dep(name = "rules_diff", version = "1.0.0-beta.3") bazel_dep(name = "rules_zstd", version = "0.0.0") local_path_override( module_name = "rules_zstd", diff --git a/e2e/MODULE.bazel.lock b/e2e/MODULE.bazel.lock index e2c96c1..24a42bf 100644 --- a/e2e/MODULE.bazel.lock +++ b/e2e/MODULE.bazel.lock @@ -1,6 +1,6 @@ { "lockFileVersion": 3, - "moduleFileHash": "87b6bec9d48627fce1a1757c4fca370f40b2a3d0852222dd42f048c7656fd15e", + "moduleFileHash": "42ab614469444d729318615a950bdf3c56161611fefd71e0eab006c476c23c66", "flags": { "cmdRegistries": [ "https://bcr.bazel.build/" @@ -13,7 +13,7 @@ "compatibilityMode": "ERROR" }, "localOverrideHashes": { - "rules_zstd": "f66737a48ba6f0f32abb21bd6851a65897a730baec2e833d486ccd709138d167", + "rules_zstd": "770d5957a86e3e6c5168c1990f9e9224f170f72e54edba6fb9b2727206609b62", "bazel_tools": "922ea6752dc9105de5af957f7a99a6933c0a6a712d23df6aad16a9c399f7e787" }, "moduleDepGraph": { @@ -26,16 +26,16 @@ "toolchainsToRegister": [], "extensionUsages": [], "deps": { - "rules_diff": "rules_diff@1.0.0-alpha.3", + "rules_diff": "rules_diff@1.0.0-beta.3", "rules_zstd": "rules_zstd@_", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" } }, - "rules_diff@1.0.0-alpha.3": { + "rules_diff@1.0.0-beta.3": { "name": "rules_diff", - "version": "1.0.0-alpha.3", - "key": "rules_diff@1.0.0-alpha.3", + "version": "1.0.0-beta.3", + "key": "rules_diff@1.0.0-beta.3", "repoName": "rules_diff", "executionPlatformsToRegister": [], "toolchainsToRegister": [ @@ -45,9 +45,9 @@ { "extensionBzlFile": "@toolchain_utils//toolchain/export:defs.bzl", "extensionName": "toolchain_export", - "usingModule": "rules_diff@1.0.0-alpha.3", + "usingModule": "rules_diff@1.0.0-beta.3", "location": { - "file": "https://bcr.bazel.build/modules/rules_diff/1.0.0-alpha.3/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_diff/1.0.0-beta.3/MODULE.bazel", "line": 13, "column": 23 }, @@ -71,7 +71,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_diff/1.0.0-alpha.3/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_diff/1.0.0-beta.3/MODULE.bazel", "line": 20, "column": 23 } @@ -84,7 +84,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_diff/1.0.0-alpha.3/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_diff/1.0.0-beta.3/MODULE.bazel", "line": 20, "column": 23 } @@ -97,7 +97,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_diff/1.0.0-alpha.3/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_diff/1.0.0-beta.3/MODULE.bazel", "line": 20, "column": 23 } @@ -110,7 +110,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_diff/1.0.0-alpha.3/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_diff/1.0.0-beta.3/MODULE.bazel", "line": 20, "column": 23 } @@ -122,9 +122,9 @@ { "extensionBzlFile": "//:MODULE.bazel", "extensionName": "_repo_rules", - "usingModule": "rules_diff@1.0.0-alpha.3", + "usingModule": "rules_diff@1.0.0-beta.3", "location": { - "file": "https://bcr.bazel.build/modules/rules_diff/1.0.0-alpha.3/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_diff/1.0.0-beta.3/MODULE.bazel", "line": 0, "column": 0 }, @@ -144,7 +144,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_diff/1.0.0-alpha.3/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_diff/1.0.0-beta.3/MODULE.bazel", "line": 25, "column": 17 } @@ -157,7 +157,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_diff/1.0.0-alpha.3/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_diff/1.0.0-beta.3/MODULE.bazel", "line": 25, "column": 17 } @@ -170,7 +170,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_diff/1.0.0-alpha.3/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_diff/1.0.0-beta.3/MODULE.bazel", "line": 25, "column": 17 } @@ -183,7 +183,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_diff/1.0.0-alpha.3/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_diff/1.0.0-beta.3/MODULE.bazel", "line": 25, "column": 17 } @@ -194,8 +194,8 @@ } ], "deps": { - "toolchain_utils": "toolchain_utils@1.0.0-beta.6", - "ape": "ape@1.0.0-beta.2", + "toolchain_utils": "toolchain_utils@1.0.0-beta.9", + "ape": "ape@1.0.0-beta.6", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" }, @@ -203,12 +203,12 @@ "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_diff~1.0.0-alpha.3", + "name": "rules_diff~1.0.0-beta.3", "urls": [ - "https://gitlab.arm.com/bazel/rules_diff/-/releases/v1.0.0-alpha.3/downloads/src.tar.gz" + "https://gitlab.arm.com/bazel/rules_diff/-/releases/v1.0.0-beta.3/downloads/src.tar.gz" ], - "integrity": "sha512-g8eVWXWcRpkiWjxs54Zua9tjdX/mTZV2yWslBrFqftvHDaCLxJQ1uXb4fRqC3pM1XKFouelMkviYZSMJaVAT8w==", - "strip_prefix": "rules_diff-v1.0.0-alpha.3", + "integrity": "sha512-63QhlGupGlS07Od7Btm0hpSuG7S6AtWbuEU+JkRdXNFkXoBOZmZMOKXu6ES4vLt1awja8DWDLpz9fK22GqcN3Q==", + "strip_prefix": "rules_diff-v1.0.0-beta.3", "remote_patches": {}, "remote_patch_strip": 0 } @@ -291,8 +291,8 @@ "deps": { "bazel_skylib": "bazel_skylib@1.5.0", "aspect_bazel_lib": "aspect_bazel_lib@2.7.0", - "toolchain_utils": "toolchain_utils@1.0.0-beta.6", - "ape": "ape@1.0.0-beta.2", + "toolchain_utils": "toolchain_utils@1.0.0-beta.9", + "ape": "ape@1.0.0-beta.6", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" } @@ -444,10 +444,10 @@ "bazel_tools": "bazel_tools@_" } }, - "toolchain_utils@1.0.0-beta.6": { + "toolchain_utils@1.0.0-beta.9": { "name": "toolchain_utils", - "version": "1.0.0-beta.6", - "key": "toolchain_utils@1.0.0-beta.6", + "version": "1.0.0-beta.9", + "key": "toolchain_utils@1.0.0-beta.9", "repoName": "toolchain_utils", "executionPlatformsToRegister": [], "toolchainsToRegister": [], @@ -455,9 +455,9 @@ { "extensionBzlFile": "//:MODULE.bazel", "extensionName": "_repo_rules", - "usingModule": "toolchain_utils@1.0.0-beta.6", + "usingModule": "toolchain_utils@1.0.0-beta.9", "location": { - "file": "https://bcr.bazel.build/modules/toolchain_utils/1.0.0-beta.6/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/toolchain_utils/1.0.0-beta.9/MODULE.bazel", "line": 0, "column": 0 }, @@ -474,7 +474,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/toolchain_utils/1.0.0-beta.6/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/toolchain_utils/1.0.0-beta.9/MODULE.bazel", "line": 15, "column": 8 } @@ -486,7 +486,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/toolchain_utils/1.0.0-beta.6/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/toolchain_utils/1.0.0-beta.9/MODULE.bazel", "line": 21, "column": 9 } @@ -506,31 +506,33 @@ "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "toolchain_utils~1.0.0-beta.6", + "name": "toolchain_utils~1.0.0-beta.9", "urls": [ - "https://gitlab.arm.com/bazel/toolchain_utils/-/releases/v1.0.0-beta.6/downloads/src.tar.gz" + "https://gitlab.arm.com/bazel/toolchain_utils/-/releases/v1.0.0-beta.9/downloads/src.tar.gz" ], - "integrity": "sha512-NX3FB0+TBG5SBsd8xdXYgpvPC1yj5oRjpyP9DEUAjTaFXgLEW4jO6rrV0E2yIhl/tXS6IZuiP34jAC2Cuef/Ag==", - "strip_prefix": "toolchain_utils-v1.0.0-beta.6", + "integrity": "sha512-H48NSkoptDhNCzbWw/IRThAGL0z+iL6xP1Q+kw6uxsbT8CNXNyBcYuihQCpRuJC8tgBOXyOIXbSu7df6BRYz7w==", + "strip_prefix": "toolchain_utils-v1.0.0-beta.9", "remote_patches": {}, "remote_patch_strip": 0 } } }, - "ape@1.0.0-beta.2": { + "ape@1.0.0-beta.6": { "name": "ape", - "version": "1.0.0-beta.2", - "key": "ape@1.0.0-beta.2", + "version": "1.0.0-beta.6", + "key": "ape@1.0.0-beta.6", "repoName": "ape", "executionPlatformsToRegister": [], - "toolchainsToRegister": [], + "toolchainsToRegister": [ + "//ape/toolchain/..." + ], "extensionUsages": [ { "extensionBzlFile": "//:MODULE.bazel", "extensionName": "_repo_rules", - "usingModule": "ape@1.0.0-beta.2", + "usingModule": "ape@1.0.0-beta.6", "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", "line": 0, "column": 0 }, @@ -544,6 +546,7 @@ "ape-x86_64.macho": "ape-x86_64.macho", "ape.pe": "ape.pe", "launcher": "launcher", + "resolved-ape": "resolved-ape", "cosmos-awk": "cosmos-awk", "awk": "awk", "cosmos-b2sum": "cosmos-b2sum", @@ -875,7 +878,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", "line": 17, "column": 17 } @@ -890,7 +893,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", "line": 36, "column": 7 } @@ -909,7 +912,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", "line": 45, "column": 14 } @@ -926,7 +929,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", "line": 58, "column": 8 } @@ -945,7 +948,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", "line": 66, "column": 18 } @@ -964,7 +967,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", "line": 66, "column": 18 } @@ -983,7 +986,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", "line": 66, "column": 18 } @@ -995,7 +998,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", "line": 85, "column": 3 } @@ -1014,11 +1017,24 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", "line": 87, "column": 7 } }, + { + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", + "attributeValues": { + "toolchain_type": "//ape/toolchain/ape:type", + "name": "resolved-ape" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 100, + "column": 9 + } + }, { "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { @@ -1033,8 +1049,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -1046,8 +1062,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -1065,8 +1081,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -1078,8 +1094,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -1097,8 +1113,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -1110,8 +1126,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -1129,8 +1145,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -1142,8 +1158,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -1161,8 +1177,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -1174,8 +1190,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -1193,8 +1209,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -1206,8 +1222,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -1225,8 +1241,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -1238,8 +1254,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -1257,8 +1273,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -1270,8 +1286,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -1289,8 +1305,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -1302,8 +1318,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -1321,8 +1337,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -1334,8 +1350,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -1353,8 +1369,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -1366,8 +1382,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -1385,8 +1401,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -1398,8 +1414,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -1417,8 +1433,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -1430,8 +1446,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -1449,8 +1465,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -1462,8 +1478,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -1481,8 +1497,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -1494,8 +1510,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -1513,8 +1529,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -1526,8 +1542,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -1545,8 +1561,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -1558,8 +1574,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -1577,8 +1593,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -1590,8 +1606,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -1609,8 +1625,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -1622,8 +1638,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -1641,8 +1657,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -1654,8 +1670,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -1673,8 +1689,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -1686,8 +1702,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -1705,8 +1721,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -1718,8 +1734,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -1737,8 +1753,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -1750,8 +1766,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -1769,8 +1785,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -1782,8 +1798,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -1801,8 +1817,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -1814,8 +1830,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -1833,8 +1849,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -1846,8 +1862,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -1865,8 +1881,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -1878,8 +1894,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -1897,8 +1913,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -1910,8 +1926,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -1929,8 +1945,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -1942,8 +1958,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -1961,8 +1977,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -1974,8 +1990,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -1993,8 +2009,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -2006,8 +2022,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -2025,8 +2041,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -2038,8 +2054,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -2057,8 +2073,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -2070,8 +2086,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -2089,8 +2105,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -2102,8 +2118,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -2121,8 +2137,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -2134,8 +2150,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -2153,8 +2169,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -2166,8 +2182,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -2185,8 +2201,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -2198,8 +2214,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -2217,8 +2233,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -2230,8 +2246,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -2249,8 +2265,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -2262,8 +2278,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -2281,8 +2297,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -2294,8 +2310,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -2313,8 +2329,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -2326,8 +2342,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -2345,8 +2361,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -2358,8 +2374,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -2377,8 +2393,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -2390,8 +2406,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -2409,8 +2425,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -2422,8 +2438,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -2441,8 +2457,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -2454,8 +2470,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -2473,8 +2489,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -2486,8 +2502,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -2505,8 +2521,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -2518,8 +2534,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -2537,8 +2553,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -2550,8 +2566,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -2569,8 +2585,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -2582,8 +2598,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -2601,8 +2617,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -2614,8 +2630,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -2633,8 +2649,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -2646,8 +2662,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -2665,8 +2681,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -2678,8 +2694,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -2697,8 +2713,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -2710,8 +2726,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -2729,8 +2745,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -2742,8 +2758,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -2761,8 +2777,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -2774,8 +2790,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -2793,8 +2809,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -2806,8 +2822,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -2825,8 +2841,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -2838,8 +2854,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -2857,8 +2873,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -2870,8 +2886,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -2889,8 +2905,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -2902,8 +2918,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -2921,8 +2937,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -2934,8 +2950,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -2953,8 +2969,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -2966,8 +2982,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -2985,8 +3001,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -2998,8 +3014,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3017,8 +3033,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3030,8 +3046,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3049,8 +3065,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3062,8 +3078,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3081,8 +3097,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3094,8 +3110,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3113,8 +3129,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3126,8 +3142,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3145,8 +3161,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3158,8 +3174,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3177,8 +3193,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3190,8 +3206,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3209,8 +3225,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3222,8 +3238,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3241,8 +3257,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3254,8 +3270,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3273,8 +3289,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3286,8 +3302,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3305,8 +3321,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3318,8 +3334,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3337,8 +3353,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3350,8 +3366,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3369,8 +3385,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3382,8 +3398,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3401,8 +3417,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3414,8 +3430,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3433,8 +3449,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3446,8 +3462,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3465,8 +3481,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3478,8 +3494,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3497,8 +3513,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3510,8 +3526,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3529,8 +3545,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3542,8 +3558,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3561,8 +3577,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3574,8 +3590,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3593,8 +3609,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3606,8 +3622,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3625,8 +3641,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3638,8 +3654,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3657,8 +3673,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3670,8 +3686,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3689,8 +3705,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3702,8 +3718,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3721,8 +3737,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3734,8 +3750,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3753,8 +3769,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3766,8 +3782,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3785,8 +3801,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3798,8 +3814,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3817,8 +3833,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3830,8 +3846,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3849,8 +3865,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3862,8 +3878,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3881,8 +3897,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3894,8 +3910,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3913,8 +3929,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3926,8 +3942,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3945,8 +3961,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3958,8 +3974,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3977,8 +3993,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3990,8 +4006,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4009,8 +4025,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4022,8 +4038,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4041,8 +4057,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4054,8 +4070,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4073,8 +4089,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4086,8 +4102,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4105,8 +4121,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4118,8 +4134,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4137,8 +4153,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4150,8 +4166,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4169,8 +4185,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4182,8 +4198,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4201,8 +4217,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4214,8 +4230,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4233,8 +4249,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4246,8 +4262,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4265,8 +4281,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4278,8 +4294,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4297,8 +4313,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4310,8 +4326,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4329,8 +4345,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4342,8 +4358,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4361,8 +4377,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4374,8 +4390,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4393,8 +4409,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4406,8 +4422,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4425,8 +4441,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4438,8 +4454,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4457,8 +4473,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4470,8 +4486,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4489,8 +4505,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4502,8 +4518,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4521,8 +4537,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4534,8 +4550,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4553,8 +4569,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4566,8 +4582,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4585,8 +4601,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4598,8 +4614,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4617,8 +4633,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4630,8 +4646,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4649,8 +4665,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4662,8 +4678,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4681,8 +4697,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4694,8 +4710,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4713,8 +4729,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4726,8 +4742,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4745,8 +4761,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4758,8 +4774,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4777,8 +4793,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4790,8 +4806,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4809,8 +4825,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4822,8 +4838,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4841,8 +4857,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4854,8 +4870,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4873,8 +4889,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4886,8 +4902,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4905,8 +4921,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4918,8 +4934,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4937,8 +4953,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4950,8 +4966,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4969,8 +4985,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4982,8 +4998,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5001,8 +5017,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5014,8 +5030,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5033,8 +5049,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5046,8 +5062,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5065,8 +5081,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5078,8 +5094,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5097,8 +5113,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5110,8 +5126,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5129,8 +5145,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5142,8 +5158,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5161,8 +5177,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5174,8 +5190,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5193,8 +5209,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5206,8 +5222,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5225,8 +5241,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5238,8 +5254,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5257,8 +5273,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5270,8 +5286,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5289,8 +5305,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5302,8 +5318,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5321,8 +5337,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5334,8 +5350,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5353,8 +5369,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5366,8 +5382,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5385,8 +5401,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5398,8 +5414,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5417,8 +5433,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5430,8 +5446,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5449,8 +5465,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5462,8 +5478,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5481,8 +5497,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5494,8 +5510,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5513,8 +5529,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5526,8 +5542,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5545,8 +5561,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5558,8 +5574,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5577,8 +5593,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5590,8 +5606,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5609,8 +5625,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5622,8 +5638,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5641,8 +5657,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5654,8 +5670,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5673,8 +5689,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5686,8 +5702,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5705,8 +5721,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5718,8 +5734,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5737,8 +5753,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5750,8 +5766,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5769,8 +5785,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5782,8 +5798,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5801,8 +5817,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5814,8 +5830,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5833,8 +5849,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5846,8 +5862,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5865,8 +5881,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5878,8 +5894,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5897,8 +5913,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5910,8 +5926,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5929,8 +5945,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 104, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5942,8 +5958,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 114, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, "column": 23 } } @@ -5954,10 +5970,10 @@ { "extensionBzlFile": "@toolchain_utils//toolchain/export:defs.bzl", "extensionName": "toolchain_export", - "usingModule": "ape@1.0.0-beta.2", + "usingModule": "ape@1.0.0-beta.6", "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 100, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 109, "column": 23 }, "imports": {}, @@ -5971,8 +5987,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -5984,8 +6000,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -5997,8 +6013,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6010,8 +6026,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6023,8 +6039,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6036,8 +6052,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6049,8 +6065,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6062,8 +6078,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6075,8 +6091,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6088,8 +6104,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6101,8 +6117,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6114,8 +6130,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6127,8 +6143,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6140,8 +6156,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6153,8 +6169,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6166,8 +6182,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6179,8 +6195,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6192,8 +6208,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6205,8 +6221,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6218,8 +6234,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6231,8 +6247,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6244,8 +6260,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6257,8 +6273,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6270,8 +6286,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6283,8 +6299,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6296,8 +6312,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6309,8 +6325,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6322,8 +6338,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6335,8 +6351,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6348,8 +6364,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6361,8 +6377,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6374,8 +6390,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6387,8 +6403,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6400,8 +6416,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6413,8 +6429,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6426,8 +6442,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6439,8 +6455,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6452,8 +6468,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6465,8 +6481,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6478,8 +6494,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6491,8 +6507,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6504,8 +6520,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6517,8 +6533,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6530,8 +6546,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6543,8 +6559,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6556,8 +6572,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6569,8 +6585,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6582,8 +6598,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6595,8 +6611,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6608,8 +6624,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6621,8 +6637,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6634,8 +6650,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6647,8 +6663,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6660,8 +6676,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6673,8 +6689,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6686,8 +6702,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6699,8 +6715,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6712,8 +6728,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6725,8 +6741,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6738,8 +6754,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6751,8 +6767,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6764,8 +6780,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6777,8 +6793,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6790,8 +6806,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6803,8 +6819,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6816,8 +6832,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6829,8 +6845,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6842,8 +6858,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6855,8 +6871,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6868,8 +6884,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6881,8 +6897,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6894,8 +6910,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6907,8 +6923,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6920,8 +6936,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6933,8 +6949,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6946,8 +6962,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6959,8 +6975,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6972,8 +6988,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6985,8 +7001,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -6998,8 +7014,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7011,8 +7027,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7024,8 +7040,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7037,8 +7053,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7050,8 +7066,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7063,8 +7079,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7076,8 +7092,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7089,8 +7105,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7102,8 +7118,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7115,8 +7131,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7128,8 +7144,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7141,8 +7157,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7154,8 +7170,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7167,8 +7183,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7180,8 +7196,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7193,8 +7209,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7206,8 +7222,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7219,8 +7235,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7232,8 +7248,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7245,8 +7261,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7258,8 +7274,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7271,8 +7287,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7284,8 +7300,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7297,8 +7313,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7310,8 +7326,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7323,8 +7339,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7336,8 +7352,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7349,8 +7365,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7362,8 +7378,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7375,8 +7391,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7388,8 +7404,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7401,8 +7417,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7414,8 +7430,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7427,8 +7443,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7440,8 +7456,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7453,8 +7469,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7466,8 +7482,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7479,8 +7495,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7492,8 +7508,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7505,8 +7521,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7518,8 +7534,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7531,8 +7547,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7544,8 +7560,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7557,8 +7573,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7570,8 +7586,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7583,8 +7599,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7596,8 +7612,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7609,8 +7625,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7622,8 +7638,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7635,8 +7651,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7648,8 +7664,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7661,8 +7677,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7674,8 +7690,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7687,8 +7703,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7700,8 +7716,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7713,8 +7729,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7726,8 +7742,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7739,8 +7755,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7752,8 +7768,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7765,8 +7781,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7778,8 +7794,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7791,8 +7807,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7804,8 +7820,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7817,8 +7833,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7830,8 +7846,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7843,8 +7859,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7856,8 +7872,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7869,8 +7885,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7882,8 +7898,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7895,8 +7911,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7908,8 +7924,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7921,8 +7937,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7934,8 +7950,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7947,8 +7963,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -7960,8 +7976,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.2/MODULE.bazel", - "line": 118, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, "column": 23 } } @@ -7971,7 +7987,7 @@ } ], "deps": { - "toolchain_utils": "toolchain_utils@1.0.0-beta.6", + "toolchain_utils": "toolchain_utils@1.0.0-beta.9", "download_utils": "download_utils@1.0.0-beta.2", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" @@ -7980,12 +7996,12 @@ "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "ape~1.0.0-beta.2", + "name": "ape~1.0.0-beta.6", "urls": [ - "https://gitlab.arm.com/bazel/ape/-/releases/v1.0.0-beta.2/downloads/src.tar.gz" + "https://gitlab.arm.com/bazel/ape/-/releases/v1.0.0-beta.6/downloads/src.tar.gz" ], - "integrity": "sha512-4jnRdiTg4j8/uS4aapdECEVWASWp7XjZYs8QyFETmHDyqJwCrTiJA3cSAq7sgn+nZxEfjV1imL+opNyNT+lRIg==", - "strip_prefix": "ape-v1.0.0-beta.2", + "integrity": "sha512-fZNOpj31MphsHbrPcS71rxq2vcGkLtiBB8hpTQkqrd4sHDhhjfi8ovi8YSQtC70lbyBKxZQ/htwrradnbB58kg==", + "strip_prefix": "ape-v1.0.0-beta.6", "remote_patches": {}, "remote_patch_strip": 0 } @@ -8641,9 +8657,9 @@ } }, "moduleExtensions": { - "@@ape~1.0.0-beta.2//:MODULE.bazel%_repo_rules": { + "@@ape~1.0.0-beta.6//:MODULE.bazel%_repo_rules": { "general": { - "bzlTransitiveDigest": "aSdGIqZyRrFBJSFK/xFGDoMbwh/GElfmZIpxY0pgDqE=", + "bzlTransitiveDigest": "MpxUUnEdFynVlORr5HEAFnCJwFqmZB5JsPjvOhoO9Ws=", "accumulatedFileDigests": {}, "envVariables": {}, "generatedRepoSpecs": { @@ -8664,17 +8680,17 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/zig/0.11.0/zig-macos-aarch64-0.11.0.tar.xz", "https://ziglang.org/download/0.11.0/zig-macos-aarch64-0.11.0.tar.xz" ], - "name": "ape~1.0.0-beta.2~_repo_rules~zig-0.11.0-arm64-darwin" + "name": "ape~1.0.0-beta.6~_repo_rules~zig-0.11.0-arm64-darwin" } }, "zig": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/local/select:repository.bzl", + "bzlFile": "@@toolchain_utils~1.0.0-beta.9//toolchain/local/select:repository.bzl", "ruleClassName": "select", "attributes": { "map": { "arm64-darwin": "@zig-0.11.0-arm64-darwin" }, - "name": "ape~1.0.0-beta.2~_repo_rules~zig" + "name": "ape~1.0.0-beta.6~_repo_rules~zig" } }, "ape-m1.c": { @@ -8688,19 +8704,19 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmos.zip/3.3.1/ape-m1.c", "https://raw.githubusercontent.com/jart/cosmopolitan/3.3.3/ape/ape-m1.c" ], - "name": "ape~1.0.0-beta.2~_repo_rules~ape-m1.c" + "name": "ape~1.0.0-beta.6~_repo_rules~ape-m1.c" } }, "ape-arm64.macho": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/compile:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/compile:repository.bzl", "ruleClassName": "compile", "attributes": { "srcs": [ - "@@ape~1.0.0-beta.2~_repo_rules~ape-m1.c//:ape-m1.c" + "@@ape~1.0.0-beta.6~_repo_rules~ape-m1.c//:ape-m1.c" ], "output": "ape", - "zig": "@@ape~1.0.0-beta.2~_repo_rules~zig//:entrypoint", - "name": "ape~1.0.0-beta.2~_repo_rules~ape-arm64.macho" + "zig": "@@ape~1.0.0-beta.6~_repo_rules~zig//:entrypoint", + "name": "ape~1.0.0-beta.6~_repo_rules~ape-arm64.macho" } }, "ape-arm64.elf": { @@ -8714,7 +8730,7 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/ape-arm64.elf", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/ape-arm64.elf" ], - "name": "ape~1.0.0-beta.2~_repo_rules~ape-arm64.elf" + "name": "ape~1.0.0-beta.6~_repo_rules~ape-arm64.elf" } }, "ape-x86_64.elf": { @@ -8728,7 +8744,7 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/ape-x86_64.elf", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/ape-x86_64.elf" ], - "name": "ape~1.0.0-beta.2~_repo_rules~ape-x86_64.elf" + "name": "ape~1.0.0-beta.6~_repo_rules~ape-x86_64.elf" } }, "ape-x86_64.macho": { @@ -8742,18 +8758,18 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/ape-x86_64.macho", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/ape-x86_64.macho" ], - "name": "ape~1.0.0-beta.2~_repo_rules~ape-x86_64.macho" + "name": "ape~1.0.0-beta.6~_repo_rules~ape-x86_64.macho" } }, "ape.pe": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/pe:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/pe:repository.bzl", "ruleClassName": "pe", "attributes": { - "name": "ape~1.0.0-beta.2~_repo_rules~ape.pe" + "name": "ape~1.0.0-beta.6~_repo_rules~ape.pe" } }, "launcher": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/local/select:repository.bzl", + "bzlFile": "@@toolchain_utils~1.0.0-beta.9//toolchain/local/select:repository.bzl", "ruleClassName": "select", "attributes": { "map": { @@ -8763,7 +8779,15 @@ "arm64-darwin": "@ape-arm64.macho", "windows": "@ape.pe" }, - "name": "ape~1.0.0-beta.2~_repo_rules~launcher" + "name": "ape~1.0.0-beta.6~_repo_rules~launcher" + } + }, + "resolved-ape": { + "bzlFile": "@@toolchain_utils~1.0.0-beta.9//toolchain/resolved:repository.bzl", + "ruleClassName": "resolved", + "attributes": { + "toolchain_type": "@@ape~1.0.0-beta.6//ape/toolchain/ape:type", + "name": "ape~1.0.0-beta.6~_repo_rules~resolved-ape" } }, "cosmos-awk": { @@ -8777,15 +8801,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/awk", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/awk" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-awk" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-awk" } }, "awk": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-awk//:awk", - "name": "ape~1.0.0-beta.2~_repo_rules~awk" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-awk//:awk", + "name": "ape~1.0.0-beta.6~_repo_rules~awk" } }, "cosmos-b2sum": { @@ -8799,15 +8823,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/b2sum", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/b2sum" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-b2sum" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-b2sum" } }, "b2sum": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-b2sum//:b2sum", - "name": "ape~1.0.0-beta.2~_repo_rules~b2sum" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-b2sum//:b2sum", + "name": "ape~1.0.0-beta.6~_repo_rules~b2sum" } }, "cosmos-base32": { @@ -8821,15 +8845,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/base32", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/base32" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-base32" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-base32" } }, "base32": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-base32//:base32", - "name": "ape~1.0.0-beta.2~_repo_rules~base32" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-base32//:base32", + "name": "ape~1.0.0-beta.6~_repo_rules~base32" } }, "cosmos-base64": { @@ -8843,15 +8867,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/base64", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/base64" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-base64" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-base64" } }, "base64": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-base64//:base64", - "name": "ape~1.0.0-beta.2~_repo_rules~base64" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-base64//:base64", + "name": "ape~1.0.0-beta.6~_repo_rules~base64" } }, "cosmos-basename": { @@ -8865,15 +8889,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/basename", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/basename" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-basename" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-basename" } }, "basename": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-basename//:basename", - "name": "ape~1.0.0-beta.2~_repo_rules~basename" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-basename//:basename", + "name": "ape~1.0.0-beta.6~_repo_rules~basename" } }, "cosmos-basenc": { @@ -8887,15 +8911,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/basenc", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/basenc" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-basenc" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-basenc" } }, "basenc": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-basenc//:basenc", - "name": "ape~1.0.0-beta.2~_repo_rules~basenc" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-basenc//:basenc", + "name": "ape~1.0.0-beta.6~_repo_rules~basenc" } }, "cosmos-bash": { @@ -8909,15 +8933,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/bash", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/bash" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-bash" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-bash" } }, "bash": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-bash//:bash", - "name": "ape~1.0.0-beta.2~_repo_rules~bash" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-bash//:bash", + "name": "ape~1.0.0-beta.6~_repo_rules~bash" } }, "cosmos-berry": { @@ -8931,15 +8955,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/berry", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/berry" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-berry" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-berry" } }, "berry": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-berry//:berry", - "name": "ape~1.0.0-beta.2~_repo_rules~berry" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-berry//:berry", + "name": "ape~1.0.0-beta.6~_repo_rules~berry" } }, "cosmos-brotli": { @@ -8953,15 +8977,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/brotli", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/brotli" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-brotli" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-brotli" } }, "brotli": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-brotli//:brotli", - "name": "ape~1.0.0-beta.2~_repo_rules~brotli" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-brotli//:brotli", + "name": "ape~1.0.0-beta.6~_repo_rules~brotli" } }, "cosmos-bzip2": { @@ -8975,15 +8999,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/bzip2", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/bzip2" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-bzip2" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-bzip2" } }, "bzip2": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-bzip2//:bzip2", - "name": "ape~1.0.0-beta.2~_repo_rules~bzip2" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-bzip2//:bzip2", + "name": "ape~1.0.0-beta.6~_repo_rules~bzip2" } }, "cosmos-cat": { @@ -8997,15 +9021,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/cat", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/cat" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-cat" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-cat" } }, "cat": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-cat//:cat", - "name": "ape~1.0.0-beta.2~_repo_rules~cat" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-cat//:cat", + "name": "ape~1.0.0-beta.6~_repo_rules~cat" } }, "cosmos-chcon": { @@ -9019,15 +9043,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/chcon", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/chcon" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-chcon" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-chcon" } }, "chcon": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-chcon//:chcon", - "name": "ape~1.0.0-beta.2~_repo_rules~chcon" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-chcon//:chcon", + "name": "ape~1.0.0-beta.6~_repo_rules~chcon" } }, "cosmos-chgrp": { @@ -9041,15 +9065,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/chgrp", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/chgrp" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-chgrp" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-chgrp" } }, "chgrp": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-chgrp//:chgrp", - "name": "ape~1.0.0-beta.2~_repo_rules~chgrp" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-chgrp//:chgrp", + "name": "ape~1.0.0-beta.6~_repo_rules~chgrp" } }, "cosmos-chown": { @@ -9063,15 +9087,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/chown", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/chown" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-chown" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-chown" } }, "chown": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-chown//:chown", - "name": "ape~1.0.0-beta.2~_repo_rules~chown" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-chown//:chown", + "name": "ape~1.0.0-beta.6~_repo_rules~chown" } }, "cosmos-chroot": { @@ -9085,15 +9109,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/chroot", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/chroot" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-chroot" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-chroot" } }, "chroot": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-chroot//:chroot", - "name": "ape~1.0.0-beta.2~_repo_rules~chroot" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-chroot//:chroot", + "name": "ape~1.0.0-beta.6~_repo_rules~chroot" } }, "cosmos-cksum": { @@ -9107,15 +9131,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/cksum", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/cksum" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-cksum" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-cksum" } }, "cksum": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-cksum//:cksum", - "name": "ape~1.0.0-beta.2~_repo_rules~cksum" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-cksum//:cksum", + "name": "ape~1.0.0-beta.6~_repo_rules~cksum" } }, "cosmos-clang-format": { @@ -9129,15 +9153,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/clang-format", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/clang-format" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-clang-format" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-clang-format" } }, "clang-format": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-clang-format//:clang-format", - "name": "ape~1.0.0-beta.2~_repo_rules~clang-format" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-clang-format//:clang-format", + "name": "ape~1.0.0-beta.6~_repo_rules~clang-format" } }, "cosmos-cmp": { @@ -9151,15 +9175,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/cmp", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/cmp" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-cmp" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-cmp" } }, "cmp": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-cmp//:cmp", - "name": "ape~1.0.0-beta.2~_repo_rules~cmp" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-cmp//:cmp", + "name": "ape~1.0.0-beta.6~_repo_rules~cmp" } }, "cosmos-comm": { @@ -9173,15 +9197,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/comm", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/comm" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-comm" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-comm" } }, "comm": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-comm//:comm", - "name": "ape~1.0.0-beta.2~_repo_rules~comm" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-comm//:comm", + "name": "ape~1.0.0-beta.6~_repo_rules~comm" } }, "cosmos-cpuid": { @@ -9195,15 +9219,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/cpuid", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/cpuid" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-cpuid" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-cpuid" } }, "cpuid": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-cpuid//:cpuid", - "name": "ape~1.0.0-beta.2~_repo_rules~cpuid" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-cpuid//:cpuid", + "name": "ape~1.0.0-beta.6~_repo_rules~cpuid" } }, "cosmos-csplit": { @@ -9217,15 +9241,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/csplit", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/csplit" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-csplit" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-csplit" } }, "csplit": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-csplit//:csplit", - "name": "ape~1.0.0-beta.2~_repo_rules~csplit" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-csplit//:csplit", + "name": "ape~1.0.0-beta.6~_repo_rules~csplit" } }, "cosmos-ctags": { @@ -9239,15 +9263,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/ctags", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/ctags" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-ctags" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-ctags" } }, "ctags": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-ctags//:ctags", - "name": "ape~1.0.0-beta.2~_repo_rules~ctags" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-ctags//:ctags", + "name": "ape~1.0.0-beta.6~_repo_rules~ctags" } }, "cosmos-curl": { @@ -9261,15 +9285,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/curl", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/curl" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-curl" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-curl" } }, "curl": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-curl//:curl", - "name": "ape~1.0.0-beta.2~_repo_rules~curl" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-curl//:curl", + "name": "ape~1.0.0-beta.6~_repo_rules~curl" } }, "cosmos-cut": { @@ -9283,15 +9307,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/cut", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/cut" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-cut" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-cut" } }, "cut": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-cut//:cut", - "name": "ape~1.0.0-beta.2~_repo_rules~cut" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-cut//:cut", + "name": "ape~1.0.0-beta.6~_repo_rules~cut" } }, "cosmos-dash": { @@ -9305,15 +9329,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/dash", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/dash" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-dash" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-dash" } }, "dash": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-dash//:dash", - "name": "ape~1.0.0-beta.2~_repo_rules~dash" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-dash//:dash", + "name": "ape~1.0.0-beta.6~_repo_rules~dash" } }, "cosmos-datasette": { @@ -9327,15 +9351,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/datasette", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/datasette" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-datasette" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-datasette" } }, "datasette": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-datasette//:datasette", - "name": "ape~1.0.0-beta.2~_repo_rules~datasette" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-datasette//:datasette", + "name": "ape~1.0.0-beta.6~_repo_rules~datasette" } }, "cosmos-date": { @@ -9349,15 +9373,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/date", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/date" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-date" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-date" } }, "date": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-date//:date", - "name": "ape~1.0.0-beta.2~_repo_rules~date" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-date//:date", + "name": "ape~1.0.0-beta.6~_repo_rules~date" } }, "cosmos-df": { @@ -9371,15 +9395,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/df", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/df" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-df" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-df" } }, "df": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-df//:df", - "name": "ape~1.0.0-beta.2~_repo_rules~df" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-df//:df", + "name": "ape~1.0.0-beta.6~_repo_rules~df" } }, "cosmos-dir": { @@ -9393,15 +9417,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/dir", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/dir" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-dir" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-dir" } }, "dir": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-dir//:dir", - "name": "ape~1.0.0-beta.2~_repo_rules~dir" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-dir//:dir", + "name": "ape~1.0.0-beta.6~_repo_rules~dir" } }, "cosmos-dircolors": { @@ -9415,15 +9439,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/dircolors", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/dircolors" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-dircolors" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-dircolors" } }, "dircolors": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-dircolors//:dircolors", - "name": "ape~1.0.0-beta.2~_repo_rules~dircolors" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-dircolors//:dircolors", + "name": "ape~1.0.0-beta.6~_repo_rules~dircolors" } }, "cosmos-dirname": { @@ -9437,15 +9461,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/dirname", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/dirname" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-dirname" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-dirname" } }, "dirname": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-dirname//:dirname", - "name": "ape~1.0.0-beta.2~_repo_rules~dirname" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-dirname//:dirname", + "name": "ape~1.0.0-beta.6~_repo_rules~dirname" } }, "cosmos-diff": { @@ -9459,15 +9483,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/diff", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/diff" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-diff" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-diff" } }, "diff": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-diff//:diff", - "name": "ape~1.0.0-beta.2~_repo_rules~diff" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-diff//:diff", + "name": "ape~1.0.0-beta.6~_repo_rules~diff" } }, "cosmos-diff3": { @@ -9481,15 +9505,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/diff3", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/diff3" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-diff3" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-diff3" } }, "diff3": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-diff3//:diff3", - "name": "ape~1.0.0-beta.2~_repo_rules~diff3" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-diff3//:diff3", + "name": "ape~1.0.0-beta.6~_repo_rules~diff3" } }, "cosmos-du": { @@ -9503,15 +9527,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/du", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/du" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-du" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-du" } }, "du": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-du//:du", - "name": "ape~1.0.0-beta.2~_repo_rules~du" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-du//:du", + "name": "ape~1.0.0-beta.6~_repo_rules~du" } }, "cosmos-emacs": { @@ -9525,15 +9549,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/emacs", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/emacs" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-emacs" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-emacs" } }, "emacs": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-emacs//:emacs", - "name": "ape~1.0.0-beta.2~_repo_rules~emacs" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-emacs//:emacs", + "name": "ape~1.0.0-beta.6~_repo_rules~emacs" } }, "cosmos-emacsclient": { @@ -9547,15 +9571,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/emacsclient", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/emacsclient" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-emacsclient" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-emacsclient" } }, "emacsclient": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-emacsclient//:emacsclient", - "name": "ape~1.0.0-beta.2~_repo_rules~emacsclient" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-emacsclient//:emacsclient", + "name": "ape~1.0.0-beta.6~_repo_rules~emacsclient" } }, "cosmos-env": { @@ -9569,15 +9593,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/env", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/env" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-env" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-env" } }, "env": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-env//:env", - "name": "ape~1.0.0-beta.2~_repo_rules~env" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-env//:env", + "name": "ape~1.0.0-beta.6~_repo_rules~env" } }, "cosmos-expand": { @@ -9591,15 +9615,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/expand", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/expand" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-expand" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-expand" } }, "expand": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-expand//:expand", - "name": "ape~1.0.0-beta.2~_repo_rules~expand" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-expand//:expand", + "name": "ape~1.0.0-beta.6~_repo_rules~expand" } }, "cosmos-expr": { @@ -9613,15 +9637,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/expr", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/expr" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-expr" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-expr" } }, "expr": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-expr//:expr", - "name": "ape~1.0.0-beta.2~_repo_rules~expr" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-expr//:expr", + "name": "ape~1.0.0-beta.6~_repo_rules~expr" } }, "cosmos-factor": { @@ -9635,15 +9659,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/factor", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/factor" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-factor" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-factor" } }, "factor": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-factor//:factor", - "name": "ape~1.0.0-beta.2~_repo_rules~factor" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-factor//:factor", + "name": "ape~1.0.0-beta.6~_repo_rules~factor" } }, "cosmos-false": { @@ -9657,15 +9681,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/false", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/false" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-false" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-false" } }, "false": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-false//:false", - "name": "ape~1.0.0-beta.2~_repo_rules~false" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-false//:false", + "name": "ape~1.0.0-beta.6~_repo_rules~false" } }, "cosmos-find": { @@ -9679,15 +9703,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/find", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/find" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-find" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-find" } }, "find": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-find//:find", - "name": "ape~1.0.0-beta.2~_repo_rules~find" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-find//:find", + "name": "ape~1.0.0-beta.6~_repo_rules~find" } }, "cosmos-fmt": { @@ -9701,15 +9725,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/fmt", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/fmt" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-fmt" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-fmt" } }, "fmt": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-fmt//:fmt", - "name": "ape~1.0.0-beta.2~_repo_rules~fmt" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-fmt//:fmt", + "name": "ape~1.0.0-beta.6~_repo_rules~fmt" } }, "cosmos-fold": { @@ -9723,15 +9747,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/fold", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/fold" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-fold" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-fold" } }, "fold": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-fold//:fold", - "name": "ape~1.0.0-beta.2~_repo_rules~fold" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-fold//:fold", + "name": "ape~1.0.0-beta.6~_repo_rules~fold" } }, "cosmos-gmake": { @@ -9745,15 +9769,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/gmake", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/gmake" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-gmake" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-gmake" } }, "gmake": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-gmake//:gmake", - "name": "ape~1.0.0-beta.2~_repo_rules~gmake" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-gmake//:gmake", + "name": "ape~1.0.0-beta.6~_repo_rules~gmake" } }, "cosmos-greenbean": { @@ -9767,15 +9791,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/greenbean", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/greenbean" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-greenbean" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-greenbean" } }, "greenbean": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-greenbean//:greenbean", - "name": "ape~1.0.0-beta.2~_repo_rules~greenbean" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-greenbean//:greenbean", + "name": "ape~1.0.0-beta.6~_repo_rules~greenbean" } }, "cosmos-grep": { @@ -9789,15 +9813,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/grep", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/grep" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-grep" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-grep" } }, "grep": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-grep//:grep", - "name": "ape~1.0.0-beta.2~_repo_rules~grep" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-grep//:grep", + "name": "ape~1.0.0-beta.6~_repo_rules~grep" } }, "cosmos-groups": { @@ -9811,15 +9835,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/groups", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/groups" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-groups" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-groups" } }, "groups": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-groups//:groups", - "name": "ape~1.0.0-beta.2~_repo_rules~groups" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-groups//:groups", + "name": "ape~1.0.0-beta.6~_repo_rules~groups" } }, "cosmos-head": { @@ -9833,15 +9857,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/head", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/head" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-head" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-head" } }, "head": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-head//:head", - "name": "ape~1.0.0-beta.2~_repo_rules~head" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-head//:head", + "name": "ape~1.0.0-beta.6~_repo_rules~head" } }, "cosmos-id": { @@ -9855,15 +9879,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/id", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/id" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-id" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-id" } }, "id": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-id//:id", - "name": "ape~1.0.0-beta.2~_repo_rules~id" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-id//:id", + "name": "ape~1.0.0-beta.6~_repo_rules~id" } }, "cosmos-install": { @@ -9877,15 +9901,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/install", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/install" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-install" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-install" } }, "install": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-install//:install", - "name": "ape~1.0.0-beta.2~_repo_rules~install" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-install//:install", + "name": "ape~1.0.0-beta.6~_repo_rules~install" } }, "cosmos-join": { @@ -9899,15 +9923,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/join", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/join" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-join" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-join" } }, "join": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-join//:join", - "name": "ape~1.0.0-beta.2~_repo_rules~join" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-join//:join", + "name": "ape~1.0.0-beta.6~_repo_rules~join" } }, "cosmos-kill": { @@ -9921,15 +9945,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/kill", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/kill" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-kill" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-kill" } }, "kill": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-kill//:kill", - "name": "ape~1.0.0-beta.2~_repo_rules~kill" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-kill//:kill", + "name": "ape~1.0.0-beta.6~_repo_rules~kill" } }, "cosmos-less": { @@ -9943,15 +9967,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/less", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/less" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-less" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-less" } }, "less": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-less//:less", - "name": "ape~1.0.0-beta.2~_repo_rules~less" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-less//:less", + "name": "ape~1.0.0-beta.6~_repo_rules~less" } }, "cosmos-life": { @@ -9965,15 +9989,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/life", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/life" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-life" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-life" } }, "life": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-life//:life", - "name": "ape~1.0.0-beta.2~_repo_rules~life" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-life//:life", + "name": "ape~1.0.0-beta.6~_repo_rules~life" } }, "cosmos-link": { @@ -9987,15 +10011,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/link", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/link" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-link" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-link" } }, "link": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-link//:link", - "name": "ape~1.0.0-beta.2~_repo_rules~link" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-link//:link", + "name": "ape~1.0.0-beta.6~_repo_rules~link" } }, "cosmos-links": { @@ -10009,15 +10033,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/links", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/links" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-links" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-links" } }, "links": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-links//:links", - "name": "ape~1.0.0-beta.2~_repo_rules~links" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-links//:links", + "name": "ape~1.0.0-beta.6~_repo_rules~links" } }, "cosmos-ln": { @@ -10031,15 +10055,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/ln", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/ln" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-ln" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-ln" } }, "ln": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-ln//:ln", - "name": "ape~1.0.0-beta.2~_repo_rules~ln" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-ln//:ln", + "name": "ape~1.0.0-beta.6~_repo_rules~ln" } }, "cosmos-locate": { @@ -10053,15 +10077,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/locate", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/locate" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-locate" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-locate" } }, "locate": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-locate//:locate", - "name": "ape~1.0.0-beta.2~_repo_rules~locate" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-locate//:locate", + "name": "ape~1.0.0-beta.6~_repo_rules~locate" } }, "cosmos-logname": { @@ -10075,15 +10099,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/logname", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/logname" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-logname" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-logname" } }, "logname": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-logname//:logname", - "name": "ape~1.0.0-beta.2~_repo_rules~logname" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-logname//:logname", + "name": "ape~1.0.0-beta.6~_repo_rules~logname" } }, "cosmos-ls": { @@ -10097,15 +10121,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/ls", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/ls" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-ls" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-ls" } }, "ls": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-ls//:ls", - "name": "ape~1.0.0-beta.2~_repo_rules~ls" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-ls//:ls", + "name": "ape~1.0.0-beta.6~_repo_rules~ls" } }, "cosmos-lua": { @@ -10119,15 +10143,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/lua", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/lua" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-lua" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-lua" } }, "lua": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-lua//:lua", - "name": "ape~1.0.0-beta.2~_repo_rules~lua" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-lua//:lua", + "name": "ape~1.0.0-beta.6~_repo_rules~lua" } }, "cosmos-lz4": { @@ -10141,15 +10165,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/lz4", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/lz4" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-lz4" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-lz4" } }, "lz4": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-lz4//:lz4", - "name": "ape~1.0.0-beta.2~_repo_rules~lz4" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-lz4//:lz4", + "name": "ape~1.0.0-beta.6~_repo_rules~lz4" } }, "cosmos-make": { @@ -10163,15 +10187,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/make", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/make" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-make" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-make" } }, "make": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-make//:make", - "name": "ape~1.0.0-beta.2~_repo_rules~make" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-make//:make", + "name": "ape~1.0.0-beta.6~_repo_rules~make" } }, "cosmos-md5sum": { @@ -10185,15 +10209,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/md5sum", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/md5sum" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-md5sum" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-md5sum" } }, "md5sum": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-md5sum//:md5sum", - "name": "ape~1.0.0-beta.2~_repo_rules~md5sum" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-md5sum//:md5sum", + "name": "ape~1.0.0-beta.6~_repo_rules~md5sum" } }, "cosmos-mkfifo": { @@ -10207,15 +10231,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/mkfifo", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/mkfifo" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-mkfifo" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-mkfifo" } }, "mkfifo": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-mkfifo//:mkfifo", - "name": "ape~1.0.0-beta.2~_repo_rules~mkfifo" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-mkfifo//:mkfifo", + "name": "ape~1.0.0-beta.6~_repo_rules~mkfifo" } }, "cosmos-mknod": { @@ -10229,15 +10253,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/mknod", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/mknod" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-mknod" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-mknod" } }, "mknod": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-mknod//:mknod", - "name": "ape~1.0.0-beta.2~_repo_rules~mknod" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-mknod//:mknod", + "name": "ape~1.0.0-beta.6~_repo_rules~mknod" } }, "cosmos-mktemp": { @@ -10251,15 +10275,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/mktemp", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/mktemp" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-mktemp" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-mktemp" } }, "mktemp": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-mktemp//:mktemp", - "name": "ape~1.0.0-beta.2~_repo_rules~mktemp" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-mktemp//:mktemp", + "name": "ape~1.0.0-beta.6~_repo_rules~mktemp" } }, "cosmos-mktemper": { @@ -10273,15 +10297,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/mktemper", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/mktemper" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-mktemper" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-mktemper" } }, "mktemper": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-mktemper//:mktemper", - "name": "ape~1.0.0-beta.2~_repo_rules~mktemper" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-mktemper//:mktemper", + "name": "ape~1.0.0-beta.6~_repo_rules~mktemper" } }, "cosmos-nano": { @@ -10295,15 +10319,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/nano", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/nano" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-nano" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-nano" } }, "nano": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-nano//:nano", - "name": "ape~1.0.0-beta.2~_repo_rules~nano" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-nano//:nano", + "name": "ape~1.0.0-beta.6~_repo_rules~nano" } }, "cosmos-nesemu1": { @@ -10317,15 +10341,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/nesemu1", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/nesemu1" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-nesemu1" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-nesemu1" } }, "nesemu1": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-nesemu1//:nesemu1", - "name": "ape~1.0.0-beta.2~_repo_rules~nesemu1" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-nesemu1//:nesemu1", + "name": "ape~1.0.0-beta.6~_repo_rules~nesemu1" } }, "cosmos-nice": { @@ -10339,15 +10363,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/nice", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/nice" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-nice" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-nice" } }, "nice": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-nice//:nice", - "name": "ape~1.0.0-beta.2~_repo_rules~nice" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-nice//:nice", + "name": "ape~1.0.0-beta.6~_repo_rules~nice" } }, "cosmos-ninja": { @@ -10361,15 +10385,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/ninja", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/ninja" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-ninja" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-ninja" } }, "ninja": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-ninja//:ninja", - "name": "ape~1.0.0-beta.2~_repo_rules~ninja" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-ninja//:ninja", + "name": "ape~1.0.0-beta.6~_repo_rules~ninja" } }, "cosmos-nl": { @@ -10383,15 +10407,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/nl", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/nl" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-nl" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-nl" } }, "nl": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-nl//:nl", - "name": "ape~1.0.0-beta.2~_repo_rules~nl" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-nl//:nl", + "name": "ape~1.0.0-beta.6~_repo_rules~nl" } }, "cosmos-nohup": { @@ -10405,15 +10429,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/nohup", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/nohup" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-nohup" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-nohup" } }, "nohup": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-nohup//:nohup", - "name": "ape~1.0.0-beta.2~_repo_rules~nohup" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-nohup//:nohup", + "name": "ape~1.0.0-beta.6~_repo_rules~nohup" } }, "cosmos-nproc": { @@ -10427,15 +10451,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/nproc", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/nproc" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-nproc" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-nproc" } }, "nproc": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-nproc//:nproc", - "name": "ape~1.0.0-beta.2~_repo_rules~nproc" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-nproc//:nproc", + "name": "ape~1.0.0-beta.6~_repo_rules~nproc" } }, "cosmos-numfmt": { @@ -10449,15 +10473,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/numfmt", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/numfmt" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-numfmt" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-numfmt" } }, "numfmt": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-numfmt//:numfmt", - "name": "ape~1.0.0-beta.2~_repo_rules~numfmt" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-numfmt//:numfmt", + "name": "ape~1.0.0-beta.6~_repo_rules~numfmt" } }, "cosmos-od": { @@ -10471,15 +10495,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/od", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/od" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-od" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-od" } }, "od": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-od//:od", - "name": "ape~1.0.0-beta.2~_repo_rules~od" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-od//:od", + "name": "ape~1.0.0-beta.6~_repo_rules~od" } }, "cosmos-paste": { @@ -10493,15 +10517,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/paste", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/paste" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-paste" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-paste" } }, "paste": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-paste//:paste", - "name": "ape~1.0.0-beta.2~_repo_rules~paste" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-paste//:paste", + "name": "ape~1.0.0-beta.6~_repo_rules~paste" } }, "cosmos-patch": { @@ -10515,15 +10539,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/patch", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/patch" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-patch" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-patch" } }, "patch": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-patch//:patch", - "name": "ape~1.0.0-beta.2~_repo_rules~patch" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-patch//:patch", + "name": "ape~1.0.0-beta.6~_repo_rules~patch" } }, "cosmos-pathchk": { @@ -10537,15 +10561,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/pathchk", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/pathchk" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-pathchk" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-pathchk" } }, "pathchk": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-pathchk//:pathchk", - "name": "ape~1.0.0-beta.2~_repo_rules~pathchk" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-pathchk//:pathchk", + "name": "ape~1.0.0-beta.6~_repo_rules~pathchk" } }, "cosmos-pigz": { @@ -10559,15 +10583,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/pigz", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/pigz" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-pigz" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-pigz" } }, "pigz": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-pigz//:pigz", - "name": "ape~1.0.0-beta.2~_repo_rules~pigz" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-pigz//:pigz", + "name": "ape~1.0.0-beta.6~_repo_rules~pigz" } }, "cosmos-pinky": { @@ -10581,15 +10605,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/pinky", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/pinky" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-pinky" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-pinky" } }, "pinky": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-pinky//:pinky", - "name": "ape~1.0.0-beta.2~_repo_rules~pinky" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-pinky//:pinky", + "name": "ape~1.0.0-beta.6~_repo_rules~pinky" } }, "cosmos-pledge": { @@ -10603,15 +10627,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/pledge", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/pledge" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-pledge" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-pledge" } }, "pledge": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-pledge//:pledge", - "name": "ape~1.0.0-beta.2~_repo_rules~pledge" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-pledge//:pledge", + "name": "ape~1.0.0-beta.6~_repo_rules~pledge" } }, "cosmos-pr": { @@ -10625,15 +10649,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/pr", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/pr" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-pr" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-pr" } }, "pr": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-pr//:pr", - "name": "ape~1.0.0-beta.2~_repo_rules~pr" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-pr//:pr", + "name": "ape~1.0.0-beta.6~_repo_rules~pr" } }, "cosmos-printenv": { @@ -10647,15 +10671,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/printenv", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/printenv" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-printenv" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-printenv" } }, "printenv": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-printenv//:printenv", - "name": "ape~1.0.0-beta.2~_repo_rules~printenv" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-printenv//:printenv", + "name": "ape~1.0.0-beta.6~_repo_rules~printenv" } }, "cosmos-printimage": { @@ -10669,15 +10693,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/printimage", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/printimage" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-printimage" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-printimage" } }, "printimage": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-printimage//:printimage", - "name": "ape~1.0.0-beta.2~_repo_rules~printimage" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-printimage//:printimage", + "name": "ape~1.0.0-beta.6~_repo_rules~printimage" } }, "cosmos-ptx": { @@ -10691,15 +10715,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/ptx", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/ptx" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-ptx" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-ptx" } }, "ptx": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-ptx//:ptx", - "name": "ape~1.0.0-beta.2~_repo_rules~ptx" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-ptx//:ptx", + "name": "ape~1.0.0-beta.6~_repo_rules~ptx" } }, "cosmos-pwd": { @@ -10713,15 +10737,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/pwd", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/pwd" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-pwd" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-pwd" } }, "pwd": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-pwd//:pwd", - "name": "ape~1.0.0-beta.2~_repo_rules~pwd" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-pwd//:pwd", + "name": "ape~1.0.0-beta.6~_repo_rules~pwd" } }, "cosmos-pypack1": { @@ -10735,15 +10759,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/pypack1", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/pypack1" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-pypack1" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-pypack1" } }, "pypack1": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-pypack1//:pypack1", - "name": "ape~1.0.0-beta.2~_repo_rules~pypack1" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-pypack1//:pypack1", + "name": "ape~1.0.0-beta.6~_repo_rules~pypack1" } }, "cosmos-python": { @@ -10757,15 +10781,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/python", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/python" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-python" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-python" } }, "python": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-python//:python", - "name": "ape~1.0.0-beta.2~_repo_rules~python" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-python//:python", + "name": "ape~1.0.0-beta.6~_repo_rules~python" } }, "cosmos-qjs": { @@ -10779,15 +10803,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/qjs", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/qjs" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-qjs" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-qjs" } }, "qjs": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-qjs//:qjs", - "name": "ape~1.0.0-beta.2~_repo_rules~qjs" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-qjs//:qjs", + "name": "ape~1.0.0-beta.6~_repo_rules~qjs" } }, "cosmos-readlink": { @@ -10801,15 +10825,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/readlink", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/readlink" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-readlink" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-readlink" } }, "readlink": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-readlink//:readlink", - "name": "ape~1.0.0-beta.2~_repo_rules~readlink" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-readlink//:readlink", + "name": "ape~1.0.0-beta.6~_repo_rules~readlink" } }, "cosmos-realpath": { @@ -10823,15 +10847,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/realpath", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/realpath" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-realpath" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-realpath" } }, "realpath": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-realpath//:realpath", - "name": "ape~1.0.0-beta.2~_repo_rules~realpath" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-realpath//:realpath", + "name": "ape~1.0.0-beta.6~_repo_rules~realpath" } }, "cosmos-redbean": { @@ -10845,15 +10869,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/redbean", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/redbean" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-redbean" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-redbean" } }, "redbean": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-redbean//:redbean", - "name": "ape~1.0.0-beta.2~_repo_rules~redbean" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-redbean//:redbean", + "name": "ape~1.0.0-beta.6~_repo_rules~redbean" } }, "cosmos-rmdir": { @@ -10867,15 +10891,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/rmdir", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/rmdir" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-rmdir" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-rmdir" } }, "rmdir": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-rmdir//:rmdir", - "name": "ape~1.0.0-beta.2~_repo_rules~rmdir" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-rmdir//:rmdir", + "name": "ape~1.0.0-beta.6~_repo_rules~rmdir" } }, "cosmos-rsync": { @@ -10889,15 +10913,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/rsync", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/rsync" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-rsync" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-rsync" } }, "rsync": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-rsync//:rsync", - "name": "ape~1.0.0-beta.2~_repo_rules~rsync" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-rsync//:rsync", + "name": "ape~1.0.0-beta.6~_repo_rules~rsync" } }, "cosmos-runcon": { @@ -10911,15 +10935,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/runcon", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/runcon" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-runcon" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-runcon" } }, "runcon": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-runcon//:runcon", - "name": "ape~1.0.0-beta.2~_repo_rules~runcon" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-runcon//:runcon", + "name": "ape~1.0.0-beta.6~_repo_rules~runcon" } }, "cosmos-script": { @@ -10933,15 +10957,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/script", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/script" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-script" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-script" } }, "script": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-script//:script", - "name": "ape~1.0.0-beta.2~_repo_rules~script" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-script//:script", + "name": "ape~1.0.0-beta.6~_repo_rules~script" } }, "cosmos-sdiff": { @@ -10955,15 +10979,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sdiff", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sdiff" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-sdiff" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-sdiff" } }, "sdiff": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-sdiff//:sdiff", - "name": "ape~1.0.0-beta.2~_repo_rules~sdiff" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-sdiff//:sdiff", + "name": "ape~1.0.0-beta.6~_repo_rules~sdiff" } }, "cosmos-sed": { @@ -10977,15 +11001,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sed", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sed" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-sed" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-sed" } }, "sed": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-sed//:sed", - "name": "ape~1.0.0-beta.2~_repo_rules~sed" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-sed//:sed", + "name": "ape~1.0.0-beta.6~_repo_rules~sed" } }, "cosmos-seq": { @@ -10999,15 +11023,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/seq", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/seq" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-seq" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-seq" } }, "seq": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-seq//:seq", - "name": "ape~1.0.0-beta.2~_repo_rules~seq" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-seq//:seq", + "name": "ape~1.0.0-beta.6~_repo_rules~seq" } }, "cosmos-sha1sum": { @@ -11021,15 +11045,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sha1sum", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sha1sum" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-sha1sum" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-sha1sum" } }, "sha1sum": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-sha1sum//:sha1sum", - "name": "ape~1.0.0-beta.2~_repo_rules~sha1sum" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-sha1sum//:sha1sum", + "name": "ape~1.0.0-beta.6~_repo_rules~sha1sum" } }, "cosmos-sha224sum": { @@ -11043,15 +11067,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sha224sum", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sha224sum" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-sha224sum" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-sha224sum" } }, "sha224sum": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-sha224sum//:sha224sum", - "name": "ape~1.0.0-beta.2~_repo_rules~sha224sum" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-sha224sum//:sha224sum", + "name": "ape~1.0.0-beta.6~_repo_rules~sha224sum" } }, "cosmos-sha256sum": { @@ -11065,15 +11089,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sha256sum", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sha256sum" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-sha256sum" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-sha256sum" } }, "sha256sum": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-sha256sum//:sha256sum", - "name": "ape~1.0.0-beta.2~_repo_rules~sha256sum" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-sha256sum//:sha256sum", + "name": "ape~1.0.0-beta.6~_repo_rules~sha256sum" } }, "cosmos-sha384sum": { @@ -11087,15 +11111,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sha384sum", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sha384sum" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-sha384sum" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-sha384sum" } }, "sha384sum": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-sha384sum//:sha384sum", - "name": "ape~1.0.0-beta.2~_repo_rules~sha384sum" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-sha384sum//:sha384sum", + "name": "ape~1.0.0-beta.6~_repo_rules~sha384sum" } }, "cosmos-sha512sum": { @@ -11109,15 +11133,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sha512sum", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sha512sum" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-sha512sum" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-sha512sum" } }, "sha512sum": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-sha512sum//:sha512sum", - "name": "ape~1.0.0-beta.2~_repo_rules~sha512sum" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-sha512sum//:sha512sum", + "name": "ape~1.0.0-beta.6~_repo_rules~sha512sum" } }, "cosmos-shred": { @@ -11131,15 +11155,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/shred", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/shred" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-shred" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-shred" } }, "shred": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-shred//:shred", - "name": "ape~1.0.0-beta.2~_repo_rules~shred" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-shred//:shred", + "name": "ape~1.0.0-beta.6~_repo_rules~shred" } }, "cosmos-shuf": { @@ -11153,15 +11177,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/shuf", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/shuf" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-shuf" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-shuf" } }, "shuf": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-shuf//:shuf", - "name": "ape~1.0.0-beta.2~_repo_rules~shuf" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-shuf//:shuf", + "name": "ape~1.0.0-beta.6~_repo_rules~shuf" } }, "cosmos-sleep": { @@ -11175,15 +11199,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sleep", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sleep" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-sleep" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-sleep" } }, "sleep": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-sleep//:sleep", - "name": "ape~1.0.0-beta.2~_repo_rules~sleep" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-sleep//:sleep", + "name": "ape~1.0.0-beta.6~_repo_rules~sleep" } }, "cosmos-sort": { @@ -11197,15 +11221,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sort", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sort" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-sort" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-sort" } }, "sort": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-sort//:sort", - "name": "ape~1.0.0-beta.2~_repo_rules~sort" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-sort//:sort", + "name": "ape~1.0.0-beta.6~_repo_rules~sort" } }, "cosmos-split": { @@ -11219,15 +11243,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/split", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/split" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-split" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-split" } }, "split": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-split//:split", - "name": "ape~1.0.0-beta.2~_repo_rules~split" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-split//:split", + "name": "ape~1.0.0-beta.6~_repo_rules~split" } }, "cosmos-sqlite3": { @@ -11241,15 +11265,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sqlite3", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sqlite3" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-sqlite3" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-sqlite3" } }, "sqlite3": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-sqlite3//:sqlite3", - "name": "ape~1.0.0-beta.2~_repo_rules~sqlite3" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-sqlite3//:sqlite3", + "name": "ape~1.0.0-beta.6~_repo_rules~sqlite3" } }, "cosmos-stat": { @@ -11263,15 +11287,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/stat", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/stat" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-stat" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-stat" } }, "stat": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-stat//:stat", - "name": "ape~1.0.0-beta.2~_repo_rules~stat" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-stat//:stat", + "name": "ape~1.0.0-beta.6~_repo_rules~stat" } }, "cosmos-stty": { @@ -11285,15 +11309,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/stty", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/stty" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-stty" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-stty" } }, "stty": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-stty//:stty", - "name": "ape~1.0.0-beta.2~_repo_rules~stty" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-stty//:stty", + "name": "ape~1.0.0-beta.6~_repo_rules~stty" } }, "cosmos-sum": { @@ -11307,15 +11331,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sum", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sum" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-sum" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-sum" } }, "sum": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-sum//:sum", - "name": "ape~1.0.0-beta.2~_repo_rules~sum" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-sum//:sum", + "name": "ape~1.0.0-beta.6~_repo_rules~sum" } }, "cosmos-sync": { @@ -11329,15 +11353,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sync", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sync" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-sync" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-sync" } }, "sync": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-sync//:sync", - "name": "ape~1.0.0-beta.2~_repo_rules~sync" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-sync//:sync", + "name": "ape~1.0.0-beta.6~_repo_rules~sync" } }, "cosmos-tac": { @@ -11351,15 +11375,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/tac", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/tac" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-tac" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-tac" } }, "tac": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-tac//:tac", - "name": "ape~1.0.0-beta.2~_repo_rules~tac" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-tac//:tac", + "name": "ape~1.0.0-beta.6~_repo_rules~tac" } }, "cosmos-tail": { @@ -11373,15 +11397,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/tail", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/tail" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-tail" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-tail" } }, "tail": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-tail//:tail", - "name": "ape~1.0.0-beta.2~_repo_rules~tail" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-tail//:tail", + "name": "ape~1.0.0-beta.6~_repo_rules~tail" } }, "cosmos-tar": { @@ -11395,15 +11419,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/tar", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/tar" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-tar" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-tar" } }, "tar": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-tar//:tar", - "name": "ape~1.0.0-beta.2~_repo_rules~tar" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-tar//:tar", + "name": "ape~1.0.0-beta.6~_repo_rules~tar" } }, "cosmos-tee": { @@ -11417,15 +11441,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/tee", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/tee" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-tee" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-tee" } }, "tee": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-tee//:tee", - "name": "ape~1.0.0-beta.2~_repo_rules~tee" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-tee//:tee", + "name": "ape~1.0.0-beta.6~_repo_rules~tee" } }, "cosmos-test": { @@ -11439,15 +11463,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/test", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/test" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-test" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-test" } }, "test": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-test//:test", - "name": "ape~1.0.0-beta.2~_repo_rules~test" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-test//:test", + "name": "ape~1.0.0-beta.6~_repo_rules~test" } }, "cosmos-tidy": { @@ -11461,15 +11485,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/tidy", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/tidy" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-tidy" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-tidy" } }, "tidy": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-tidy//:tidy", - "name": "ape~1.0.0-beta.2~_repo_rules~tidy" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-tidy//:tidy", + "name": "ape~1.0.0-beta.6~_repo_rules~tidy" } }, "cosmos-timeout": { @@ -11483,15 +11507,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/timeout", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/timeout" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-timeout" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-timeout" } }, "timeout": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-timeout//:timeout", - "name": "ape~1.0.0-beta.2~_repo_rules~timeout" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-timeout//:timeout", + "name": "ape~1.0.0-beta.6~_repo_rules~timeout" } }, "cosmos-tmux": { @@ -11505,15 +11529,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/tmux", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/tmux" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-tmux" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-tmux" } }, "tmux": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-tmux//:tmux", - "name": "ape~1.0.0-beta.2~_repo_rules~tmux" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-tmux//:tmux", + "name": "ape~1.0.0-beta.6~_repo_rules~tmux" } }, "cosmos-touch": { @@ -11527,15 +11551,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/touch", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/touch" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-touch" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-touch" } }, "touch": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-touch//:touch", - "name": "ape~1.0.0-beta.2~_repo_rules~touch" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-touch//:touch", + "name": "ape~1.0.0-beta.6~_repo_rules~touch" } }, "cosmos-tr": { @@ -11549,15 +11573,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/tr", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/tr" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-tr" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-tr" } }, "tr": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-tr//:tr", - "name": "ape~1.0.0-beta.2~_repo_rules~tr" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-tr//:tr", + "name": "ape~1.0.0-beta.6~_repo_rules~tr" } }, "cosmos-tree": { @@ -11571,15 +11595,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/tree", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/tree" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-tree" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-tree" } }, "tree": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-tree//:tree", - "name": "ape~1.0.0-beta.2~_repo_rules~tree" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-tree//:tree", + "name": "ape~1.0.0-beta.6~_repo_rules~tree" } }, "cosmos-true": { @@ -11593,15 +11617,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/true", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/true" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-true" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-true" } }, "true": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-true//:true", - "name": "ape~1.0.0-beta.2~_repo_rules~true" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-true//:true", + "name": "ape~1.0.0-beta.6~_repo_rules~true" } }, "cosmos-truncate": { @@ -11615,15 +11639,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/truncate", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/truncate" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-truncate" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-truncate" } }, "truncate": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-truncate//:truncate", - "name": "ape~1.0.0-beta.2~_repo_rules~truncate" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-truncate//:truncate", + "name": "ape~1.0.0-beta.6~_repo_rules~truncate" } }, "cosmos-tsort": { @@ -11637,15 +11661,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/tsort", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/tsort" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-tsort" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-tsort" } }, "tsort": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-tsort//:tsort", - "name": "ape~1.0.0-beta.2~_repo_rules~tsort" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-tsort//:tsort", + "name": "ape~1.0.0-beta.6~_repo_rules~tsort" } }, "cosmos-tty": { @@ -11659,15 +11683,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/tty", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/tty" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-tty" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-tty" } }, "tty": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-tty//:tty", - "name": "ape~1.0.0-beta.2~_repo_rules~tty" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-tty//:tty", + "name": "ape~1.0.0-beta.6~_repo_rules~tty" } }, "cosmos-ttyinfo": { @@ -11681,15 +11705,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/ttyinfo", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/ttyinfo" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-ttyinfo" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-ttyinfo" } }, "ttyinfo": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-ttyinfo//:ttyinfo", - "name": "ape~1.0.0-beta.2~_repo_rules~ttyinfo" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-ttyinfo//:ttyinfo", + "name": "ape~1.0.0-beta.6~_repo_rules~ttyinfo" } }, "cosmos-unbourne": { @@ -11703,15 +11727,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/unbourne", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/unbourne" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-unbourne" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-unbourne" } }, "unbourne": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-unbourne//:unbourne", - "name": "ape~1.0.0-beta.2~_repo_rules~unbourne" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-unbourne//:unbourne", + "name": "ape~1.0.0-beta.6~_repo_rules~unbourne" } }, "cosmos-unexpand": { @@ -11725,15 +11749,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/unexpand", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/unexpand" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-unexpand" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-unexpand" } }, "unexpand": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-unexpand//:unexpand", - "name": "ape~1.0.0-beta.2~_repo_rules~unexpand" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-unexpand//:unexpand", + "name": "ape~1.0.0-beta.6~_repo_rules~unexpand" } }, "cosmos-uniq": { @@ -11747,15 +11771,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/uniq", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/uniq" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-uniq" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-uniq" } }, "uniq": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-uniq//:uniq", - "name": "ape~1.0.0-beta.2~_repo_rules~uniq" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-uniq//:uniq", + "name": "ape~1.0.0-beta.6~_repo_rules~uniq" } }, "cosmos-unlink": { @@ -11769,15 +11793,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/unlink", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/unlink" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-unlink" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-unlink" } }, "unlink": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-unlink//:unlink", - "name": "ape~1.0.0-beta.2~_repo_rules~unlink" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-unlink//:unlink", + "name": "ape~1.0.0-beta.6~_repo_rules~unlink" } }, "cosmos-unzip": { @@ -11791,15 +11815,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/unzip", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/unzip" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-unzip" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-unzip" } }, "unzip": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-unzip//:unzip", - "name": "ape~1.0.0-beta.2~_repo_rules~unzip" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-unzip//:unzip", + "name": "ape~1.0.0-beta.6~_repo_rules~unzip" } }, "cosmos-uptime": { @@ -11813,15 +11837,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/uptime", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/uptime" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-uptime" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-uptime" } }, "uptime": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-uptime//:uptime", - "name": "ape~1.0.0-beta.2~_repo_rules~uptime" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-uptime//:uptime", + "name": "ape~1.0.0-beta.6~_repo_rules~uptime" } }, "cosmos-users": { @@ -11835,15 +11859,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/users", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/users" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-users" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-users" } }, "users": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-users//:users", - "name": "ape~1.0.0-beta.2~_repo_rules~users" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-users//:users", + "name": "ape~1.0.0-beta.6~_repo_rules~users" } }, "cosmos-vdir": { @@ -11857,15 +11881,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/vdir", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/vdir" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-vdir" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-vdir" } }, "vdir": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-vdir//:vdir", - "name": "ape~1.0.0-beta.2~_repo_rules~vdir" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-vdir//:vdir", + "name": "ape~1.0.0-beta.6~_repo_rules~vdir" } }, "cosmos-verynice": { @@ -11879,15 +11903,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/verynice", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/verynice" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-verynice" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-verynice" } }, "verynice": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-verynice//:verynice", - "name": "ape~1.0.0-beta.2~_repo_rules~verynice" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-verynice//:verynice", + "name": "ape~1.0.0-beta.6~_repo_rules~verynice" } }, "cosmos-vim": { @@ -11901,15 +11925,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/vim", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/vim" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-vim" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-vim" } }, "vim": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-vim//:vim", - "name": "ape~1.0.0-beta.2~_repo_rules~vim" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-vim//:vim", + "name": "ape~1.0.0-beta.6~_repo_rules~vim" } }, "cosmos-wall": { @@ -11923,15 +11947,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/wall", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/wall" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-wall" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-wall" } }, "wall": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-wall//:wall", - "name": "ape~1.0.0-beta.2~_repo_rules~wall" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-wall//:wall", + "name": "ape~1.0.0-beta.6~_repo_rules~wall" } }, "cosmos-wc": { @@ -11945,15 +11969,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/wc", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/wc" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-wc" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-wc" } }, "wc": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-wc//:wc", - "name": "ape~1.0.0-beta.2~_repo_rules~wc" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-wc//:wc", + "name": "ape~1.0.0-beta.6~_repo_rules~wc" } }, "cosmos-wget": { @@ -11967,15 +11991,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/wget", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/wget" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-wget" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-wget" } }, "wget": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-wget//:wget", - "name": "ape~1.0.0-beta.2~_repo_rules~wget" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-wget//:wget", + "name": "ape~1.0.0-beta.6~_repo_rules~wget" } }, "cosmos-who": { @@ -11989,15 +12013,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/who", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/who" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-who" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-who" } }, "who": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-who//:who", - "name": "ape~1.0.0-beta.2~_repo_rules~who" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-who//:who", + "name": "ape~1.0.0-beta.6~_repo_rules~who" } }, "cosmos-whoami": { @@ -12011,15 +12035,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/whoami", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/whoami" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-whoami" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-whoami" } }, "whoami": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-whoami//:whoami", - "name": "ape~1.0.0-beta.2~_repo_rules~whoami" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-whoami//:whoami", + "name": "ape~1.0.0-beta.6~_repo_rules~whoami" } }, "cosmos-xargs": { @@ -12033,15 +12057,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/xargs", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/xargs" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-xargs" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-xargs" } }, "xargs": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-xargs//:xargs", - "name": "ape~1.0.0-beta.2~_repo_rules~xargs" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-xargs//:xargs", + "name": "ape~1.0.0-beta.6~_repo_rules~xargs" } }, "cosmos-xz": { @@ -12055,15 +12079,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/xz", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/xz" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-xz" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-xz" } }, "xz": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-xz//:xz", - "name": "ape~1.0.0-beta.2~_repo_rules~xz" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-xz//:xz", + "name": "ape~1.0.0-beta.6~_repo_rules~xz" } }, "cosmos-yes": { @@ -12077,15 +12101,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/yes", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/yes" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-yes" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-yes" } }, "yes": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-yes//:yes", - "name": "ape~1.0.0-beta.2~_repo_rules~yes" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-yes//:yes", + "name": "ape~1.0.0-beta.6~_repo_rules~yes" } }, "cosmos-zip": { @@ -12099,15 +12123,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/zip", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/zip" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-zip" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-zip" } }, "zip": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-zip//:zip", - "name": "ape~1.0.0-beta.2~_repo_rules~zip" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-zip//:zip", + "name": "ape~1.0.0-beta.6~_repo_rules~zip" } }, "cosmos-zsh": { @@ -12121,15 +12145,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/zsh", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/zsh" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-zsh" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-zsh" } }, "zsh": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-zsh//:zsh", - "name": "ape~1.0.0-beta.2~_repo_rules~zsh" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-zsh//:zsh", + "name": "ape~1.0.0-beta.6~_repo_rules~zsh" } }, "cosmos-zstd": { @@ -12143,15 +12167,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/zstd", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/zstd" ], - "name": "ape~1.0.0-beta.2~_repo_rules~cosmos-zstd" + "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-zstd" } }, "zstd": { - "bzlFile": "@@ape~1.0.0-beta.2//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.2~_repo_rules~cosmos-zstd//:zstd", - "name": "ape~1.0.0-beta.2~_repo_rules~zstd" + "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-zstd//:zstd", + "name": "ape~1.0.0-beta.6~_repo_rules~zstd" } } } @@ -13234,7 +13258,7 @@ "envVariables": {}, "generatedRepoSpecs": { "resolved-zstd": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/resolved:repository.bzl", + "bzlFile": "@@toolchain_utils~1.0.0-beta.9//toolchain/resolved:repository.bzl", "ruleClassName": "resolved", "attributes": { "toolchain_type": "@@rules_zstd~override//zstd/toolchain/zstd:type", @@ -13244,1305 +13268,24 @@ } } }, - "@@toolchain_utils~1.0.0-beta.6//:MODULE.bazel%_repo_rules": { + "@@toolchain_utils~1.0.0-beta.9//:MODULE.bazel%_repo_rules": { "general": { "bzlTransitiveDigest": "EyT/sMAKLPArwKQR7yfwzX0Jj6UkbNPq+yyLByJVyUY=", "accumulatedFileDigests": {}, "envVariables": {}, "generatedRepoSpecs": { "local": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/local/triplet:repository.bzl", + "bzlFile": "@@toolchain_utils~1.0.0-beta.9//toolchain/local/triplet:repository.bzl", "ruleClassName": "triplet", "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~_repo_rules~local" + "name": "toolchain_utils~1.0.0-beta.9~_repo_rules~local" } }, "launcher": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/launcher:repository.bzl", + "bzlFile": "@@toolchain_utils~1.0.0-beta.9//toolchain/launcher:repository.bzl", "ruleClassName": "launcher", "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~_repo_rules~launcher" - } - } - } - } - }, - "@@toolchain_utils~1.0.0-beta.6//toolchain/export:defs.bzl%toolchain_export": { - "general": { - "bzlTransitiveDigest": "n2fd+/jiAv/nvvi2WUR+VQxI3aTZGNuhuX/NuFhw5fM=", - "accumulatedFileDigests": {}, - "envVariables": {}, - "generatedRepoSpecs": { - "ape-pledge": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-pledge", - "target": "@@ape~1.0.0-beta.2~_repo_rules~pledge//:pledge" - } - }, - "ape-basenc": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-basenc", - "target": "@@ape~1.0.0-beta.2~_repo_rules~basenc//:basenc" - } - }, - "ape-pwd": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-pwd", - "target": "@@ape~1.0.0-beta.2~_repo_rules~pwd//:pwd" - } - }, - "ape-xargs": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-xargs", - "target": "@@ape~1.0.0-beta.2~_repo_rules~xargs//:xargs" - } - }, - "ape-md5sum": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-md5sum", - "target": "@@ape~1.0.0-beta.2~_repo_rules~md5sum//:md5sum" - } - }, - "ape-cut": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-cut", - "target": "@@ape~1.0.0-beta.2~_repo_rules~cut//:cut" - } - }, - "ape-date": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-date", - "target": "@@ape~1.0.0-beta.2~_repo_rules~date//:date" - } - }, - "ape-nl": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-nl", - "target": "@@ape~1.0.0-beta.2~_repo_rules~nl//:nl" - } - }, - "ape-expand": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-expand", - "target": "@@ape~1.0.0-beta.2~_repo_rules~expand//:expand" - } - }, - "ape-ttyinfo": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-ttyinfo", - "target": "@@ape~1.0.0-beta.2~_repo_rules~ttyinfo//:ttyinfo" - } - }, - "ape-verynice": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-verynice", - "target": "@@ape~1.0.0-beta.2~_repo_rules~verynice//:verynice" - } - }, - "ape-cmp": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-cmp", - "target": "@@ape~1.0.0-beta.2~_repo_rules~cmp//:cmp" - } - }, - "ape-dirname": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-dirname", - "target": "@@ape~1.0.0-beta.2~_repo_rules~dirname//:dirname" - } - }, - "ape-sum": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-sum", - "target": "@@ape~1.0.0-beta.2~_repo_rules~sum//:sum" - } - }, - "ape-unexpand": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-unexpand", - "target": "@@ape~1.0.0-beta.2~_repo_rules~unexpand//:unexpand" - } - }, - "ape-sdiff": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-sdiff", - "target": "@@ape~1.0.0-beta.2~_repo_rules~sdiff//:sdiff" - } - }, - "ape-pigz": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-pigz", - "target": "@@ape~1.0.0-beta.2~_repo_rules~pigz//:pigz" - } - }, - "ape-nano": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-nano", - "target": "@@ape~1.0.0-beta.2~_repo_rules~nano//:nano" - } - }, - "ape-zsh": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-zsh", - "target": "@@ape~1.0.0-beta.2~_repo_rules~zsh//:zsh" - } - }, - "ape-datasette": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-datasette", - "target": "@@ape~1.0.0-beta.2~_repo_rules~datasette//:datasette" - } - }, - "ape-sha384sum": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-sha384sum", - "target": "@@ape~1.0.0-beta.2~_repo_rules~sha384sum//:sha384sum" - } - }, - "ape-dircolors": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-dircolors", - "target": "@@ape~1.0.0-beta.2~_repo_rules~dircolors//:dircolors" - } - }, - "ape-rsync": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-rsync", - "target": "@@ape~1.0.0-beta.2~_repo_rules~rsync//:rsync" - } - }, - "ape-sed": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-sed", - "target": "@@ape~1.0.0-beta.2~_repo_rules~sed//:sed" - } - }, - "ape-sha512sum": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-sha512sum", - "target": "@@ape~1.0.0-beta.2~_repo_rules~sha512sum//:sha512sum" - } - }, - "ape-nproc": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-nproc", - "target": "@@ape~1.0.0-beta.2~_repo_rules~nproc//:nproc" - } - }, - "ape-find": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-find", - "target": "@@ape~1.0.0-beta.2~_repo_rules~find//:find" - } - }, - "ape-pinky": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-pinky", - "target": "@@ape~1.0.0-beta.2~_repo_rules~pinky//:pinky" - } - }, - "ape-mktemp": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-mktemp", - "target": "@@ape~1.0.0-beta.2~_repo_rules~mktemp//:mktemp" - } - }, - "ape-bash": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-bash", - "target": "@@ape~1.0.0-beta.2~_repo_rules~bash//:bash" - } - }, - "ape-mkfifo": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-mkfifo", - "target": "@@ape~1.0.0-beta.2~_repo_rules~mkfifo//:mkfifo" - } - }, - "ape-tmux": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-tmux", - "target": "@@ape~1.0.0-beta.2~_repo_rules~tmux//:tmux" - } - }, - "ape-users": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-users", - "target": "@@ape~1.0.0-beta.2~_repo_rules~users//:users" - } - }, - "ape-head": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-head", - "target": "@@ape~1.0.0-beta.2~_repo_rules~head//:head" - } - }, - "ape-seq": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-seq", - "target": "@@ape~1.0.0-beta.2~_repo_rules~seq//:seq" - } - }, - "diff": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~diff", - "target": "@@toolchain_utils~1.0.0-beta.6~toolchain_export~ape-diff//:ape-diff" - } - }, - "ape-printenv": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-printenv", - "target": "@@ape~1.0.0-beta.2~_repo_rules~printenv//:printenv" - } - }, - "ape-lz4": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-lz4", - "target": "@@ape~1.0.0-beta.2~_repo_rules~lz4//:lz4" - } - }, - "ape-sqlite3": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-sqlite3", - "target": "@@ape~1.0.0-beta.2~_repo_rules~sqlite3//:sqlite3" - } - }, - "ape-od": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-od", - "target": "@@ape~1.0.0-beta.2~_repo_rules~od//:od" - } - }, - "ape-tsort": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-tsort", - "target": "@@ape~1.0.0-beta.2~_repo_rules~tsort//:tsort" - } - }, - "ape-chcon": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-chcon", - "target": "@@ape~1.0.0-beta.2~_repo_rules~chcon//:chcon" - } - }, - "ape-shred": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-shred", - "target": "@@ape~1.0.0-beta.2~_repo_rules~shred//:shred" - } - }, - "ape-tidy": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-tidy", - "target": "@@ape~1.0.0-beta.2~_repo_rules~tidy//:tidy" - } - }, - "ape-wall": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-wall", - "target": "@@ape~1.0.0-beta.2~_repo_rules~wall//:wall" - } - }, - "ape-split": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-split", - "target": "@@ape~1.0.0-beta.2~_repo_rules~split//:split" - } - }, - "ape-berry": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-berry", - "target": "@@ape~1.0.0-beta.2~_repo_rules~berry//:berry" - } - }, - "ape-groups": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-groups", - "target": "@@ape~1.0.0-beta.2~_repo_rules~groups//:groups" - } - }, - "ape-base64": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-base64", - "target": "@@ape~1.0.0-beta.2~_repo_rules~base64//:base64" - } - }, - "ape-grep": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-grep", - "target": "@@ape~1.0.0-beta.2~_repo_rules~grep//:grep" - } - }, - "ape-wc": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-wc", - "target": "@@ape~1.0.0-beta.2~_repo_rules~wc//:wc" - } - }, - "ape-chown": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-chown", - "target": "@@ape~1.0.0-beta.2~_repo_rules~chown//:chown" - } - }, - "ape-ctags": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-ctags", - "target": "@@ape~1.0.0-beta.2~_repo_rules~ctags//:ctags" - } - }, - "ape-locate": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-locate", - "target": "@@ape~1.0.0-beta.2~_repo_rules~locate//:locate" - } - }, - "ape-ls": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-ls", - "target": "@@ape~1.0.0-beta.2~_repo_rules~ls//:ls" - } - }, - "ape-factor": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-factor", - "target": "@@ape~1.0.0-beta.2~_repo_rules~factor//:factor" - } - }, - "ape-life": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-life", - "target": "@@ape~1.0.0-beta.2~_repo_rules~life//:life" - } - }, - "ape-expr": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-expr", - "target": "@@ape~1.0.0-beta.2~_repo_rules~expr//:expr" - } - }, - "ape-link": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-link", - "target": "@@ape~1.0.0-beta.2~_repo_rules~link//:link" - } - }, - "ape-ninja": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-ninja", - "target": "@@ape~1.0.0-beta.2~_repo_rules~ninja//:ninja" - } - }, - "ape-qjs": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-qjs", - "target": "@@ape~1.0.0-beta.2~_repo_rules~qjs//:qjs" - } - }, - "cmp": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~cmp", - "target": "@@toolchain_utils~1.0.0-beta.6~toolchain_export~ape-cmp//:ape-cmp" - } - }, - "ape-df": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-df", - "target": "@@ape~1.0.0-beta.2~_repo_rules~df//:df" - } - }, - "ape-ln": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-ln", - "target": "@@ape~1.0.0-beta.2~_repo_rules~ln//:ln" - } - }, - "ape-b2sum": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-b2sum", - "target": "@@ape~1.0.0-beta.2~_repo_rules~b2sum//:b2sum" - } - }, - "ape-tr": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-tr", - "target": "@@ape~1.0.0-beta.2~_repo_rules~tr//:tr" - } - }, - "zstd": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~zstd", - "target": "@@toolchain_utils~1.0.0-beta.6~toolchain_export~ape-zstd//:ape-zstd" - } - }, - "ape-unlink": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-unlink", - "target": "@@ape~1.0.0-beta.2~_repo_rules~unlink//:unlink" - } - }, - "ape-diff": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-diff", - "target": "@@ape~1.0.0-beta.2~_repo_rules~diff//:diff" - } - }, - "ape-unbourne": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-unbourne", - "target": "@@ape~1.0.0-beta.2~_repo_rules~unbourne//:unbourne" - } - }, - "ape-dir": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-dir", - "target": "@@ape~1.0.0-beta.2~_repo_rules~dir//:dir" - } - }, - "ape-fmt": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-fmt", - "target": "@@ape~1.0.0-beta.2~_repo_rules~fmt//:fmt" - } - }, - "ape-fold": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-fold", - "target": "@@ape~1.0.0-beta.2~_repo_rules~fold//:fold" - } - }, - "ape-make": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-make", - "target": "@@ape~1.0.0-beta.2~_repo_rules~make//:make" - } - }, - "ape-mktemper": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-mktemper", - "target": "@@ape~1.0.0-beta.2~_repo_rules~mktemper//:mktemper" - } - }, - "ape-base32": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-base32", - "target": "@@ape~1.0.0-beta.2~_repo_rules~base32//:base32" - } - }, - "ape-chgrp": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-chgrp", - "target": "@@ape~1.0.0-beta.2~_repo_rules~chgrp//:chgrp" - } - }, - "ape-tac": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-tac", - "target": "@@ape~1.0.0-beta.2~_repo_rules~tac//:tac" - } - }, - "ape-touch": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-touch", - "target": "@@ape~1.0.0-beta.2~_repo_rules~touch//:touch" - } - }, - "ape-python": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-python", - "target": "@@ape~1.0.0-beta.2~_repo_rules~python//:python" - } - }, - "ape-uptime": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-uptime", - "target": "@@ape~1.0.0-beta.2~_repo_rules~uptime//:uptime" - } - }, - "ape-clang-format": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-clang-format", - "target": "@@ape~1.0.0-beta.2~_repo_rules~clang-format//:clang-format" - } - }, - "ape-comm": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-comm", - "target": "@@ape~1.0.0-beta.2~_repo_rules~comm//:comm" - } - }, - "ape-tar": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-tar", - "target": "@@ape~1.0.0-beta.2~_repo_rules~tar//:tar" - } - }, - "ape-false": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-false", - "target": "@@ape~1.0.0-beta.2~_repo_rules~false//:false" - } - }, - "ape-rmdir": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-rmdir", - "target": "@@ape~1.0.0-beta.2~_repo_rules~rmdir//:rmdir" - } - }, - "ape-paste": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-paste", - "target": "@@ape~1.0.0-beta.2~_repo_rules~paste//:paste" - } - }, - "ape-du": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-du", - "target": "@@ape~1.0.0-beta.2~_repo_rules~du//:du" - } - }, - "ape-links": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-links", - "target": "@@ape~1.0.0-beta.2~_repo_rules~links//:links" - } - }, - "ape-nohup": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-nohup", - "target": "@@ape~1.0.0-beta.2~_repo_rules~nohup//:nohup" - } - }, - "sdiff": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~sdiff", - "target": "@@toolchain_utils~1.0.0-beta.6~toolchain_export~ape-sdiff//:ape-sdiff" - } - }, - "diff3": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~diff3", - "target": "@@toolchain_utils~1.0.0-beta.6~toolchain_export~ape-diff3//:ape-diff3" - } - }, - "ape-basename": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-basename", - "target": "@@ape~1.0.0-beta.2~_repo_rules~basename//:basename" - } - }, - "ape-sha256sum": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-sha256sum", - "target": "@@ape~1.0.0-beta.2~_repo_rules~sha256sum//:sha256sum" - } - }, - "ape-greenbean": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-greenbean", - "target": "@@ape~1.0.0-beta.2~_repo_rules~greenbean//:greenbean" - } - }, - "ape-who": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-who", - "target": "@@ape~1.0.0-beta.2~_repo_rules~who//:who" - } - }, - "ape-curl": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-curl", - "target": "@@ape~1.0.0-beta.2~_repo_rules~curl//:curl" - } - }, - "ape-join": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-join", - "target": "@@ape~1.0.0-beta.2~_repo_rules~join//:join" - } - }, - "ape-printimage": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-printimage", - "target": "@@ape~1.0.0-beta.2~_repo_rules~printimage//:printimage" - } - }, - "ape-diff3": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-diff3", - "target": "@@ape~1.0.0-beta.2~_repo_rules~diff3//:diff3" - } - }, - "ape-pathchk": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-pathchk", - "target": "@@ape~1.0.0-beta.2~_repo_rules~pathchk//:pathchk" - } - }, - "ape-script": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-script", - "target": "@@ape~1.0.0-beta.2~_repo_rules~script//:script" - } - }, - "ape-cat": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-cat", - "target": "@@ape~1.0.0-beta.2~_repo_rules~cat//:cat" - } - }, - "ape-emacs": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-emacs", - "target": "@@ape~1.0.0-beta.2~_repo_rules~emacs//:emacs" - } - }, - "ape-csplit": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-csplit", - "target": "@@ape~1.0.0-beta.2~_repo_rules~csplit//:csplit" - } - }, - "ape-kill": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-kill", - "target": "@@ape~1.0.0-beta.2~_repo_rules~kill//:kill" - } - }, - "ape-emacsclient": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-emacsclient", - "target": "@@ape~1.0.0-beta.2~_repo_rules~emacsclient//:emacsclient" - } - }, - "ape-nice": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-nice", - "target": "@@ape~1.0.0-beta.2~_repo_rules~nice//:nice" - } - }, - "ape-timeout": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-timeout", - "target": "@@ape~1.0.0-beta.2~_repo_rules~timeout//:timeout" - } - }, - "ape-chroot": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-chroot", - "target": "@@ape~1.0.0-beta.2~_repo_rules~chroot//:chroot" - } - }, - "ape-mknod": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-mknod", - "target": "@@ape~1.0.0-beta.2~_repo_rules~mknod//:mknod" - } - }, - "ape-sha224sum": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-sha224sum", - "target": "@@ape~1.0.0-beta.2~_repo_rules~sha224sum//:sha224sum" - } - }, - "ape-yes": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-yes", - "target": "@@ape~1.0.0-beta.2~_repo_rules~yes//:yes" - } - }, - "ape-gmake": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-gmake", - "target": "@@ape~1.0.0-beta.2~_repo_rules~gmake//:gmake" - } - }, - "ape-numfmt": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-numfmt", - "target": "@@ape~1.0.0-beta.2~_repo_rules~numfmt//:numfmt" - } - }, - "ape-tail": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-tail", - "target": "@@ape~1.0.0-beta.2~_repo_rules~tail//:tail" - } - }, - "ape-bzip2": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-bzip2", - "target": "@@ape~1.0.0-beta.2~_repo_rules~bzip2//:bzip2" - } - }, - "ape-env": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-env", - "target": "@@ape~1.0.0-beta.2~_repo_rules~env//:env" - } - }, - "ape-patch": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-patch", - "target": "@@ape~1.0.0-beta.2~_repo_rules~patch//:patch" - } - }, - "ape-vdir": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-vdir", - "target": "@@ape~1.0.0-beta.2~_repo_rules~vdir//:vdir" - } - }, - "ape-realpath": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-realpath", - "target": "@@ape~1.0.0-beta.2~_repo_rules~realpath//:realpath" - } - }, - "ape-ptx": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-ptx", - "target": "@@ape~1.0.0-beta.2~_repo_rules~ptx//:ptx" - } - }, - "ape-awk": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-awk", - "target": "@@ape~1.0.0-beta.2~_repo_rules~awk//:awk" - } - }, - "ape-stat": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-stat", - "target": "@@ape~1.0.0-beta.2~_repo_rules~stat//:stat" - } - }, - "ape-brotli": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-brotli", - "target": "@@ape~1.0.0-beta.2~_repo_rules~brotli//:brotli" - } - }, - "ape-lua": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-lua", - "target": "@@ape~1.0.0-beta.2~_repo_rules~lua//:lua" - } - }, - "ape-nesemu1": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-nesemu1", - "target": "@@ape~1.0.0-beta.2~_repo_rules~nesemu1//:nesemu1" - } - }, - "ape-wget": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-wget", - "target": "@@ape~1.0.0-beta.2~_repo_rules~wget//:wget" - } - }, - "ape-tty": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-tty", - "target": "@@ape~1.0.0-beta.2~_repo_rules~tty//:tty" - } - }, - "ape-unzip": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-unzip", - "target": "@@ape~1.0.0-beta.2~_repo_rules~unzip//:unzip" - } - }, - "ape-pr": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-pr", - "target": "@@ape~1.0.0-beta.2~_repo_rules~pr//:pr" - } - }, - "ape-whoami": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-whoami", - "target": "@@ape~1.0.0-beta.2~_repo_rules~whoami//:whoami" - } - }, - "ape-xz": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-xz", - "target": "@@ape~1.0.0-beta.2~_repo_rules~xz//:xz" - } - }, - "ape-uniq": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-uniq", - "target": "@@ape~1.0.0-beta.2~_repo_rules~uniq//:uniq" - } - }, - "ape-readlink": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-readlink", - "target": "@@ape~1.0.0-beta.2~_repo_rules~readlink//:readlink" - } - }, - "ape-zstd": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-zstd", - "target": "@@ape~1.0.0-beta.2~_repo_rules~zstd//:zstd" - } - }, - "ape-cksum": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-cksum", - "target": "@@ape~1.0.0-beta.2~_repo_rules~cksum//:cksum" - } - }, - "ape-tee": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-tee", - "target": "@@ape~1.0.0-beta.2~_repo_rules~tee//:tee" - } - }, - "ape-sha1sum": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-sha1sum", - "target": "@@ape~1.0.0-beta.2~_repo_rules~sha1sum//:sha1sum" - } - }, - "ape-logname": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-logname", - "target": "@@ape~1.0.0-beta.2~_repo_rules~logname//:logname" - } - }, - "ape-sort": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-sort", - "target": "@@ape~1.0.0-beta.2~_repo_rules~sort//:sort" - } - }, - "ape-tree": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-tree", - "target": "@@ape~1.0.0-beta.2~_repo_rules~tree//:tree" - } - }, - "ape-less": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-less", - "target": "@@ape~1.0.0-beta.2~_repo_rules~less//:less" - } - }, - "ape-vim": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-vim", - "target": "@@ape~1.0.0-beta.2~_repo_rules~vim//:vim" - } - }, - "ape-dash": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-dash", - "target": "@@ape~1.0.0-beta.2~_repo_rules~dash//:dash" - } - }, - "ape-redbean": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-redbean", - "target": "@@ape~1.0.0-beta.2~_repo_rules~redbean//:redbean" - } - }, - "ape-sync": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-sync", - "target": "@@ape~1.0.0-beta.2~_repo_rules~sync//:sync" - } - }, - "ape-install": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-install", - "target": "@@ape~1.0.0-beta.2~_repo_rules~install//:install" - } - }, - "ape-shuf": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-shuf", - "target": "@@ape~1.0.0-beta.2~_repo_rules~shuf//:shuf" - } - }, - "ape-stty": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-stty", - "target": "@@ape~1.0.0-beta.2~_repo_rules~stty//:stty" - } - }, - "ape-zip": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-zip", - "target": "@@ape~1.0.0-beta.2~_repo_rules~zip//:zip" - } - }, - "ape-id": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-id", - "target": "@@ape~1.0.0-beta.2~_repo_rules~id//:id" - } - }, - "ape-truncate": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-truncate", - "target": "@@ape~1.0.0-beta.2~_repo_rules~truncate//:truncate" - } - }, - "ape-runcon": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-runcon", - "target": "@@ape~1.0.0-beta.2~_repo_rules~runcon//:runcon" - } - }, - "ape-true": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-true", - "target": "@@ape~1.0.0-beta.2~_repo_rules~true//:true" - } - }, - "ape-pypack1": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-pypack1", - "target": "@@ape~1.0.0-beta.2~_repo_rules~pypack1//:pypack1" - } - }, - "ape-cpuid": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-cpuid", - "target": "@@ape~1.0.0-beta.2~_repo_rules~cpuid//:cpuid" - } - }, - "ape-sleep": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-sleep", - "target": "@@ape~1.0.0-beta.2~_repo_rules~sleep//:sleep" - } - }, - "ape-test": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.6//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.6~toolchain_export~ape-test", - "target": "@@ape~1.0.0-beta.2~_repo_rules~test//:test" + "name": "toolchain_utils~1.0.0-beta.9~_repo_rules~launcher" } } } diff --git a/zstd/toolchain/zstd/BUILD.bazel b/zstd/toolchain/zstd/BUILD.bazel index 016b7af..f2ecdf0 100644 --- a/zstd/toolchain/zstd/BUILD.bazel +++ b/zstd/toolchain/zstd/BUILD.bazel @@ -8,7 +8,7 @@ toolchain_type( ape_toolchain( name = "ape", - toolchain = "@ape-zstd//:zstd", + toolchain = "@ape//:zstd", toolchain_type = ":type", ) -- GitLab From 6c4fc4470f23bb406dc89e4520921a5b3b21862f Mon Sep 17 00:00:00 2001 From: Thomas Date: Mon, 13 May 2024 09:29:19 +0100 Subject: [PATCH 2/2] feat: add remote execution --- e2e/MODULE.bazel | 1 + e2e/MODULE.bazel.lock | 231 ++++++++++++++++++++------------------- zstd/compress/rule.bzl | 3 +- zstd/decompress/rule.bzl | 3 +- zstd/dictionary/rule.bzl | 3 +- 5 files changed, 120 insertions(+), 121 deletions(-) diff --git a/e2e/MODULE.bazel b/e2e/MODULE.bazel index 8f6349a..005d222 100644 --- a/e2e/MODULE.bazel +++ b/e2e/MODULE.bazel @@ -5,6 +5,7 @@ module( ], ) +bazel_dep(name = "toolchain_utils", version = "1.0.0-beta.9") bazel_dep(name = "rules_diff", version = "1.0.0-beta.3") bazel_dep(name = "rules_zstd", version = "0.0.0") local_path_override( diff --git a/e2e/MODULE.bazel.lock b/e2e/MODULE.bazel.lock index 24a42bf..d138dee 100644 --- a/e2e/MODULE.bazel.lock +++ b/e2e/MODULE.bazel.lock @@ -1,6 +1,6 @@ { "lockFileVersion": 3, - "moduleFileHash": "42ab614469444d729318615a950bdf3c56161611fefd71e0eab006c476c23c66", + "moduleFileHash": "59c0daaef574b2615d8b692bdbd913bea9d3d8d35989d143e53499014bb2bfb0", "flags": { "cmdRegistries": [ "https://bcr.bazel.build/" @@ -26,12 +26,86 @@ "toolchainsToRegister": [], "extensionUsages": [], "deps": { + "toolchain_utils": "toolchain_utils@1.0.0-beta.9", "rules_diff": "rules_diff@1.0.0-beta.3", "rules_zstd": "rules_zstd@_", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" } }, + "toolchain_utils@1.0.0-beta.9": { + "name": "toolchain_utils", + "version": "1.0.0-beta.9", + "key": "toolchain_utils@1.0.0-beta.9", + "repoName": "toolchain_utils", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [], + "extensionUsages": [ + { + "extensionBzlFile": "//:MODULE.bazel", + "extensionName": "_repo_rules", + "usingModule": "toolchain_utils@1.0.0-beta.9", + "location": { + "file": "https://bcr.bazel.build/modules/toolchain_utils/1.0.0-beta.9/MODULE.bazel", + "line": 0, + "column": 0 + }, + "imports": { + "local": "local", + "launcher": "launcher" + }, + "devImports": [], + "tags": [ + { + "tagName": "//toolchain/local/triplet:defs.bzl%toolchain_local_triplet", + "attributeValues": { + "name": "local" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/toolchain_utils/1.0.0-beta.9/MODULE.bazel", + "line": 15, + "column": 8 + } + }, + { + "tagName": "//toolchain/launcher:repository.bzl%launcher", + "attributeValues": { + "name": "launcher" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/toolchain_utils/1.0.0-beta.9/MODULE.bazel", + "line": 21, + "column": 9 + } + } + ], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + } + ], + "deps": { + "bazel_skylib": "bazel_skylib@1.5.0", + "platforms": "platforms@0.0.8", + "bazel_tools": "bazel_tools@_", + "local_config_platform": "local_config_platform@_" + }, + "repoSpec": { + "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "toolchain_utils~1.0.0-beta.9", + "urls": [ + "https://gitlab.arm.com/bazel/toolchain_utils/-/releases/v1.0.0-beta.9/downloads/src.tar.gz" + ], + "integrity": "sha512-H48NSkoptDhNCzbWw/IRThAGL0z+iL6xP1Q+kw6uxsbT8CNXNyBcYuihQCpRuJC8tgBOXyOIXbSu7df6BRYz7w==", + "strip_prefix": "toolchain_utils-v1.0.0-beta.9", + "remote_patches": {}, + "remote_patch_strip": 0 + } + } + }, "rules_diff@1.0.0-beta.3": { "name": "rules_diff", "version": "1.0.0-beta.3", @@ -444,60 +518,18 @@ "bazel_tools": "bazel_tools@_" } }, - "toolchain_utils@1.0.0-beta.9": { - "name": "toolchain_utils", - "version": "1.0.0-beta.9", - "key": "toolchain_utils@1.0.0-beta.9", - "repoName": "toolchain_utils", + "bazel_skylib@1.5.0": { + "name": "bazel_skylib", + "version": "1.5.0", + "key": "bazel_skylib@1.5.0", + "repoName": "bazel_skylib", "executionPlatformsToRegister": [], - "toolchainsToRegister": [], - "extensionUsages": [ - { - "extensionBzlFile": "//:MODULE.bazel", - "extensionName": "_repo_rules", - "usingModule": "toolchain_utils@1.0.0-beta.9", - "location": { - "file": "https://bcr.bazel.build/modules/toolchain_utils/1.0.0-beta.9/MODULE.bazel", - "line": 0, - "column": 0 - }, - "imports": { - "local": "local", - "launcher": "launcher" - }, - "devImports": [], - "tags": [ - { - "tagName": "//toolchain/local/triplet:defs.bzl%toolchain_local_triplet", - "attributeValues": { - "name": "local" - }, - "devDependency": false, - "location": { - "file": "https://bcr.bazel.build/modules/toolchain_utils/1.0.0-beta.9/MODULE.bazel", - "line": 15, - "column": 8 - } - }, - { - "tagName": "//toolchain/launcher:repository.bzl%launcher", - "attributeValues": { - "name": "launcher" - }, - "devDependency": false, - "location": { - "file": "https://bcr.bazel.build/modules/toolchain_utils/1.0.0-beta.9/MODULE.bazel", - "line": 21, - "column": 9 - } - } - ], - "hasDevUseExtension": false, - "hasNonDevUseExtension": true - } + "toolchainsToRegister": [ + "//toolchains/unittest:cmd_toolchain", + "//toolchains/unittest:bash_toolchain" ], + "extensionUsages": [], "deps": { - "bazel_skylib": "bazel_skylib@1.5.0", "platforms": "platforms@0.0.8", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" @@ -506,12 +538,40 @@ "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "toolchain_utils~1.0.0-beta.9", + "name": "bazel_skylib~1.5.0", "urls": [ - "https://gitlab.arm.com/bazel/toolchain_utils/-/releases/v1.0.0-beta.9/downloads/src.tar.gz" + "https://github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-1.5.0.tar.gz" ], - "integrity": "sha512-H48NSkoptDhNCzbWw/IRThAGL0z+iL6xP1Q+kw6uxsbT8CNXNyBcYuihQCpRuJC8tgBOXyOIXbSu7df6BRYz7w==", - "strip_prefix": "toolchain_utils-v1.0.0-beta.9", + "integrity": "sha256-zVWgYudjuTSZIfD124w5MyiNyLpPdt2UFqrGis7jy5Q=", + "strip_prefix": "", + "remote_patches": {}, + "remote_patch_strip": 0 + } + } + }, + "platforms@0.0.8": { + "name": "platforms", + "version": "0.0.8", + "key": "platforms@0.0.8", + "repoName": "platforms", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [], + "extensionUsages": [], + "deps": { + "rules_license": "rules_license@0.0.7", + "bazel_tools": "bazel_tools@_", + "local_config_platform": "local_config_platform@_" + }, + "repoSpec": { + "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "platforms", + "urls": [ + "https://github.com/bazelbuild/platforms/releases/download/0.0.8/platforms-0.0.8.tar.gz" + ], + "integrity": "sha256-gVBAZgU4ns7LbaB8vLUJ1WN6OrmiS8abEQFTE2fYnXQ=", + "strip_prefix": "", "remote_patches": {}, "remote_patch_strip": 0 } @@ -8007,37 +8067,6 @@ } } }, - "bazel_skylib@1.5.0": { - "name": "bazel_skylib", - "version": "1.5.0", - "key": "bazel_skylib@1.5.0", - "repoName": "bazel_skylib", - "executionPlatformsToRegister": [], - "toolchainsToRegister": [ - "//toolchains/unittest:cmd_toolchain", - "//toolchains/unittest:bash_toolchain" - ], - "extensionUsages": [], - "deps": { - "platforms": "platforms@0.0.8", - "bazel_tools": "bazel_tools@_", - "local_config_platform": "local_config_platform@_" - }, - "repoSpec": { - "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "bazel_skylib~1.5.0", - "urls": [ - "https://github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-1.5.0.tar.gz" - ], - "integrity": "sha256-zVWgYudjuTSZIfD124w5MyiNyLpPdt2UFqrGis7jy5Q=", - "strip_prefix": "", - "remote_patches": {}, - "remote_patch_strip": 0 - } - } - }, "aspect_bazel_lib@2.7.0": { "name": "aspect_bazel_lib", "version": "2.7.0", @@ -8450,34 +8479,6 @@ } } }, - "platforms@0.0.8": { - "name": "platforms", - "version": "0.0.8", - "key": "platforms@0.0.8", - "repoName": "platforms", - "executionPlatformsToRegister": [], - "toolchainsToRegister": [], - "extensionUsages": [], - "deps": { - "rules_license": "rules_license@0.0.7", - "bazel_tools": "bazel_tools@_", - "local_config_platform": "local_config_platform@_" - }, - "repoSpec": { - "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "platforms", - "urls": [ - "https://github.com/bazelbuild/platforms/releases/download/0.0.8/platforms-0.0.8.tar.gz" - ], - "integrity": "sha256-gVBAZgU4ns7LbaB8vLUJ1WN6OrmiS8abEQFTE2fYnXQ=", - "strip_prefix": "", - "remote_patches": {}, - "remote_patch_strip": 0 - } - } - }, "protobuf@3.19.6": { "name": "protobuf", "version": "3.19.6", diff --git a/zstd/compress/rule.bzl b/zstd/compress/rule.bzl index ad55465..9174550 100644 --- a/zstd/compress/rule.bzl +++ b/zstd/compress/rule.bzl @@ -52,8 +52,7 @@ def implementation(ctx): outputs = [output], inputs = inputs, arguments = [args], - tools = [zstd.executable], - executable = zstd.executable, + executable = zstd.run, toolchain = "//zstd/toolchain/zstd:type", mnemonic = "ZstdCompress", progress_message = "Compressing %{input} to %{output}", diff --git a/zstd/decompress/rule.bzl b/zstd/decompress/rule.bzl index 15546f6..9c7b6cd 100644 --- a/zstd/decompress/rule.bzl +++ b/zstd/decompress/rule.bzl @@ -59,8 +59,7 @@ def implementation(ctx): outputs = [output], inputs = inputs, arguments = [args], - tools = [zstd.executable], - executable = zstd.executable, + executable = zstd.run, toolchain = "//zstd/toolchain/zstd:type", mnemonic = "ZstdCompress", progress_message = "Decompressing %{input} to %{output}", diff --git a/zstd/dictionary/rule.bzl b/zstd/dictionary/rule.bzl index 3554ef0..eaf7895 100644 --- a/zstd/dictionary/rule.bzl +++ b/zstd/dictionary/rule.bzl @@ -55,8 +55,7 @@ def implementation(ctx): outputs = [output], inputs = srcs, arguments = [args], - tools = [zstd.executable], - executable = zstd.executable, + executable = zstd.run, toolchain = "//zstd/toolchain/zstd:type", mnemonic = "ZstdDictionary", progress_message = "Creating dictionary from %{input}", -- GitLab