From a18830f8e079f836396d3785d59fd7db8e4c086a Mon Sep 17 00:00:00 2001 From: Thomas Date: Tue, 30 Apr 2024 12:28:58 +0100 Subject: [PATCH 1/3] chore: updated to latest versions for `ape` and `toolchain_utils` --- MODULE.bazel | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MODULE.bazel b/MODULE.bazel index 0b66c81..e7eefa5 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -7,8 +7,8 @@ module( ) bazel_dep(name = "rules_coreutils", version = "1.0.0-alpha.8") -bazel_dep(name = "toolchain_utils", version = "1.0.0-beta.1") -bazel_dep(name = "ape", version = "1.0.0-alpha.5") +bazel_dep(name = "toolchain_utils", version = "1.0.0-beta.6") +bazel_dep(name = "ape", version = "1.0.0-beta.2") export = use_extension("@toolchain_utils//toolchain/export:defs.bzl", "toolchain_export") use_repo(export, "ape-pigz") -- GitLab From 765db874161dafb0f4098b82f80f45ce5082abfa Mon Sep 17 00:00:00 2001 From: Thomas Date: Tue, 30 Apr 2024 12:28:58 +0100 Subject: [PATCH 2/3] chore: updated to latest versions for `ape` and `toolchain_utils` --- .bazelrc.ci | 3 + MODULE.bazel | 6 +- MODULE.bazel.lock | 10025 +++++++++++++++++++++++++++++- e2e/MODULE.bazel | 5 +- e2e/MODULE.bazel.lock | 8422 ++++++++++++------------- gzip/compress/rule.bzl | 2 +- gzip/decompress/rule.bzl | 2 +- gzip/toolchain/pigz/BUILD.bazel | 2 +- 8 files changed, 14013 insertions(+), 4454 deletions(-) diff --git a/.bazelrc.ci b/.bazelrc.ci index 63f32e6..3702b0c 100644 --- a/.bazelrc.ci +++ b/.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 diff --git a/MODULE.bazel b/MODULE.bazel index e7eefa5..6d030d0 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -6,9 +6,9 @@ module( ], ) -bazel_dep(name = "rules_coreutils", version = "1.0.0-alpha.8") -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 = "rules_coreutils", version = "1.0.0-beta.1") +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-pigz") diff --git a/MODULE.bazel.lock b/MODULE.bazel.lock index da3579c..52ec6d0 100644 --- a/MODULE.bazel.lock +++ b/MODULE.bazel.lock @@ -1,6 +1,6 @@ { "lockFileVersion": 3, - "moduleFileHash": "34ef3306c77e15bdc83ac1d20d677d14579a99af5a9e0b3e9690f3a1001fd64e", + "moduleFileHash": "622ee348130709db019e078f36120dfae02835db162264541e65e9d633fe3fcf", "flags": { "cmdRegistries": [ "https://bcr.bazel.build/" @@ -17,16 +17,9880 @@ }, "moduleDepGraph": { "": { - "name": "rules_placeholder", + "name": "rules_gzip", "version": "0.0.0", "key": "", - "repoName": "rules_placeholder", + "repoName": "rules_gzip", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [ + "//gzip/toolchain/..." + ], + "extensionUsages": [ + { + "extensionBzlFile": "@toolchain_utils//toolchain/export:defs.bzl", + "extensionName": "toolchain_export", + "usingModule": "", + "location": { + "file": "@@//:MODULE.bazel", + "line": 13, + "column": 23 + }, + "imports": { + "ape-pigz": "ape-pigz", + "pigz": "pigz" + }, + "devImports": [], + "tags": [ + { + "tagName": "symlink", + "attributeValues": { + "name": "pigz", + "target": "@ape-pigz" + }, + "devDependency": false, + "location": { + "file": "@@//:MODULE.bazel", + "line": 15, + "column": 15 + } + } + ], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + }, + { + "extensionBzlFile": "//:MODULE.bazel", + "extensionName": "_repo_rules", + "usingModule": "", + "location": { + "file": "@@//:MODULE.bazel", + "line": 0, + "column": 0 + }, + "imports": { + "resolved-pigz": "resolved-pigz" + }, + "devImports": [], + "tags": [ + { + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", + "attributeValues": { + "toolchain_type": "//gzip/toolchain/pigz:type", + "name": "resolved-pigz" + }, + "devDependency": false, + "location": { + "file": "@@//:MODULE.bazel", + "line": 23, + "column": 9 + } + } + ], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + } + ], + "deps": { + "toolchain_utils": "toolchain_utils@1.0.0-beta.9", + "rules_coreutils": "rules_coreutils@1.0.0-beta.1", + "ape": "ape@1.0.0-beta.6", + "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": [], + "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.4.2", + "platforms": "platforms@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": "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_coreutils@1.0.0-beta.1": { + "name": "rules_coreutils", + "version": "1.0.0-beta.1", + "key": "rules_coreutils@1.0.0-beta.1", + "repoName": "rules_coreutils", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [ + "//coreutils/toolchain/..." + ], + "extensionUsages": [ + { + "extensionBzlFile": "//:MODULE.bazel", + "extensionName": "_repo_rules", + "usingModule": "rules_coreutils@1.0.0-beta.1", + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 0, + "column": 0 + }, + "imports": { + "coreutils-arm64-linux-gnu": "coreutils-arm64-linux-gnu", + "coreutils-amd64-linux-gnu": "coreutils-amd64-linux-gnu", + "coreutils-amd64-windows-msvc": "coreutils-amd64-windows-msvc", + "coreutils-arm64-macos-darwin": "coreutils-arm64-macos-darwin", + "coreutils-amd64-macos-darwin": "coreutils-amd64-macos-darwin", + "coreutils": "coreutils", + "busybox-arm64-linux": "busybox-arm64-linux", + "busybox-amd64-linux": "busybox-amd64-linux", + "resolved-busybox": "resolved-busybox", + "which-busybox": "which-busybox", + "resolved-coreutils": "resolved-coreutils", + "which-coreutils": "which-coreutils", + "resolved-arch": "resolved-arch", + "which-arch": "which-arch", + "resolved-base64": "resolved-base64", + "which-base64": "which-base64", + "resolved-basename": "resolved-basename", + "which-basename": "which-basename", + "resolved-cat": "resolved-cat", + "which-cat": "which-cat", + "resolved-chmod": "resolved-chmod", + "which-chmod": "which-chmod", + "resolved-chown": "resolved-chown", + "which-chown": "which-chown", + "resolved-cp": "resolved-cp", + "which-cp": "which-cp", + "resolved-cut": "resolved-cut", + "which-cut": "which-cut", + "resolved-date": "resolved-date", + "which-date": "which-date", + "resolved-dd": "resolved-dd", + "which-dd": "which-dd", + "resolved-df": "resolved-df", + "which-df": "which-df", + "resolved-dirname": "resolved-dirname", + "which-dirname": "which-dirname", + "resolved-du": "resolved-du", + "which-du": "which-du", + "resolved-echo": "resolved-echo", + "which-echo": "which-echo", + "resolved-env": "resolved-env", + "which-env": "which-env", + "resolved-expand": "resolved-expand", + "which-expand": "which-expand", + "resolved-expr": "resolved-expr", + "which-expr": "which-expr", + "resolved-factor": "resolved-factor", + "which-factor": "which-factor", + "resolved-false": "resolved-false", + "which-false": "which-false", + "resolved-fold": "resolved-fold", + "which-fold": "which-fold", + "resolved-head": "resolved-head", + "which-head": "which-head", + "resolved-hostname": "resolved-hostname", + "which-hostname": "which-hostname", + "resolved-install": "resolved-install", + "which-install": "which-install", + "resolved-link": "resolved-link", + "which-link": "which-link", + "resolved-ln": "resolved-ln", + "which-ln": "which-ln", + "resolved-ls": "resolved-ls", + "which-ls": "which-ls", + "resolved-md5sum": "resolved-md5sum", + "which-md5sum": "which-md5sum", + "resolved-mkdir": "resolved-mkdir", + "which-mkdir": "which-mkdir", + "resolved-mktemp": "resolved-mktemp", + "which-mktemp": "which-mktemp", + "resolved-more": "resolved-more", + "which-more": "which-more", + "resolved-mv": "resolved-mv", + "which-mv": "which-mv", + "resolved-nl": "resolved-nl", + "which-nl": "which-nl", + "resolved-nproc": "resolved-nproc", + "which-nproc": "which-nproc", + "resolved-od": "resolved-od", + "which-od": "which-od", + "resolved-paste": "resolved-paste", + "which-paste": "which-paste", + "resolved-printf": "resolved-printf", + "which-printf": "which-printf", + "resolved-pwd": "resolved-pwd", + "which-pwd": "which-pwd", + "resolved-readlink": "resolved-readlink", + "which-readlink": "which-readlink", + "resolved-realpath": "resolved-realpath", + "which-realpath": "which-realpath", + "resolved-rm": "resolved-rm", + "which-rm": "which-rm", + "resolved-rmdir": "resolved-rmdir", + "which-rmdir": "which-rmdir", + "resolved-seq": "resolved-seq", + "which-seq": "which-seq", + "resolved-sha1sum": "resolved-sha1sum", + "which-sha1sum": "which-sha1sum", + "resolved-sha256sum": "resolved-sha256sum", + "which-sha256sum": "which-sha256sum", + "resolved-sha3sum": "resolved-sha3sum", + "which-sha3sum": "which-sha3sum", + "resolved-sha512sum": "resolved-sha512sum", + "which-sha512sum": "which-sha512sum", + "resolved-shred": "resolved-shred", + "which-shred": "which-shred", + "resolved-shuf": "resolved-shuf", + "which-shuf": "which-shuf", + "resolved-sleep": "resolved-sleep", + "which-sleep": "which-sleep", + "resolved-sort": "resolved-sort", + "which-sort": "which-sort", + "resolved-sync": "resolved-sync", + "which-sync": "which-sync", + "resolved-tac": "resolved-tac", + "which-tac": "which-tac", + "resolved-tail": "resolved-tail", + "which-tail": "which-tail", + "resolved-tee": "resolved-tee", + "which-tee": "which-tee", + "resolved-test": "resolved-test", + "which-test": "which-test", + "resolved-touch": "resolved-touch", + "which-touch": "which-touch", + "resolved-tr": "resolved-tr", + "which-tr": "which-tr", + "resolved-true": "resolved-true", + "which-true": "which-true", + "resolved-truncate": "resolved-truncate", + "which-truncate": "which-truncate", + "resolved-uname": "resolved-uname", + "which-uname": "which-uname", + "resolved-unexpand": "resolved-unexpand", + "which-unexpand": "which-unexpand", + "resolved-uniq": "resolved-uniq", + "which-uniq": "which-uniq", + "resolved-unlink": "resolved-unlink", + "which-unlink": "which-unlink", + "resolved-wc": "resolved-wc", + "which-wc": "which-wc", + "resolved-whoami": "resolved-whoami", + "which-whoami": "which-whoami", + "resolved-yes": "resolved-yes", + "which-yes": "which-yes" + }, + "devImports": [], + "tags": [ + { + "tagName": "@download_utils//download/archive:defs.bzl%download_archive", + "attributeValues": { + "srcs": [ + "entrypoint" + ], + "integrity": "sha256-8wMVMgAgf8JQ2+2LdoewkyDo416VEsf9RlMJl4jiBjk=", + "links": { + "coreutils": "entrypoint" + }, + "strip_prefix": "coreutils-0.0.23-aarch64-unknown-linux-gnu", + "urls": [ + "https://github.com/uutils/coreutils/releases/download/0.0.23/coreutils-0.0.23-aarch64-unknown-linux-gnu.tar.gz" + ], + "name": "coreutils-arm64-linux-gnu" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 16, + "column": 12 + } + }, + { + "tagName": "@download_utils//download/archive:defs.bzl%download_archive", + "attributeValues": { + "srcs": [ + "entrypoint" + ], + "integrity": "sha256-u7OMW43Y46aXRRIKULfKdfUW51WJn6G70s5Xxwb6/1g=", + "links": { + "coreutils": "entrypoint" + }, + "strip_prefix": "coreutils-0.0.23-x86_64-unknown-linux-gnu", + "urls": [ + "https://github.com/uutils/coreutils/releases/download/0.0.23/coreutils-0.0.23-x86_64-unknown-linux-gnu.tar.gz" + ], + "name": "coreutils-amd64-linux-gnu" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 16, + "column": 12 + } + }, + { + "tagName": "@download_utils//download/archive:defs.bzl%download_archive", + "attributeValues": { + "srcs": [ + "entrypoint" + ], + "integrity": "sha256-aglIj5JvFGLm2ABwRzWAsZRTTD3X444V3GxHM9pGJS4=", + "links": { + "coreutils.exe": "entrypoint" + }, + "strip_prefix": "coreutils-0.0.23-x86_64-pc-windows-msvc", + "urls": [ + "https://github.com/uutils/coreutils/releases/download/0.0.23/coreutils-0.0.23-x86_64-pc-windows-msvc.zip" + ], + "name": "coreutils-amd64-windows-msvc" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 16, + "column": 12 + } + }, + { + "tagName": "@download_utils//download/archive:defs.bzl%download_archive", + "attributeValues": { + "srcs": [ + "entrypoint" + ], + "integrity": "sha256-KP90sjKxtXDbLC+o5f4+gQnvP3Tr7O0RopME4g9QF5E=", + "links": { + "coreutils": "entrypoint" + }, + "strip_prefix": "coreutils-0.0.23-aarch64-apple-darwin", + "urls": [ + "https://github.com/uutils/coreutils/releases/download/0.0.23/coreutils-0.0.23-aarch64-apple-darwin.tar.gz" + ], + "name": "coreutils-arm64-macos-darwin" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 16, + "column": 12 + } + }, + { + "tagName": "@download_utils//download/archive:defs.bzl%download_archive", + "attributeValues": { + "srcs": [ + "entrypoint" + ], + "integrity": "sha256-SswetVAuK/hMK1r9uBvNnKj5JpSgD0bzkbsHTxOabCo=", + "links": { + "coreutils": "entrypoint" + }, + "strip_prefix": "coreutils-0.0.23-x86_64-apple-darwin", + "urls": [ + "https://github.com/uutils/coreutils/releases/download/0.0.23/coreutils-0.0.23-x86_64-apple-darwin.tar.gz" + ], + "name": "coreutils-amd64-macos-darwin" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 16, + "column": 12 + } + }, + { + "tagName": "@toolchain_utils//toolchain/local/select:defs.bzl%toolchain_local_select", + "attributeValues": { + "map": { + "amd64-linux-gnu": "@coreutils-amd64-linux-gnu", + "arm64-linux-gnu": "@coreutils-arm64-linux-gnu", + "amd64-windows": "@coreutils-amd64-windows-msvc", + "arm64-macos-darwin": "@coreutils-arm64-macos-darwin", + "amd64-macos-darwin": "@coreutils-amd64-macos-darwin" + }, + "name": "coreutils" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 40, + "column": 7 + } + }, + { + "tagName": "@download_utils//download/deb:defs.bzl%download_deb", + "attributeValues": { + "srcs": [ + "busybox" + ], + "integrity": "sha256-C0+0zi0/0Woc11BTX5d1ugxC2GOeE9ZjUka6g6DUvc8=", + "strip_prefix": "bin", + "urls": [ + "http://ftp.uk.debian.org/debian/pool/main/b/busybox/busybox-static_1.35.0-4+b3_arm64.deb" + ], + "name": "busybox-arm64-linux" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 59, + "column": 4 + } + }, + { + "tagName": "@download_utils//download/deb:defs.bzl%download_deb", + "attributeValues": { + "srcs": [ + "busybox" + ], + "integrity": "sha256-rMRMIHKVuGEU2kiV71Ouvxhr8839wmmloaCer6xqYNs=", + "strip_prefix": "bin", + "urls": [ + "http://ftp.uk.debian.org/debian/pool/main/b/busybox/busybox-static_1.35.0-4+b3_amd64.deb" + ], + "name": "busybox-amd64-linux" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 67, + "column": 4 + } + }, + { + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", + "attributeValues": { + "basename": "busybox", + "toolchain_type": "//coreutils/toolchain/busybox:type", + "name": "resolved-busybox" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 + } + }, + { + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", + "attributeValues": { + "basename": "busybox", + "name": "which-busybox" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 + } + }, + { + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", + "attributeValues": { + "basename": "coreutils", + "toolchain_type": "//coreutils/toolchain/coreutils:type", + "name": "resolved-coreutils" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 + } + }, + { + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", + "attributeValues": { + "basename": "coreutils", + "name": "which-coreutils" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 + } + }, + { + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", + "attributeValues": { + "basename": "arch", + "toolchain_type": "//coreutils/toolchain/arch:type", + "name": "resolved-arch" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 + } + }, + { + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", + "attributeValues": { + "basename": "arch", + "name": "which-arch" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 + } + }, + { + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", + "attributeValues": { + "basename": "base64", + "toolchain_type": "//coreutils/toolchain/base64:type", + "name": "resolved-base64" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 + } + }, + { + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", + "attributeValues": { + "basename": "base64", + "name": "which-base64" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 + } + }, + { + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", + "attributeValues": { + "basename": "basename", + "toolchain_type": "//coreutils/toolchain/basename:type", + "name": "resolved-basename" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 + } + }, + { + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", + "attributeValues": { + "basename": "basename", + "name": "which-basename" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 + } + }, + { + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", + "attributeValues": { + "basename": "cat", + "toolchain_type": "//coreutils/toolchain/cat:type", + "name": "resolved-cat" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 + } + }, + { + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", + "attributeValues": { + "basename": "cat", + "name": "which-cat" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 + } + }, + { + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", + "attributeValues": { + "basename": "chmod", + "toolchain_type": "//coreutils/toolchain/chmod:type", + "name": "resolved-chmod" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 + } + }, + { + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", + "attributeValues": { + "basename": "chmod", + "name": "which-chmod" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 + } + }, + { + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", + "attributeValues": { + "basename": "chown", + "toolchain_type": "//coreutils/toolchain/chown:type", + "name": "resolved-chown" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 + } + }, + { + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", + "attributeValues": { + "basename": "chown", + "name": "which-chown" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 + } + }, + { + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", + "attributeValues": { + "basename": "cp", + "toolchain_type": "//coreutils/toolchain/cp:type", + "name": "resolved-cp" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 + } + }, + { + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", + "attributeValues": { + "basename": "cp", + "name": "which-cp" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 + } + }, + { + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", + "attributeValues": { + "basename": "cut", + "toolchain_type": "//coreutils/toolchain/cut:type", + "name": "resolved-cut" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 + } + }, + { + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", + "attributeValues": { + "basename": "cut", + "name": "which-cut" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 + } + }, + { + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", + "attributeValues": { + "basename": "date", + "toolchain_type": "//coreutils/toolchain/date:type", + "name": "resolved-date" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 + } + }, + { + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", + "attributeValues": { + "basename": "date", + "name": "which-date" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 + } + }, + { + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", + "attributeValues": { + "basename": "dd", + "toolchain_type": "//coreutils/toolchain/dd:type", + "name": "resolved-dd" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 + } + }, + { + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", + "attributeValues": { + "basename": "dd", + "name": "which-dd" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 + } + }, + { + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", + "attributeValues": { + "basename": "df", + "toolchain_type": "//coreutils/toolchain/df:type", + "name": "resolved-df" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 + } + }, + { + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", + "attributeValues": { + "basename": "df", + "name": "which-df" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 + } + }, + { + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", + "attributeValues": { + "basename": "dirname", + "toolchain_type": "//coreutils/toolchain/dirname:type", + "name": "resolved-dirname" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 + } + }, + { + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", + "attributeValues": { + "basename": "dirname", + "name": "which-dirname" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 + } + }, + { + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", + "attributeValues": { + "basename": "du", + "toolchain_type": "//coreutils/toolchain/du:type", + "name": "resolved-du" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 + } + }, + { + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", + "attributeValues": { + "basename": "du", + "name": "which-du" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 + } + }, + { + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", + "attributeValues": { + "basename": "echo", + "toolchain_type": "//coreutils/toolchain/echo:type", + "name": "resolved-echo" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 + } + }, + { + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", + "attributeValues": { + "basename": "echo", + "name": "which-echo" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 + } + }, + { + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", + "attributeValues": { + "basename": "env", + "toolchain_type": "//coreutils/toolchain/env:type", + "name": "resolved-env" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 + } + }, + { + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", + "attributeValues": { + "basename": "env", + "name": "which-env" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 + } + }, + { + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", + "attributeValues": { + "basename": "expand", + "toolchain_type": "//coreutils/toolchain/expand:type", + "name": "resolved-expand" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 + } + }, + { + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", + "attributeValues": { + "basename": "expand", + "name": "which-expand" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 + } + }, + { + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", + "attributeValues": { + "basename": "expr", + "toolchain_type": "//coreutils/toolchain/expr:type", + "name": "resolved-expr" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 + } + }, + { + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", + "attributeValues": { + "basename": "expr", + "name": "which-expr" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 + } + }, + { + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", + "attributeValues": { + "basename": "factor", + "toolchain_type": "//coreutils/toolchain/factor:type", + "name": "resolved-factor" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 + } + }, + { + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", + "attributeValues": { + "basename": "factor", + "name": "which-factor" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 + } + }, + { + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", + "attributeValues": { + "basename": "false", + "toolchain_type": "//coreutils/toolchain/false:type", + "name": "resolved-false" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 + } + }, + { + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", + "attributeValues": { + "basename": "false", + "name": "which-false" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 + } + }, + { + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", + "attributeValues": { + "basename": "fold", + "toolchain_type": "//coreutils/toolchain/fold:type", + "name": "resolved-fold" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 + } + }, + { + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", + "attributeValues": { + "basename": "fold", + "name": "which-fold" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 + } + }, + { + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", + "attributeValues": { + "basename": "head", + "toolchain_type": "//coreutils/toolchain/head:type", + "name": "resolved-head" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 + } + }, + { + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", + "attributeValues": { + "basename": "head", + "name": "which-head" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 + } + }, + { + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", + "attributeValues": { + "basename": "hostname", + "toolchain_type": "//coreutils/toolchain/hostname:type", + "name": "resolved-hostname" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 + } + }, + { + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", + "attributeValues": { + "basename": "hostname", + "name": "which-hostname" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 + } + }, + { + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", + "attributeValues": { + "basename": "install", + "toolchain_type": "//coreutils/toolchain/install:type", + "name": "resolved-install" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 + } + }, + { + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", + "attributeValues": { + "basename": "install", + "name": "which-install" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 + } + }, + { + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", + "attributeValues": { + "basename": "link", + "toolchain_type": "//coreutils/toolchain/link:type", + "name": "resolved-link" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 + } + }, + { + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", + "attributeValues": { + "basename": "link", + "name": "which-link" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 + } + }, + { + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", + "attributeValues": { + "basename": "ln", + "toolchain_type": "//coreutils/toolchain/ln:type", + "name": "resolved-ln" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 + } + }, + { + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", + "attributeValues": { + "basename": "ln", + "name": "which-ln" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 + } + }, + { + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", + "attributeValues": { + "basename": "ls", + "toolchain_type": "//coreutils/toolchain/ls:type", + "name": "resolved-ls" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 + } + }, + { + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", + "attributeValues": { + "basename": "ls", + "name": "which-ls" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 + } + }, + { + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", + "attributeValues": { + "basename": "md5sum", + "toolchain_type": "//coreutils/toolchain/md5sum:type", + "name": "resolved-md5sum" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 + } + }, + { + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", + "attributeValues": { + "basename": "md5sum", + "name": "which-md5sum" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 + } + }, + { + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", + "attributeValues": { + "basename": "mkdir", + "toolchain_type": "//coreutils/toolchain/mkdir:type", + "name": "resolved-mkdir" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 + } + }, + { + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", + "attributeValues": { + "basename": "mkdir", + "name": "which-mkdir" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 + } + }, + { + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", + "attributeValues": { + "basename": "mktemp", + "toolchain_type": "//coreutils/toolchain/mktemp:type", + "name": "resolved-mktemp" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 + } + }, + { + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", + "attributeValues": { + "basename": "mktemp", + "name": "which-mktemp" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 + } + }, + { + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", + "attributeValues": { + "basename": "more", + "toolchain_type": "//coreutils/toolchain/more:type", + "name": "resolved-more" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 + } + }, + { + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", + "attributeValues": { + "basename": "more", + "name": "which-more" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 + } + }, + { + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", + "attributeValues": { + "basename": "mv", + "toolchain_type": "//coreutils/toolchain/mv:type", + "name": "resolved-mv" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 + } + }, + { + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", + "attributeValues": { + "basename": "mv", + "name": "which-mv" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 + } + }, + { + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", + "attributeValues": { + "basename": "nl", + "toolchain_type": "//coreutils/toolchain/nl:type", + "name": "resolved-nl" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 + } + }, + { + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", + "attributeValues": { + "basename": "nl", + "name": "which-nl" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 + } + }, + { + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", + "attributeValues": { + "basename": "nproc", + "toolchain_type": "//coreutils/toolchain/nproc:type", + "name": "resolved-nproc" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 + } + }, + { + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", + "attributeValues": { + "basename": "nproc", + "name": "which-nproc" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 + } + }, + { + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", + "attributeValues": { + "basename": "od", + "toolchain_type": "//coreutils/toolchain/od:type", + "name": "resolved-od" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 + } + }, + { + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", + "attributeValues": { + "basename": "od", + "name": "which-od" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 + } + }, + { + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", + "attributeValues": { + "basename": "paste", + "toolchain_type": "//coreutils/toolchain/paste:type", + "name": "resolved-paste" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 + } + }, + { + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", + "attributeValues": { + "basename": "paste", + "name": "which-paste" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 + } + }, + { + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", + "attributeValues": { + "basename": "printf", + "toolchain_type": "//coreutils/toolchain/printf:type", + "name": "resolved-printf" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 + } + }, + { + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", + "attributeValues": { + "basename": "printf", + "name": "which-printf" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 + } + }, + { + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", + "attributeValues": { + "basename": "pwd", + "toolchain_type": "//coreutils/toolchain/pwd:type", + "name": "resolved-pwd" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 + } + }, + { + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", + "attributeValues": { + "basename": "pwd", + "name": "which-pwd" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 + } + }, + { + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", + "attributeValues": { + "basename": "readlink", + "toolchain_type": "//coreutils/toolchain/readlink:type", + "name": "resolved-readlink" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 + } + }, + { + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", + "attributeValues": { + "basename": "readlink", + "name": "which-readlink" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 + } + }, + { + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", + "attributeValues": { + "basename": "realpath", + "toolchain_type": "//coreutils/toolchain/realpath:type", + "name": "resolved-realpath" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 + } + }, + { + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", + "attributeValues": { + "basename": "realpath", + "name": "which-realpath" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 + } + }, + { + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", + "attributeValues": { + "basename": "rm", + "toolchain_type": "//coreutils/toolchain/rm:type", + "name": "resolved-rm" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 + } + }, + { + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", + "attributeValues": { + "basename": "rm", + "name": "which-rm" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 + } + }, + { + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", + "attributeValues": { + "basename": "rmdir", + "toolchain_type": "//coreutils/toolchain/rmdir:type", + "name": "resolved-rmdir" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 + } + }, + { + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", + "attributeValues": { + "basename": "rmdir", + "name": "which-rmdir" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 + } + }, + { + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", + "attributeValues": { + "basename": "seq", + "toolchain_type": "//coreutils/toolchain/seq:type", + "name": "resolved-seq" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 + } + }, + { + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", + "attributeValues": { + "basename": "seq", + "name": "which-seq" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 + } + }, + { + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", + "attributeValues": { + "basename": "sha1sum", + "toolchain_type": "//coreutils/toolchain/sha1sum:type", + "name": "resolved-sha1sum" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 + } + }, + { + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", + "attributeValues": { + "basename": "sha1sum", + "name": "which-sha1sum" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 + } + }, + { + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", + "attributeValues": { + "basename": "sha256sum", + "toolchain_type": "//coreutils/toolchain/sha256sum:type", + "name": "resolved-sha256sum" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 + } + }, + { + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", + "attributeValues": { + "basename": "sha256sum", + "name": "which-sha256sum" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 + } + }, + { + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", + "attributeValues": { + "basename": "sha3sum", + "toolchain_type": "//coreutils/toolchain/sha3sum:type", + "name": "resolved-sha3sum" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 + } + }, + { + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", + "attributeValues": { + "basename": "sha3sum", + "name": "which-sha3sum" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 + } + }, + { + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", + "attributeValues": { + "basename": "sha512sum", + "toolchain_type": "//coreutils/toolchain/sha512sum:type", + "name": "resolved-sha512sum" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 + } + }, + { + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", + "attributeValues": { + "basename": "sha512sum", + "name": "which-sha512sum" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 + } + }, + { + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", + "attributeValues": { + "basename": "shred", + "toolchain_type": "//coreutils/toolchain/shred:type", + "name": "resolved-shred" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 + } + }, + { + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", + "attributeValues": { + "basename": "shred", + "name": "which-shred" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 + } + }, + { + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", + "attributeValues": { + "basename": "shuf", + "toolchain_type": "//coreutils/toolchain/shuf:type", + "name": "resolved-shuf" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 + } + }, + { + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", + "attributeValues": { + "basename": "shuf", + "name": "which-shuf" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 + } + }, + { + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", + "attributeValues": { + "basename": "sleep", + "toolchain_type": "//coreutils/toolchain/sleep:type", + "name": "resolved-sleep" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 + } + }, + { + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", + "attributeValues": { + "basename": "sleep", + "name": "which-sleep" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 + } + }, + { + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", + "attributeValues": { + "basename": "sort", + "toolchain_type": "//coreutils/toolchain/sort:type", + "name": "resolved-sort" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 + } + }, + { + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", + "attributeValues": { + "basename": "sort", + "name": "which-sort" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 + } + }, + { + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", + "attributeValues": { + "basename": "sync", + "toolchain_type": "//coreutils/toolchain/sync:type", + "name": "resolved-sync" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 + } + }, + { + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", + "attributeValues": { + "basename": "sync", + "name": "which-sync" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 + } + }, + { + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", + "attributeValues": { + "basename": "tac", + "toolchain_type": "//coreutils/toolchain/tac:type", + "name": "resolved-tac" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 + } + }, + { + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", + "attributeValues": { + "basename": "tac", + "name": "which-tac" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 + } + }, + { + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", + "attributeValues": { + "basename": "tail", + "toolchain_type": "//coreutils/toolchain/tail:type", + "name": "resolved-tail" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 + } + }, + { + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", + "attributeValues": { + "basename": "tail", + "name": "which-tail" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 + } + }, + { + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", + "attributeValues": { + "basename": "tee", + "toolchain_type": "//coreutils/toolchain/tee:type", + "name": "resolved-tee" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 + } + }, + { + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", + "attributeValues": { + "basename": "tee", + "name": "which-tee" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 + } + }, + { + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", + "attributeValues": { + "basename": "test", + "toolchain_type": "//coreutils/toolchain/test:type", + "name": "resolved-test" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 + } + }, + { + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", + "attributeValues": { + "basename": "test", + "name": "which-test" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 + } + }, + { + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", + "attributeValues": { + "basename": "touch", + "toolchain_type": "//coreutils/toolchain/touch:type", + "name": "resolved-touch" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 + } + }, + { + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", + "attributeValues": { + "basename": "touch", + "name": "which-touch" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 + } + }, + { + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", + "attributeValues": { + "basename": "tr", + "toolchain_type": "//coreutils/toolchain/tr:type", + "name": "resolved-tr" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 + } + }, + { + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", + "attributeValues": { + "basename": "tr", + "name": "which-tr" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 + } + }, + { + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", + "attributeValues": { + "basename": "true", + "toolchain_type": "//coreutils/toolchain/true:type", + "name": "resolved-true" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 + } + }, + { + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", + "attributeValues": { + "basename": "true", + "name": "which-true" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 + } + }, + { + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", + "attributeValues": { + "basename": "truncate", + "toolchain_type": "//coreutils/toolchain/truncate:type", + "name": "resolved-truncate" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 + } + }, + { + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", + "attributeValues": { + "basename": "truncate", + "name": "which-truncate" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 + } + }, + { + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", + "attributeValues": { + "basename": "uname", + "toolchain_type": "//coreutils/toolchain/uname:type", + "name": "resolved-uname" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 + } + }, + { + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", + "attributeValues": { + "basename": "uname", + "name": "which-uname" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 + } + }, + { + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", + "attributeValues": { + "basename": "unexpand", + "toolchain_type": "//coreutils/toolchain/unexpand:type", + "name": "resolved-unexpand" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 + } + }, + { + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", + "attributeValues": { + "basename": "unexpand", + "name": "which-unexpand" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 + } + }, + { + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", + "attributeValues": { + "basename": "uniq", + "toolchain_type": "//coreutils/toolchain/uniq:type", + "name": "resolved-uniq" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 + } + }, + { + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", + "attributeValues": { + "basename": "uniq", + "name": "which-uniq" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 + } + }, + { + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", + "attributeValues": { + "basename": "unlink", + "toolchain_type": "//coreutils/toolchain/unlink:type", + "name": "resolved-unlink" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 + } + }, + { + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", + "attributeValues": { + "basename": "unlink", + "name": "which-unlink" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 + } + }, + { + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", + "attributeValues": { + "basename": "wc", + "toolchain_type": "//coreutils/toolchain/wc:type", + "name": "resolved-wc" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 + } + }, + { + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", + "attributeValues": { + "basename": "wc", + "name": "which-wc" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 + } + }, + { + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", + "attributeValues": { + "basename": "whoami", + "toolchain_type": "//coreutils/toolchain/whoami:type", + "name": "resolved-whoami" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 + } + }, + { + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", + "attributeValues": { + "basename": "whoami", + "name": "which-whoami" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 + } + }, + { + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", + "attributeValues": { + "basename": "yes", + "toolchain_type": "//coreutils/toolchain/yes:type", + "name": "resolved-yes" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 + } + }, + { + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", + "attributeValues": { + "basename": "yes", + "name": "which-yes" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 + } + } + ], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + }, + { + "extensionBzlFile": "@toolchain_utils//toolchain/export:defs.bzl", + "extensionName": "toolchain_export", + "usingModule": "rules_coreutils@1.0.0-beta.1", + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 51, + "column": 23 + }, + "imports": {}, + "devImports": [], + "tags": [ + { + "tagName": "symlink", + "attributeValues": { + "name": "coreutils", + "target": "@coreutils" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 52, + "column": 15 + } + } + ], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + } + ], + "deps": { + "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@_" + }, + "repoSpec": { + "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "rules_coreutils~1.0.0-beta.1", + "urls": [ + "https://gitlab.arm.com/bazel/rules_coreutils/-/releases/v1.0.0-beta.1/downloads/src.tar.gz" + ], + "integrity": "sha512-EikhiyGoZmyrDJOdR+NI0ngZlntHK8gBIEtAdwwrUdOK2Bjd0Kzys+sT5M2uWB0ELwBbZag+sFYh8p5QlgxZcw==", + "strip_prefix": "rules_coreutils-v1.0.0-beta.1", + "remote_patches": {}, + "remote_patch_strip": 0 + } + } + }, + "ape@1.0.0-beta.6": { + "name": "ape", + "version": "1.0.0-beta.6", + "key": "ape@1.0.0-beta.6", + "repoName": "ape", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [ + "//ape/toolchain/..." + ], + "extensionUsages": [ + { + "extensionBzlFile": "//:MODULE.bazel", + "extensionName": "_repo_rules", + "usingModule": "ape@1.0.0-beta.6", + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 0, + "column": 0 + }, + "imports": { + "zig-0.11.0-arm64-darwin": "zig-0.11.0-arm64-darwin", + "zig": "zig", + "ape-m1.c": "ape-m1.c", + "ape-arm64.macho": "ape-arm64.macho", + "ape-arm64.elf": "ape-arm64.elf", + "ape-x86_64.elf": "ape-x86_64.elf", + "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", + "b2sum": "b2sum", + "cosmos-base32": "cosmos-base32", + "base32": "base32", + "cosmos-base64": "cosmos-base64", + "base64": "base64", + "cosmos-basename": "cosmos-basename", + "basename": "basename", + "cosmos-basenc": "cosmos-basenc", + "basenc": "basenc", + "cosmos-bash": "cosmos-bash", + "bash": "bash", + "cosmos-berry": "cosmos-berry", + "berry": "berry", + "cosmos-brotli": "cosmos-brotli", + "brotli": "brotli", + "cosmos-bzip2": "cosmos-bzip2", + "bzip2": "bzip2", + "cosmos-cat": "cosmos-cat", + "cat": "cat", + "cosmos-chcon": "cosmos-chcon", + "chcon": "chcon", + "cosmos-chgrp": "cosmos-chgrp", + "chgrp": "chgrp", + "cosmos-chown": "cosmos-chown", + "chown": "chown", + "cosmos-chroot": "cosmos-chroot", + "chroot": "chroot", + "cosmos-cksum": "cosmos-cksum", + "cksum": "cksum", + "cosmos-clang-format": "cosmos-clang-format", + "clang-format": "clang-format", + "cosmos-cmp": "cosmos-cmp", + "cmp": "cmp", + "cosmos-comm": "cosmos-comm", + "comm": "comm", + "cosmos-cpuid": "cosmos-cpuid", + "cpuid": "cpuid", + "cosmos-csplit": "cosmos-csplit", + "csplit": "csplit", + "cosmos-ctags": "cosmos-ctags", + "ctags": "ctags", + "cosmos-curl": "cosmos-curl", + "curl": "curl", + "cosmos-cut": "cosmos-cut", + "cut": "cut", + "cosmos-dash": "cosmos-dash", + "dash": "dash", + "cosmos-datasette": "cosmos-datasette", + "datasette": "datasette", + "cosmos-date": "cosmos-date", + "date": "date", + "cosmos-df": "cosmos-df", + "df": "df", + "cosmos-dir": "cosmos-dir", + "dir": "dir", + "cosmos-dircolors": "cosmos-dircolors", + "dircolors": "dircolors", + "cosmos-dirname": "cosmos-dirname", + "dirname": "dirname", + "cosmos-diff": "cosmos-diff", + "diff": "diff", + "cosmos-diff3": "cosmos-diff3", + "diff3": "diff3", + "cosmos-du": "cosmos-du", + "du": "du", + "cosmos-emacs": "cosmos-emacs", + "emacs": "emacs", + "cosmos-emacsclient": "cosmos-emacsclient", + "emacsclient": "emacsclient", + "cosmos-env": "cosmos-env", + "env": "env", + "cosmos-expand": "cosmos-expand", + "expand": "expand", + "cosmos-expr": "cosmos-expr", + "expr": "expr", + "cosmos-factor": "cosmos-factor", + "factor": "factor", + "cosmos-false": "cosmos-false", + "false": "false", + "cosmos-find": "cosmos-find", + "find": "find", + "cosmos-fmt": "cosmos-fmt", + "fmt": "fmt", + "cosmos-fold": "cosmos-fold", + "fold": "fold", + "cosmos-gmake": "cosmos-gmake", + "gmake": "gmake", + "cosmos-greenbean": "cosmos-greenbean", + "greenbean": "greenbean", + "cosmos-grep": "cosmos-grep", + "grep": "grep", + "cosmos-groups": "cosmos-groups", + "groups": "groups", + "cosmos-head": "cosmos-head", + "head": "head", + "cosmos-id": "cosmos-id", + "id": "id", + "cosmos-install": "cosmos-install", + "install": "install", + "cosmos-join": "cosmos-join", + "join": "join", + "cosmos-kill": "cosmos-kill", + "kill": "kill", + "cosmos-less": "cosmos-less", + "less": "less", + "cosmos-life": "cosmos-life", + "life": "life", + "cosmos-link": "cosmos-link", + "link": "link", + "cosmos-links": "cosmos-links", + "links": "links", + "cosmos-ln": "cosmos-ln", + "ln": "ln", + "cosmos-locate": "cosmos-locate", + "locate": "locate", + "cosmos-logname": "cosmos-logname", + "logname": "logname", + "cosmos-ls": "cosmos-ls", + "ls": "ls", + "cosmos-lua": "cosmos-lua", + "lua": "lua", + "cosmos-lz4": "cosmos-lz4", + "lz4": "lz4", + "cosmos-make": "cosmos-make", + "make": "make", + "cosmos-md5sum": "cosmos-md5sum", + "md5sum": "md5sum", + "cosmos-mkfifo": "cosmos-mkfifo", + "mkfifo": "mkfifo", + "cosmos-mknod": "cosmos-mknod", + "mknod": "mknod", + "cosmos-mktemp": "cosmos-mktemp", + "mktemp": "mktemp", + "cosmos-mktemper": "cosmos-mktemper", + "mktemper": "mktemper", + "cosmos-nano": "cosmos-nano", + "nano": "nano", + "cosmos-nesemu1": "cosmos-nesemu1", + "nesemu1": "nesemu1", + "cosmos-nice": "cosmos-nice", + "nice": "nice", + "cosmos-ninja": "cosmos-ninja", + "ninja": "ninja", + "cosmos-nl": "cosmos-nl", + "nl": "nl", + "cosmos-nohup": "cosmos-nohup", + "nohup": "nohup", + "cosmos-nproc": "cosmos-nproc", + "nproc": "nproc", + "cosmos-numfmt": "cosmos-numfmt", + "numfmt": "numfmt", + "cosmos-od": "cosmos-od", + "od": "od", + "cosmos-paste": "cosmos-paste", + "paste": "paste", + "cosmos-patch": "cosmos-patch", + "patch": "patch", + "cosmos-pathchk": "cosmos-pathchk", + "pathchk": "pathchk", + "cosmos-pigz": "cosmos-pigz", + "pigz": "pigz", + "cosmos-pinky": "cosmos-pinky", + "pinky": "pinky", + "cosmos-pledge": "cosmos-pledge", + "pledge": "pledge", + "cosmos-pr": "cosmos-pr", + "pr": "pr", + "cosmos-printenv": "cosmos-printenv", + "printenv": "printenv", + "cosmos-printimage": "cosmos-printimage", + "printimage": "printimage", + "cosmos-ptx": "cosmos-ptx", + "ptx": "ptx", + "cosmos-pwd": "cosmos-pwd", + "pwd": "pwd", + "cosmos-pypack1": "cosmos-pypack1", + "pypack1": "pypack1", + "cosmos-python": "cosmos-python", + "python": "python", + "cosmos-qjs": "cosmos-qjs", + "qjs": "qjs", + "cosmos-readlink": "cosmos-readlink", + "readlink": "readlink", + "cosmos-realpath": "cosmos-realpath", + "realpath": "realpath", + "cosmos-redbean": "cosmos-redbean", + "redbean": "redbean", + "cosmos-rmdir": "cosmos-rmdir", + "rmdir": "rmdir", + "cosmos-rsync": "cosmos-rsync", + "rsync": "rsync", + "cosmos-runcon": "cosmos-runcon", + "runcon": "runcon", + "cosmos-script": "cosmos-script", + "script": "script", + "cosmos-sdiff": "cosmos-sdiff", + "sdiff": "sdiff", + "cosmos-sed": "cosmos-sed", + "sed": "sed", + "cosmos-seq": "cosmos-seq", + "seq": "seq", + "cosmos-sha1sum": "cosmos-sha1sum", + "sha1sum": "sha1sum", + "cosmos-sha224sum": "cosmos-sha224sum", + "sha224sum": "sha224sum", + "cosmos-sha256sum": "cosmos-sha256sum", + "sha256sum": "sha256sum", + "cosmos-sha384sum": "cosmos-sha384sum", + "sha384sum": "sha384sum", + "cosmos-sha512sum": "cosmos-sha512sum", + "sha512sum": "sha512sum", + "cosmos-shred": "cosmos-shred", + "shred": "shred", + "cosmos-shuf": "cosmos-shuf", + "shuf": "shuf", + "cosmos-sleep": "cosmos-sleep", + "sleep": "sleep", + "cosmos-sort": "cosmos-sort", + "sort": "sort", + "cosmos-split": "cosmos-split", + "split": "split", + "cosmos-sqlite3": "cosmos-sqlite3", + "sqlite3": "sqlite3", + "cosmos-stat": "cosmos-stat", + "stat": "stat", + "cosmos-stty": "cosmos-stty", + "stty": "stty", + "cosmos-sum": "cosmos-sum", + "sum": "sum", + "cosmos-sync": "cosmos-sync", + "sync": "sync", + "cosmos-tac": "cosmos-tac", + "tac": "tac", + "cosmos-tail": "cosmos-tail", + "tail": "tail", + "cosmos-tar": "cosmos-tar", + "tar": "tar", + "cosmos-tee": "cosmos-tee", + "tee": "tee", + "cosmos-test": "cosmos-test", + "test": "test", + "cosmos-tidy": "cosmos-tidy", + "tidy": "tidy", + "cosmos-timeout": "cosmos-timeout", + "timeout": "timeout", + "cosmos-tmux": "cosmos-tmux", + "tmux": "tmux", + "cosmos-touch": "cosmos-touch", + "touch": "touch", + "cosmos-tr": "cosmos-tr", + "tr": "tr", + "cosmos-tree": "cosmos-tree", + "tree": "tree", + "cosmos-true": "cosmos-true", + "true": "true", + "cosmos-truncate": "cosmos-truncate", + "truncate": "truncate", + "cosmos-tsort": "cosmos-tsort", + "tsort": "tsort", + "cosmos-tty": "cosmos-tty", + "tty": "tty", + "cosmos-ttyinfo": "cosmos-ttyinfo", + "ttyinfo": "ttyinfo", + "cosmos-unbourne": "cosmos-unbourne", + "unbourne": "unbourne", + "cosmos-unexpand": "cosmos-unexpand", + "unexpand": "unexpand", + "cosmos-uniq": "cosmos-uniq", + "uniq": "uniq", + "cosmos-unlink": "cosmos-unlink", + "unlink": "unlink", + "cosmos-unzip": "cosmos-unzip", + "unzip": "unzip", + "cosmos-uptime": "cosmos-uptime", + "uptime": "uptime", + "cosmos-users": "cosmos-users", + "users": "users", + "cosmos-vdir": "cosmos-vdir", + "vdir": "vdir", + "cosmos-verynice": "cosmos-verynice", + "verynice": "verynice", + "cosmos-vim": "cosmos-vim", + "vim": "vim", + "cosmos-wall": "cosmos-wall", + "wall": "wall", + "cosmos-wc": "cosmos-wc", + "wc": "wc", + "cosmos-wget": "cosmos-wget", + "wget": "wget", + "cosmos-who": "cosmos-who", + "who": "who", + "cosmos-whoami": "cosmos-whoami", + "whoami": "whoami", + "cosmos-xargs": "cosmos-xargs", + "xargs": "xargs", + "cosmos-xz": "cosmos-xz", + "xz": "xz", + "cosmos-yes": "cosmos-yes", + "yes": "yes", + "cosmos-zip": "cosmos-zip", + "zip": "zip", + "cosmos-zsh": "cosmos-zsh", + "zsh": "zsh", + "cosmos-zstd": "cosmos-zstd", + "zstd": "zstd" + }, + "devImports": [], + "tags": [ + { + "tagName": "@download_utils//download/archive:defs.bzl%download_archive", + "attributeValues": { + "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": "zig-0.11.0-arm64-darwin" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 17, + "column": 17 + } + }, + { + "tagName": "@toolchain_utils//toolchain/local/select:defs.bzl%toolchain_local_select", + "attributeValues": { + "map": { + "arm64-darwin": "@zig-0.11.0-arm64-darwin" + }, + "name": "zig" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 36, + "column": 7 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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-m1.c" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 45, + "column": 14 + } + }, + { + "tagName": "//ape/compile:repository.bzl%compile", + "attributeValues": { + "srcs": [ + "@ape-m1.c" + ], + "output": "ape", + "zig": "@zig//:entrypoint", + "name": "ape-arm64.macho" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 58, + "column": 8 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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-arm64.elf" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 66, + "column": 18 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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-x86_64.elf" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 66, + "column": 18 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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-x86_64.macho" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 66, + "column": 18 + } + }, + { + "tagName": "//ape/pe:repository.bzl%pe", + "attributeValues": { + "name": "ape.pe" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 85, + "column": 3 + } + }, + { + "tagName": "@toolchain_utils//toolchain/local/select:defs.bzl%toolchain_local_select", + "attributeValues": { + "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": "launcher" + }, + "devDependency": false, + "location": { + "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": { + "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": "cosmos-awk" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-awk//:awk", + "name": "awk" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-b2sum" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-b2sum//:b2sum", + "name": "b2sum" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-base32" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-base32//:base32", + "name": "base32" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-base64" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-base64//:base64", + "name": "base64" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-basename" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-basename//:basename", + "name": "basename" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-basenc" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-basenc//:basenc", + "name": "basenc" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-bash" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-bash//:bash", + "name": "bash" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-berry" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-berry//:berry", + "name": "berry" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-brotli" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-brotli//:brotli", + "name": "brotli" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-bzip2" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-bzip2//:bzip2", + "name": "bzip2" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-cat" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-cat//:cat", + "name": "cat" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-chcon" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-chcon//:chcon", + "name": "chcon" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-chgrp" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-chgrp//:chgrp", + "name": "chgrp" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-chown" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-chown//:chown", + "name": "chown" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-chroot" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-chroot//:chroot", + "name": "chroot" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-cksum" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-cksum//:cksum", + "name": "cksum" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-clang-format" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-clang-format//:clang-format", + "name": "clang-format" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-cmp" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-cmp//:cmp", + "name": "cmp" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-comm" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-comm//:comm", + "name": "comm" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-cpuid" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-cpuid//:cpuid", + "name": "cpuid" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-csplit" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-csplit//:csplit", + "name": "csplit" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-ctags" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-ctags//:ctags", + "name": "ctags" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-curl" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-curl//:curl", + "name": "curl" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-cut" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-cut//:cut", + "name": "cut" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-dash" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-dash//:dash", + "name": "dash" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-datasette" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-datasette//:datasette", + "name": "datasette" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-date" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-date//:date", + "name": "date" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-df" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-df//:df", + "name": "df" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-dir" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-dir//:dir", + "name": "dir" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-dircolors" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-dircolors//:dircolors", + "name": "dircolors" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-dirname" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-dirname//:dirname", + "name": "dirname" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-diff" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-diff//:diff", + "name": "diff" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-diff3" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-diff3//:diff3", + "name": "diff3" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-du" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-du//:du", + "name": "du" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-emacs" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-emacs//:emacs", + "name": "emacs" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-emacsclient" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-emacsclient//:emacsclient", + "name": "emacsclient" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-env" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-env//:env", + "name": "env" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-expand" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-expand//:expand", + "name": "expand" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-expr" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-expr//:expr", + "name": "expr" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-factor" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-factor//:factor", + "name": "factor" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-false" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-false//:false", + "name": "false" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-find" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-find//:find", + "name": "find" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-fmt" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-fmt//:fmt", + "name": "fmt" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-fold" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-fold//:fold", + "name": "fold" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-gmake" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-gmake//:gmake", + "name": "gmake" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-greenbean" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-greenbean//:greenbean", + "name": "greenbean" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-grep" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-grep//:grep", + "name": "grep" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-groups" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-groups//:groups", + "name": "groups" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-head" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-head//:head", + "name": "head" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-id" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-id//:id", + "name": "id" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-install" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-install//:install", + "name": "install" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-join" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-join//:join", + "name": "join" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-kill" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-kill//:kill", + "name": "kill" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-less" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-less//:less", + "name": "less" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-life" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-life//:life", + "name": "life" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-link" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-link//:link", + "name": "link" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-links" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-links//:links", + "name": "links" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-ln" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-ln//:ln", + "name": "ln" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-locate" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-locate//:locate", + "name": "locate" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-logname" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-logname//:logname", + "name": "logname" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-ls" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-ls//:ls", + "name": "ls" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-lua" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-lua//:lua", + "name": "lua" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-lz4" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-lz4//:lz4", + "name": "lz4" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-make" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-make//:make", + "name": "make" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-md5sum" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-md5sum//:md5sum", + "name": "md5sum" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-mkfifo" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-mkfifo//:mkfifo", + "name": "mkfifo" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-mknod" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-mknod//:mknod", + "name": "mknod" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-mktemp" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-mktemp//:mktemp", + "name": "mktemp" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-mktemper" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-mktemper//:mktemper", + "name": "mktemper" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-nano" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-nano//:nano", + "name": "nano" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-nesemu1" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-nesemu1//:nesemu1", + "name": "nesemu1" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-nice" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-nice//:nice", + "name": "nice" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-ninja" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-ninja//:ninja", + "name": "ninja" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-nl" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-nl//:nl", + "name": "nl" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-nohup" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-nohup//:nohup", + "name": "nohup" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-nproc" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-nproc//:nproc", + "name": "nproc" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-numfmt" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-numfmt//:numfmt", + "name": "numfmt" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-od" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-od//:od", + "name": "od" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-paste" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-paste//:paste", + "name": "paste" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-patch" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-patch//:patch", + "name": "patch" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-pathchk" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-pathchk//:pathchk", + "name": "pathchk" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-pigz" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-pigz//:pigz", + "name": "pigz" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-pinky" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-pinky//:pinky", + "name": "pinky" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-pledge" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-pledge//:pledge", + "name": "pledge" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-pr" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-pr//:pr", + "name": "pr" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-printenv" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-printenv//:printenv", + "name": "printenv" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-printimage" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-printimage//:printimage", + "name": "printimage" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-ptx" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-ptx//:ptx", + "name": "ptx" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-pwd" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-pwd//:pwd", + "name": "pwd" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-pypack1" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-pypack1//:pypack1", + "name": "pypack1" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-python" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-python//:python", + "name": "python" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-qjs" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-qjs//:qjs", + "name": "qjs" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-readlink" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-readlink//:readlink", + "name": "readlink" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-realpath" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-realpath//:realpath", + "name": "realpath" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-redbean" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-redbean//:redbean", + "name": "redbean" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-rmdir" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-rmdir//:rmdir", + "name": "rmdir" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-rsync" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-rsync//:rsync", + "name": "rsync" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-runcon" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-runcon//:runcon", + "name": "runcon" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-script" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-script//:script", + "name": "script" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-sdiff" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-sdiff//:sdiff", + "name": "sdiff" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-sed" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-sed//:sed", + "name": "sed" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-seq" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-seq//:seq", + "name": "seq" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-sha1sum" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-sha1sum//:sha1sum", + "name": "sha1sum" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-sha224sum" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-sha224sum//:sha224sum", + "name": "sha224sum" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-sha256sum" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-sha256sum//:sha256sum", + "name": "sha256sum" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-sha384sum" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-sha384sum//:sha384sum", + "name": "sha384sum" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-sha512sum" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-sha512sum//:sha512sum", + "name": "sha512sum" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-shred" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-shred//:shred", + "name": "shred" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-shuf" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-shuf//:shuf", + "name": "shuf" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-sleep" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-sleep//:sleep", + "name": "sleep" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-sort" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-sort//:sort", + "name": "sort" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-split" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-split//:split", + "name": "split" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-sqlite3" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-sqlite3//:sqlite3", + "name": "sqlite3" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-stat" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-stat//:stat", + "name": "stat" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-stty" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-stty//:stty", + "name": "stty" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-sum" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-sum//:sum", + "name": "sum" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-sync" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-sync//:sync", + "name": "sync" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-tac" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-tac//:tac", + "name": "tac" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-tail" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-tail//:tail", + "name": "tail" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-tar" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-tar//:tar", + "name": "tar" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-tee" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-tee//:tee", + "name": "tee" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-test" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-test//:test", + "name": "test" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-tidy" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-tidy//:tidy", + "name": "tidy" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-timeout" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-timeout//:timeout", + "name": "timeout" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-tmux" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-tmux//:tmux", + "name": "tmux" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-touch" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-touch//:touch", + "name": "touch" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-tr" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-tr//:tr", + "name": "tr" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-tree" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-tree//:tree", + "name": "tree" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-true" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-true//:true", + "name": "true" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-truncate" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-truncate//:truncate", + "name": "truncate" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-tsort" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-tsort//:tsort", + "name": "tsort" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-tty" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-tty//:tty", + "name": "tty" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-ttyinfo" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-ttyinfo//:ttyinfo", + "name": "ttyinfo" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-unbourne" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-unbourne//:unbourne", + "name": "unbourne" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-unexpand" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-unexpand//:unexpand", + "name": "unexpand" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-uniq" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-uniq//:uniq", + "name": "uniq" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-unlink" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-unlink//:unlink", + "name": "unlink" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-unzip" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-unzip//:unzip", + "name": "unzip" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-uptime" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-uptime//:uptime", + "name": "uptime" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-users" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-users//:users", + "name": "users" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-vdir" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-vdir//:vdir", + "name": "vdir" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-verynice" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-verynice//:verynice", + "name": "verynice" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-vim" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-vim//:vim", + "name": "vim" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-wall" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-wall//:wall", + "name": "wall" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-wc" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-wc//:wc", + "name": "wc" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-wget" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-wget//:wget", + "name": "wget" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-who" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-who//:who", + "name": "who" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-whoami" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-whoami//:whoami", + "name": "whoami" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-xargs" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-xargs//:xargs", + "name": "xargs" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-xz" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-xz//:xz", + "name": "xz" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-yes" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-yes//:yes", + "name": "yes" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-zip" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-zip//:zip", + "name": "zip" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-zsh" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-zsh//:zsh", + "name": "zsh" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-zstd" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-zstd//:zstd", + "name": "zstd" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 123, + "column": 23 + } + } + ], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + }, + { + "extensionBzlFile": "@toolchain_utils//toolchain/export:defs.bzl", + "extensionName": "toolchain_export", + "usingModule": "ape@1.0.0-beta.6", + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 109, + "column": 23 + }, + "imports": {}, + "devImports": [], + "tags": [ + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-awk", + "target": "@awk" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-b2sum", + "target": "@b2sum" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-base32", + "target": "@base32" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-base64", + "target": "@base64" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-basename", + "target": "@basename" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-basenc", + "target": "@basenc" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-bash", + "target": "@bash" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-berry", + "target": "@berry" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-brotli", + "target": "@brotli" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-bzip2", + "target": "@bzip2" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-cat", + "target": "@cat" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-chcon", + "target": "@chcon" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-chgrp", + "target": "@chgrp" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-chown", + "target": "@chown" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-chroot", + "target": "@chroot" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-cksum", + "target": "@cksum" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-clang-format", + "target": "@clang-format" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-cmp", + "target": "@cmp" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-comm", + "target": "@comm" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-cpuid", + "target": "@cpuid" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-csplit", + "target": "@csplit" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-ctags", + "target": "@ctags" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-curl", + "target": "@curl" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-cut", + "target": "@cut" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-dash", + "target": "@dash" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-datasette", + "target": "@datasette" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-date", + "target": "@date" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-df", + "target": "@df" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-dir", + "target": "@dir" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-dircolors", + "target": "@dircolors" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-dirname", + "target": "@dirname" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-diff", + "target": "@diff" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-diff3", + "target": "@diff3" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-du", + "target": "@du" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-emacs", + "target": "@emacs" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-emacsclient", + "target": "@emacsclient" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-env", + "target": "@env" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-expand", + "target": "@expand" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-expr", + "target": "@expr" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-factor", + "target": "@factor" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-false", + "target": "@false" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-find", + "target": "@find" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-fmt", + "target": "@fmt" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-fold", + "target": "@fold" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-gmake", + "target": "@gmake" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-greenbean", + "target": "@greenbean" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-grep", + "target": "@grep" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-groups", + "target": "@groups" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-head", + "target": "@head" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-id", + "target": "@id" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-install", + "target": "@install" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-join", + "target": "@join" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-kill", + "target": "@kill" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-less", + "target": "@less" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-life", + "target": "@life" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-link", + "target": "@link" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-links", + "target": "@links" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-ln", + "target": "@ln" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-locate", + "target": "@locate" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-logname", + "target": "@logname" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-ls", + "target": "@ls" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-lua", + "target": "@lua" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-lz4", + "target": "@lz4" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-make", + "target": "@make" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-md5sum", + "target": "@md5sum" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-mkfifo", + "target": "@mkfifo" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-mknod", + "target": "@mknod" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-mktemp", + "target": "@mktemp" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-mktemper", + "target": "@mktemper" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-nano", + "target": "@nano" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-nesemu1", + "target": "@nesemu1" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-nice", + "target": "@nice" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-ninja", + "target": "@ninja" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-nl", + "target": "@nl" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-nohup", + "target": "@nohup" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-nproc", + "target": "@nproc" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-numfmt", + "target": "@numfmt" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-od", + "target": "@od" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-paste", + "target": "@paste" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-patch", + "target": "@patch" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-pathchk", + "target": "@pathchk" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-pigz", + "target": "@pigz" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-pinky", + "target": "@pinky" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-pledge", + "target": "@pledge" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-pr", + "target": "@pr" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-printenv", + "target": "@printenv" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-printimage", + "target": "@printimage" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-ptx", + "target": "@ptx" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-pwd", + "target": "@pwd" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-pypack1", + "target": "@pypack1" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-python", + "target": "@python" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-qjs", + "target": "@qjs" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-readlink", + "target": "@readlink" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-realpath", + "target": "@realpath" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-redbean", + "target": "@redbean" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-rmdir", + "target": "@rmdir" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-rsync", + "target": "@rsync" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-runcon", + "target": "@runcon" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-script", + "target": "@script" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-sdiff", + "target": "@sdiff" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-sed", + "target": "@sed" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-seq", + "target": "@seq" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-sha1sum", + "target": "@sha1sum" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-sha224sum", + "target": "@sha224sum" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-sha256sum", + "target": "@sha256sum" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-sha384sum", + "target": "@sha384sum" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-sha512sum", + "target": "@sha512sum" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-shred", + "target": "@shred" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-shuf", + "target": "@shuf" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-sleep", + "target": "@sleep" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-sort", + "target": "@sort" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-split", + "target": "@split" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-sqlite3", + "target": "@sqlite3" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-stat", + "target": "@stat" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-stty", + "target": "@stty" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-sum", + "target": "@sum" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-sync", + "target": "@sync" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-tac", + "target": "@tac" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-tail", + "target": "@tail" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-tar", + "target": "@tar" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-tee", + "target": "@tee" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-test", + "target": "@test" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-tidy", + "target": "@tidy" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-timeout", + "target": "@timeout" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-tmux", + "target": "@tmux" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-touch", + "target": "@touch" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-tr", + "target": "@tr" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-tree", + "target": "@tree" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-true", + "target": "@true" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-truncate", + "target": "@truncate" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-tsort", + "target": "@tsort" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-tty", + "target": "@tty" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-ttyinfo", + "target": "@ttyinfo" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-unbourne", + "target": "@unbourne" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-unexpand", + "target": "@unexpand" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-uniq", + "target": "@uniq" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-unlink", + "target": "@unlink" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-unzip", + "target": "@unzip" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-uptime", + "target": "@uptime" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-users", + "target": "@users" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-vdir", + "target": "@vdir" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-verynice", + "target": "@verynice" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-vim", + "target": "@vim" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-wall", + "target": "@wall" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-wc", + "target": "@wc" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-wget", + "target": "@wget" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-who", + "target": "@who" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-whoami", + "target": "@whoami" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-xargs", + "target": "@xargs" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-xz", + "target": "@xz" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-yes", + "target": "@yes" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-zip", + "target": "@zip" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-zsh", + "target": "@zsh" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-zstd", + "target": "@zstd" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "line": 127, + "column": 23 + } + } + ], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + } + ], + "deps": { + "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@_" + }, + "repoSpec": { + "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "ape~1.0.0-beta.6", + "urls": [ + "https://gitlab.arm.com/bazel/ape/-/releases/v1.0.0-beta.6/downloads/src.tar.gz" + ], + "integrity": "sha512-fZNOpj31MphsHbrPcS71rxq2vcGkLtiBB8hpTQkqrd4sHDhhjfi8ovi8YSQtC70lbyBKxZQ/htwrradnbB58kg==", + "strip_prefix": "ape-v1.0.0-beta.6", + "remote_patches": {}, + "remote_patch_strip": 0 + } } }, "bazel_tools@_": { @@ -176,6 +10040,92 @@ "bazel_tools": "bazel_tools@_" } }, + "bazel_skylib@1.4.2": { + "name": "bazel_skylib", + "version": "1.4.2", + "key": "bazel_skylib@1.4.2", + "repoName": "bazel_skylib", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [ + "//toolchains/unittest:cmd_toolchain", + "//toolchains/unittest:bash_toolchain" + ], + "extensionUsages": [], + "deps": { + "platforms": "platforms@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": "bazel_skylib~1.4.2", + "urls": [ + "https://github.com/bazelbuild/bazel-skylib/releases/download/1.4.2/bazel-skylib-1.4.2.tar.gz" + ], + "integrity": "sha256-Zv/ZMVZlv6r8lrUiePV8fi3Qn17eJ56m05sr5HHn46o=", + "strip_prefix": "", + "remote_patches": {}, + "remote_patch_strip": 0 + } + } + }, + "platforms@0.0.7": { + "name": "platforms", + "version": "0.0.7", + "key": "platforms@0.0.7", + "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.7/platforms-0.0.7.tar.gz" + ], + "integrity": "sha256-OlYcmee9vpFzqmU/1Xn+hJ8djWc5V4CrR3Cx84FDHVE=", + "strip_prefix": "", + "remote_patches": {}, + "remote_patch_strip": 0 + } + } + }, + "download_utils@1.0.0-beta.2": { + "name": "download_utils", + "version": "1.0.0-beta.2", + "key": "download_utils@1.0.0-beta.2", + "repoName": "download_utils", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [], + "extensionUsages": [], + "deps": { + "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": "download_utils~1.0.0-beta.2", + "urls": [ + "https://gitlab.arm.com/bazel/download_utils/-/releases/v1.0.0-beta.2/downloads/src.tar.gz" + ], + "integrity": "sha512-n7eahkJiCgZaF5gGrgBIxUq0qBRMlnvklYOiATGU+sXGGEPDG1C8N/sjtCUHVes8x5GFy8ZLjcaJWiebFf2D6g==", + "strip_prefix": "download_utils-v1.0.0-beta.2", + "remote_patches": {}, + "remote_patch_strip": 0 + } + } + }, "rules_cc@0.0.9": { "name": "rules_cc", "version": "0.0.9", @@ -306,7 +10256,7 @@ "deps": { "platforms": "platforms@0.0.7", "rules_cc": "rules_cc@0.0.9", - "bazel_skylib": "bazel_skylib@1.3.0", + "bazel_skylib": "bazel_skylib@1.4.2", "rules_proto": "rules_proto@4.0.0", "rules_license": "rules_license@0.0.7", "bazel_tools": "bazel_tools@_", @@ -363,7 +10313,7 @@ "toolchainsToRegister": [], "extensionUsages": [], "deps": { - "bazel_skylib": "bazel_skylib@1.3.0", + "bazel_skylib": "bazel_skylib@1.4.2", "rules_cc": "rules_cc@0.0.9", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" @@ -440,34 +10390,6 @@ } } }, - "platforms@0.0.7": { - "name": "platforms", - "version": "0.0.7", - "key": "platforms@0.0.7", - "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.7/platforms-0.0.7.tar.gz" - ], - "integrity": "sha256-OlYcmee9vpFzqmU/1Xn+hJ8djWc5V4CrR3Cx84FDHVE=", - "strip_prefix": "", - "remote_patches": {}, - "remote_patch_strip": 0 - } - } - }, "protobuf@3.19.6": { "name": "protobuf", "version": "3.19.6", @@ -477,7 +10399,7 @@ "toolchainsToRegister": [], "extensionUsages": [], "deps": { - "bazel_skylib": "bazel_skylib@1.3.0", + "bazel_skylib": "bazel_skylib@1.4.2", "zlib": "zlib@1.3", "rules_python": "rules_python@0.4.0", "rules_cc": "rules_cc@0.0.9", @@ -568,7 +10490,7 @@ } ], "deps": { - "bazel_skylib": "bazel_skylib@1.3.0", + "bazel_skylib": "bazel_skylib@1.4.2", "platforms": "platforms@0.0.7", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" @@ -587,37 +10509,6 @@ "remote_patch_strip": 0 } } - }, - "bazel_skylib@1.3.0": { - "name": "bazel_skylib", - "version": "1.3.0", - "key": "bazel_skylib@1.3.0", - "repoName": "bazel_skylib", - "executionPlatformsToRegister": [], - "toolchainsToRegister": [ - "//toolchains/unittest:cmd_toolchain", - "//toolchains/unittest:bash_toolchain" - ], - "extensionUsages": [], - "deps": { - "platforms": "platforms@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": "bazel_skylib~1.3.0", - "urls": [ - "https://github.com/bazelbuild/bazel-skylib/releases/download/1.3.0/bazel-skylib-1.3.0.tar.gz" - ], - "integrity": "sha256-dNVE2W9KW7Yw1GXKi7z+Ix41lOWq5X4e2/F6brPKJQY=", - "strip_prefix": "", - "remote_patches": {}, - "remote_patch_strip": 0 - } - } } }, "moduleExtensions": {} diff --git a/e2e/MODULE.bazel b/e2e/MODULE.bazel index 2373395..4d25293 100644 --- a/e2e/MODULE.bazel +++ b/e2e/MODULE.bazel @@ -5,8 +5,9 @@ module( ], ) -bazel_dep(name = "rules_diff", version = "1.0.0-alpha.3") -bazel_dep(name = "rules_coreutils", version = "1.0.0-alpha.8") +bazel_dep(name = "rules_diff", version = "1.0.0-beta.3") +bazel_dep(name = "toolchain_utils", version = "1.0.0-beta.9") +bazel_dep(name = "rules_coreutils", version = "1.0.0-beta.1") bazel_dep(name = "rules_gzip", version = "0.0.0") local_path_override( module_name = "rules_gzip", diff --git a/e2e/MODULE.bazel.lock b/e2e/MODULE.bazel.lock index 13480e4..8e7e1a2 100644 --- a/e2e/MODULE.bazel.lock +++ b/e2e/MODULE.bazel.lock @@ -1,6 +1,6 @@ { "lockFileVersion": 3, - "moduleFileHash": "630e8942fc3af433c780907cf529706fef0570a9370cabf55d5294464d58eb96", + "moduleFileHash": "e91808eac76553654101bc2b33041f40e7cc33b996ef59bba2f5360277f8b7df", "flags": { "cmdRegistries": [ "https://bcr.bazel.build/" @@ -14,7 +14,7 @@ }, "localOverrideHashes": { "bazel_tools": "922ea6752dc9105de5af957f7a99a6933c0a6a712d23df6aad16a9c399f7e787", - "rules_gzip": "26f5e5f3993736877572eccf610c2f9cc69be9b9d51d455d8c4df4198e4b3271" + "rules_gzip": "15e10f75e4a5cb9e52b881e3e01d11b42edb73af632b0572ffa743b08707127b" }, "moduleDepGraph": { "": { @@ -26,17 +26,18 @@ "toolchainsToRegister": [], "extensionUsages": [], "deps": { - "rules_diff": "rules_diff@1.0.0-alpha.3", - "rules_coreutils": "rules_coreutils@1.0.0-alpha.8", + "rules_diff": "rules_diff@1.0.0-beta.3", + "toolchain_utils": "toolchain_utils@1.0.0-beta.9", + "rules_coreutils": "rules_coreutils@1.0.0-beta.1", "rules_gzip": "rules_gzip@_", "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": [ @@ -46,9 +47,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 }, @@ -72,7 +73,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 } @@ -85,7 +86,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 } @@ -98,7 +99,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 } @@ -111,7 +112,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 } @@ -123,9 +124,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 }, @@ -145,7 +146,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 } @@ -158,7 +159,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 } @@ -171,7 +172,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 } @@ -184,7 +185,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 } @@ -195,8 +196,81 @@ } ], "deps": { - "toolchain_utils": "toolchain_utils@1.0.0-beta.3", - "ape": "ape@1.0.0-alpha.5", + "toolchain_utils": "toolchain_utils@1.0.0-beta.9", + "ape": "ape@1.0.0-beta.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": "rules_diff~1.0.0-beta.3", + "urls": [ + "https://gitlab.arm.com/bazel/rules_diff/-/releases/v1.0.0-beta.3/downloads/src.tar.gz" + ], + "integrity": "sha512-63QhlGupGlS07Od7Btm0hpSuG7S6AtWbuEU+JkRdXNFkXoBOZmZMOKXu6ES4vLt1awja8DWDLpz9fK22GqcN3Q==", + "strip_prefix": "rules_diff-v1.0.0-beta.3", + "remote_patches": {}, + "remote_patch_strip": 0 + } + } + }, + "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.4.2", + "platforms": "platforms@0.0.7", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" }, @@ -204,21 +278,21 @@ "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_diff~1.0.0-alpha.3", + "name": "toolchain_utils~1.0.0-beta.9", "urls": [ - "https://gitlab.arm.com/bazel/rules_diff/-/releases/v1.0.0-alpha.3/downloads/src.tar.gz" + "https://gitlab.arm.com/bazel/toolchain_utils/-/releases/v1.0.0-beta.9/downloads/src.tar.gz" ], - "integrity": "sha512-g8eVWXWcRpkiWjxs54Zua9tjdX/mTZV2yWslBrFqftvHDaCLxJQ1uXb4fRqC3pM1XKFouelMkviYZSMJaVAT8w==", - "strip_prefix": "rules_diff-v1.0.0-alpha.3", + "integrity": "sha512-H48NSkoptDhNCzbWw/IRThAGL0z+iL6xP1Q+kw6uxsbT8CNXNyBcYuihQCpRuJC8tgBOXyOIXbSu7df6BRYz7w==", + "strip_prefix": "toolchain_utils-v1.0.0-beta.9", "remote_patches": {}, "remote_patch_strip": 0 } } }, - "rules_coreutils@1.0.0-alpha.8": { + "rules_coreutils@1.0.0-beta.1": { "name": "rules_coreutils", - "version": "1.0.0-alpha.8", - "key": "rules_coreutils@1.0.0-alpha.8", + "version": "1.0.0-beta.1", + "key": "rules_coreutils@1.0.0-beta.1", "repoName": "rules_coreutils", "executionPlatformsToRegister": [], "toolchainsToRegister": [ @@ -228,9 +302,9 @@ { "extensionBzlFile": "//:MODULE.bazel", "extensionName": "_repo_rules", - "usingModule": "rules_coreutils@1.0.0-alpha.8", + "usingModule": "rules_coreutils@1.0.0-beta.1", "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 0, "column": 0 }, @@ -400,7 +474,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 16, "column": 12 } @@ -423,7 +497,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 16, "column": 12 } @@ -446,7 +520,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 16, "column": 12 } @@ -469,7 +543,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 16, "column": 12 } @@ -492,7 +566,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 16, "column": 12 } @@ -511,7 +585,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 40, "column": 7 } @@ -531,7 +605,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 59, "column": 4 } @@ -551,7 +625,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 67, "column": 4 } @@ -565,7 +639,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 81, "column": 17 } @@ -578,7 +652,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 86, "column": 14 } @@ -592,7 +666,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 81, "column": 17 } @@ -605,7 +679,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 86, "column": 14 } @@ -619,7 +693,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 81, "column": 17 } @@ -632,7 +706,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 86, "column": 14 } @@ -646,7 +720,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 81, "column": 17 } @@ -659,7 +733,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 86, "column": 14 } @@ -673,7 +747,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 81, "column": 17 } @@ -686,7 +760,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 86, "column": 14 } @@ -700,7 +774,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 81, "column": 17 } @@ -713,7 +787,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 86, "column": 14 } @@ -727,7 +801,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 81, "column": 17 } @@ -740,7 +814,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 86, "column": 14 } @@ -754,7 +828,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 81, "column": 17 } @@ -767,7 +841,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 86, "column": 14 } @@ -781,7 +855,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 81, "column": 17 } @@ -794,7 +868,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 86, "column": 14 } @@ -808,7 +882,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 81, "column": 17 } @@ -821,7 +895,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 86, "column": 14 } @@ -835,7 +909,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 81, "column": 17 } @@ -848,7 +922,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 86, "column": 14 } @@ -862,7 +936,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 81, "column": 17 } @@ -875,7 +949,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 86, "column": 14 } @@ -889,7 +963,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 81, "column": 17 } @@ -902,7 +976,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 86, "column": 14 } @@ -916,7 +990,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 81, "column": 17 } @@ -929,7 +1003,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 86, "column": 14 } @@ -943,7 +1017,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 81, "column": 17 } @@ -956,7 +1030,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 86, "column": 14 } @@ -970,7 +1044,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 81, "column": 17 } @@ -983,7 +1057,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 86, "column": 14 } @@ -997,7 +1071,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 81, "column": 17 } @@ -1010,7 +1084,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 86, "column": 14 } @@ -1024,7 +1098,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 81, "column": 17 } @@ -1037,7 +1111,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 86, "column": 14 } @@ -1051,7 +1125,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 81, "column": 17 } @@ -1064,7 +1138,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 86, "column": 14 } @@ -1078,7 +1152,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 81, "column": 17 } @@ -1091,7 +1165,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 86, "column": 14 } @@ -1105,7 +1179,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 81, "column": 17 } @@ -1118,7 +1192,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 86, "column": 14 } @@ -1132,7 +1206,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 81, "column": 17 } @@ -1145,7 +1219,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 86, "column": 14 } @@ -1159,7 +1233,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 81, "column": 17 } @@ -1172,7 +1246,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 86, "column": 14 } @@ -1186,7 +1260,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 81, "column": 17 } @@ -1199,7 +1273,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 86, "column": 14 } @@ -1213,7 +1287,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 81, "column": 17 } @@ -1226,7 +1300,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 86, "column": 14 } @@ -1240,7 +1314,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 81, "column": 17 } @@ -1253,7 +1327,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 86, "column": 14 } @@ -1267,7 +1341,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 81, "column": 17 } @@ -1280,7 +1354,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 86, "column": 14 } @@ -1294,7 +1368,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 81, "column": 17 } @@ -1307,7 +1381,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 86, "column": 14 } @@ -1321,7 +1395,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 81, "column": 17 } @@ -1334,7 +1408,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 86, "column": 14 } @@ -1348,7 +1422,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 81, "column": 17 } @@ -1361,7 +1435,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 86, "column": 14 } @@ -1375,7 +1449,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 81, "column": 17 } @@ -1388,7 +1462,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 86, "column": 14 } @@ -1402,7 +1476,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 81, "column": 17 } @@ -1415,7 +1489,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 86, "column": 14 } @@ -1429,7 +1503,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 81, "column": 17 } @@ -1442,7 +1516,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 86, "column": 14 } @@ -1456,7 +1530,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 81, "column": 17 } @@ -1469,7 +1543,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 86, "column": 14 } @@ -1483,7 +1557,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 81, "column": 17 } @@ -1496,7 +1570,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 86, "column": 14 } @@ -1510,7 +1584,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 81, "column": 17 } @@ -1523,7 +1597,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 86, "column": 14 } @@ -1537,7 +1611,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 81, "column": 17 } @@ -1550,7 +1624,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 86, "column": 14 } @@ -1564,7 +1638,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 81, "column": 17 } @@ -1577,7 +1651,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 86, "column": 14 } @@ -1591,7 +1665,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 81, "column": 17 } @@ -1604,7 +1678,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 86, "column": 14 } @@ -1618,7 +1692,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 81, "column": 17 } @@ -1631,7 +1705,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 86, "column": 14 } @@ -1645,7 +1719,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 81, "column": 17 } @@ -1658,7 +1732,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 86, "column": 14 } @@ -1672,7 +1746,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 81, "column": 17 } @@ -1685,7 +1759,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 86, "column": 14 } @@ -1699,7 +1773,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 81, "column": 17 } @@ -1712,7 +1786,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 86, "column": 14 } @@ -1726,7 +1800,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 81, "column": 17 } @@ -1739,7 +1813,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 86, "column": 14 } @@ -1753,7 +1827,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 81, "column": 17 } @@ -1766,7 +1840,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 86, "column": 14 } @@ -1780,7 +1854,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 81, "column": 17 } @@ -1793,7 +1867,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 86, "column": 14 } @@ -1807,7 +1881,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 81, "column": 17 } @@ -1820,7 +1894,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 86, "column": 14 } @@ -1834,7 +1908,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 81, "column": 17 } @@ -1847,7 +1921,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 86, "column": 14 } @@ -1861,7 +1935,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 81, "column": 17 } @@ -1874,7 +1948,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 86, "column": 14 } @@ -1888,7 +1962,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 81, "column": 17 } @@ -1901,7 +1975,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 86, "column": 14 } @@ -1915,7 +1989,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 81, "column": 17 } @@ -1928,7 +2002,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 86, "column": 14 } @@ -1942,7 +2016,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 81, "column": 17 } @@ -1955,7 +2029,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 86, "column": 14 } @@ -1969,7 +2043,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 81, "column": 17 } @@ -1982,7 +2056,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 86, "column": 14 } @@ -1996,7 +2070,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 81, "column": 17 } @@ -2009,7 +2083,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 86, "column": 14 } @@ -2023,7 +2097,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 81, "column": 17 } @@ -2036,7 +2110,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 86, "column": 14 } @@ -2050,7 +2124,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 81, "column": 17 } @@ -2063,7 +2137,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 86, "column": 14 } @@ -2077,7 +2151,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 81, "column": 17 } @@ -2090,7 +2164,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 86, "column": 14 } @@ -2104,7 +2178,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 81, "column": 17 } @@ -2117,7 +2191,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 86, "column": 14 } @@ -2131,7 +2205,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 81, "column": 17 } @@ -2144,7 +2218,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 86, "column": 14 } @@ -2158,7 +2232,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 81, "column": 17 } @@ -2171,7 +2245,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 86, "column": 14 } @@ -2185,7 +2259,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 81, "column": 17 } @@ -2198,7 +2272,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 86, "column": 14 } @@ -2212,7 +2286,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 81, "column": 17 } @@ -2225,7 +2299,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 86, "column": 14 } @@ -2239,7 +2313,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 81, "column": 17 } @@ -2252,7 +2326,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 86, "column": 14 } @@ -2266,7 +2340,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 81, "column": 17 } @@ -2279,7 +2353,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 86, "column": 14 } @@ -2293,7 +2367,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 81, "column": 17 } @@ -2306,7 +2380,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 86, "column": 14 } @@ -2320,7 +2394,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 81, "column": 17 } @@ -2333,7 +2407,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 86, "column": 14 } @@ -2347,7 +2421,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 81, "column": 17 } @@ -2360,7 +2434,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 86, "column": 14 } @@ -2374,7 +2448,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 81, "column": 17 } @@ -2387,7 +2461,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 86, "column": 14 } @@ -2399,9 +2473,9 @@ { "extensionBzlFile": "@toolchain_utils//toolchain/export:defs.bzl", "extensionName": "toolchain_export", - "usingModule": "rules_coreutils@1.0.0-alpha.8", + "usingModule": "rules_coreutils@1.0.0-beta.1", "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 51, "column": 23 }, @@ -2416,7 +2490,7 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-alpha.8/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", "line": 52, "column": 15 } @@ -2427,8 +2501,8 @@ } ], "deps": { - "toolchain_utils": "toolchain_utils@1.0.0-beta.3", - "download_utils": "download_utils@1.0.0-beta.1", + "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@_" }, @@ -2436,12 +2510,12 @@ "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_coreutils~1.0.0-alpha.8", + "name": "rules_coreutils~1.0.0-beta.1", "urls": [ - "https://gitlab.arm.com/bazel/rules_coreutils/-/releases/v1.0.0-alpha.8/downloads/src.tar.gz" + "https://gitlab.arm.com/bazel/rules_coreutils/-/releases/v1.0.0-beta.1/downloads/src.tar.gz" ], - "integrity": "sha512-uXUHM6aqwAHX3BAl3oxtjVFGz3kqr8NqmGMYgzjERCIeD3AHSa8HOviWmoPqenzysvrqx4bUoHWNRAyG9i5Y3Q==", - "strip_prefix": "rules_coreutils-v1.0.0-alpha.8", + "integrity": "sha512-EikhiyGoZmyrDJOdR+NI0ngZlntHK8gBIEtAdwwrUdOK2Bjd0Kzys+sT5M2uWB0ELwBbZag+sFYh8p5QlgxZcw==", + "strip_prefix": "rules_coreutils-v1.0.0-beta.1", "remote_patches": {}, "remote_patch_strip": 0 } @@ -2522,9 +2596,9 @@ } ], "deps": { - "rules_coreutils": "rules_coreutils@1.0.0-alpha.8", - "toolchain_utils": "toolchain_utils@1.0.0-beta.3", - "ape": "ape@1.0.0-alpha.5", + "toolchain_utils": "toolchain_utils@1.0.0-beta.9", + "rules_coreutils": "rules_coreutils@1.0.0-beta.1", + "ape": "ape@1.0.0-beta.7", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" } @@ -2676,102 +2750,36 @@ "bazel_tools": "bazel_tools@_" } }, - "toolchain_utils@1.0.0-beta.3": { - "name": "toolchain_utils", - "version": "1.0.0-beta.3", - "key": "toolchain_utils@1.0.0-beta.3", - "repoName": "toolchain_utils", - "executionPlatformsToRegister": [], - "toolchainsToRegister": [], - "extensionUsages": [ - { - "extensionBzlFile": "//:MODULE.bazel", - "extensionName": "_repo_rules", - "usingModule": "toolchain_utils@1.0.0-beta.3", - "location": { - "file": "https://bcr.bazel.build/modules/toolchain_utils/1.0.0-beta.3/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.3/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.3/MODULE.bazel", - "line": 21, - "column": 9 - } - } - ], - "hasDevUseExtension": false, - "hasNonDevUseExtension": true - } - ], - "deps": { - "bazel_skylib": "bazel_skylib@1.4.2", - "platforms": "platforms@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": "toolchain_utils~1.0.0-beta.3", - "urls": [ - "https://gitlab.arm.com/bazel/toolchain_utils/-/releases/v1.0.0-beta.3/downloads/src.tar.gz" - ], - "integrity": "sha512-Rv9IiAcXGPU83dUjZGR5p5LHAJYSsgDgEZl0dRQW/D76amG51IjkdhlErfjFWC4qE9QYI+Mrt0WHI+y7BKz7ug==", - "strip_prefix": "toolchain_utils-v1.0.0-beta.3", - "remote_patches": {}, - "remote_patch_strip": 0 - } - } - }, - "ape@1.0.0-alpha.5": { + "ape@1.0.0-beta.7": { "name": "ape", - "version": "1.0.0-alpha.5", - "key": "ape@1.0.0-alpha.5", + "version": "1.0.0-beta.7", + "key": "ape@1.0.0-beta.7", "repoName": "ape", "executionPlatformsToRegister": [], - "toolchainsToRegister": [], + "toolchainsToRegister": [ + "//ape/toolchain/..." + ], "extensionUsages": [ { "extensionBzlFile": "//:MODULE.bazel", "extensionName": "_repo_rules", - "usingModule": "ape@1.0.0-alpha.5", + "usingModule": "ape@1.0.0-beta.7", "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", "line": 0, "column": 0 }, "imports": { + "zig-0.11.0-arm64-darwin": "zig-0.11.0-arm64-darwin", + "zig": "zig", + "ape-m1.c": "ape-m1.c", + "ape-arm64.macho": "ape-arm64.macho", "ape-arm64.elf": "ape-arm64.elf", "ape-x86_64.elf": "ape-x86_64.elf", "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", @@ -2806,6 +2814,8 @@ "cksum": "cksum", "cosmos-clang-format": "cosmos-clang-format", "clang-format": "clang-format", + "cosmos-cmp": "cosmos-cmp", + "cmp": "cmp", "cosmos-comm": "cosmos-comm", "comm": "comm", "cosmos-cpuid": "cosmos-cpuid", @@ -2832,6 +2842,10 @@ "dircolors": "dircolors", "cosmos-dirname": "cosmos-dirname", "dirname": "dirname", + "cosmos-diff": "cosmos-diff", + "diff": "diff", + "cosmos-diff3": "cosmos-diff3", + "diff3": "diff3", "cosmos-du": "cosmos-du", "du": "du", "cosmos-emacs": "cosmos-emacs", @@ -2924,10 +2938,10 @@ "od": "od", "cosmos-paste": "cosmos-paste", "paste": "paste", + "cosmos-patch": "cosmos-patch", + "patch": "patch", "cosmos-pathchk": "cosmos-pathchk", "pathchk": "pathchk", - "cosmos-pigz": "cosmos-pigz", - "pigz": "pigz", "cosmos-pinky": "cosmos-pinky", "pinky": "pinky", "cosmos-pledge": "cosmos-pledge", @@ -2962,6 +2976,8 @@ "runcon": "runcon", "cosmos-script": "cosmos-script", "script": "script", + "cosmos-sdiff": "cosmos-sdiff", + "sdiff": "sdiff", "cosmos-sed": "cosmos-sed", "sed": "sed", "cosmos-seq": "cosmos-seq", @@ -3070,16 +3086,107 @@ "zsh": "zsh", "cosmos-zstd": "cosmos-zstd", "zstd": "zstd", - "cli.zip": "cli.zip", - "cli": "cli", - "diff": "diff", - "diff3": "diff3", - "sdiff": "sdiff", - "cmp": "cmp", - "patch": "patch" + "cosmos-chmod": "cosmos-chmod", + "chmod": "chmod", + "cosmos-cp": "cosmos-cp", + "cp": "cp", + "cosmos-dd": "cosmos-dd", + "dd": "dd", + "cosmos-echo": "cosmos-echo", + "echo": "echo", + "cosmos-gzip": "cosmos-gzip", + "gzip": "gzip", + "cosmos-mkdir": "cosmos-mkdir", + "mkdir": "mkdir", + "cosmos-mv": "cosmos-mv", + "mv": "mv", + "cosmos-printf": "cosmos-printf", + "printf": "printf", + "cosmos-rm": "cosmos-rm", + "rm": "rm", + "cosmos-uname": "cosmos-uname", + "uname": "uname", + "cosmos-pigz": "cosmos-pigz", + "pigz": "pigz" }, "devImports": [], "tags": [ + { + "tagName": "@download_utils//download/archive:defs.bzl%download_archive", + "attributeValues": { + "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": "zig-0.11.0-arm64-darwin" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 17, + "column": 17 + } + }, + { + "tagName": "@toolchain_utils//toolchain/local/select:defs.bzl%toolchain_local_select", + "attributeValues": { + "map": { + "arm64-darwin": "@zig-0.11.0-arm64-darwin" + }, + "name": "zig" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 36, + "column": 7 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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.1/ape/ape-m1.c" + ], + "name": "ape-m1.c" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 45, + "column": 14 + } + }, + { + "tagName": "//ape/compile:repository.bzl%compile", + "attributeValues": { + "srcs": [ + "@ape-m1.c" + ], + "output": "ape", + "zig": "@zig//:entrypoint", + "name": "ape-arm64.macho" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 58, + "column": 8 + } + }, { "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { @@ -3087,15 +3194,15 @@ "integrity": "sha256-h3zL1GUkMGVCbLSjyrQ1GsrZGGSfhlZVa7YEiC7q0I8=", "output": "ape", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/ape-arm64.elf", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/ape-arm64.elf" + "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-arm64.elf" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 20, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 66, "column": 18 } }, @@ -3106,15 +3213,15 @@ "integrity": "sha256-fBz4sk4bbdatfaOBcEXVgq2hRrTW7AxqRb6oMOOmX00=", "output": "ape", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/ape-x86_64.elf", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/ape-x86_64.elf" + "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-x86_64.elf" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 20, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 66, "column": 18 } }, @@ -3125,15 +3232,15 @@ "integrity": "sha256-btvd3YJTsgZojeJJGIrf2OuFDpw9nxmEMleBS5NsWZg=", "output": "ape", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/ape-x86_64.macho", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/ape-x86_64.macho" + "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-x86_64.macho" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 20, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 66, "column": 18 } }, @@ -3144,8 +3251,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 39, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 85, "column": 3 } }, @@ -3156,33 +3263,47 @@ "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": "launcher" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 43, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/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.7/MODULE.bazel", + "line": 100, + "column": 9 + } + }, { "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-f+uWrpvZmKp0icmVlTusCWs4TvqR2FrmOkQ1E7JEo/Q=", + "integrity": "sha256-S8i3mKq7mEtBZzo1Uu679YqnAWzkikcVdf4VqEqI070=", "output": "awk", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/awk", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/awk" + "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": "cosmos-awk" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3194,8 +3315,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3203,18 +3324,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-C0A+VvLQwqWyZ43zLhgi3tX5X8mCSGUT4kBoTsCtsOA=", + "integrity": "sha256-hybI849qLSwgx7YJkQn7jWLMnagPL2HjvrKm/piVuhs=", "output": "b2sum", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/b2sum", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/b2sum" + "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": "cosmos-b2sum" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3226,8 +3347,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3235,18 +3356,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-UKvhDPWxj5CBiJcC8v22sLAkAMRbeyr0HgsQT3aRpJo=", + "integrity": "sha256-TZkpwZAqSQTHHcRwl88F8haL6d7vm8nzdB50IBU7Mlw=", "output": "base32", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/base32", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/base32" + "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": "cosmos-base32" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3258,8 +3379,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3267,18 +3388,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-Ma0Uq9TjmARCgwZWzTBcuEFyIkMXUahQqms9sUQPYjE=", + "integrity": "sha256-5yuKsVWZrZm/uaI23z8UBm4KmrNy+V2iqP/yNIAfl00=", "output": "base64", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/base64", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/base64" + "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": "cosmos-base64" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3290,8 +3411,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3299,18 +3420,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-wVt/L/UlzFofy0HnJzUxwSipYmqvpnWSYNffI6kHSOg=", + "integrity": "sha256-xKbtsOkcHIi9mW3aI1JGo9H3pqan8hBqfsPxoh3e32s=", "output": "basename", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/basename", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/basename" + "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": "cosmos-basename" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3322,8 +3443,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3331,18 +3452,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-ss0EQU9BQPJDOhFS2kyr39G9ql6cme2hKhJ5LXu41No=", + "integrity": "sha256-RWpNzGmO/BjqSz9l6DEdOhFX5qoo1iHDJR8sNiahPe0=", "output": "basenc", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/basenc", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/basenc" + "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": "cosmos-basenc" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3354,8 +3475,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3363,18 +3484,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-817s6bXbU96XAE/lpw/bVjtaG/HZNkiM2orJBhKWaXY=", + "integrity": "sha256-a5aWfQrsx8zogqy1WCJ/sYEaNlxBbsY9lZVf4VMYTT0=", "output": "bash", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/bash", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/bash" + "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": "cosmos-bash" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3386,8 +3507,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3395,18 +3516,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-iRihZOPxJy8riq00G9QqyuDphQGZW87arvQa7wu5WJ0=", + "integrity": "sha256-9ZJIEqpYwPi0OqU7N8BSAOci5yKcdv9cBnD5ZGzkj8g=", "output": "berry", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/berry", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/berry" + "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": "cosmos-berry" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3418,8 +3539,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3427,18 +3548,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-5dbhyGt64HdqXrSmTVdOlpyVgW3A3FTcRy9JNKlETbE=", + "integrity": "sha256-Tm3e9kratlJPUF8d/+fIGyjmeBjX7NAkYDyiL4ks2jM=", "output": "brotli", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/brotli", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/brotli" + "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": "cosmos-brotli" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3450,8 +3571,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3459,18 +3580,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-i0jxsBCz1axEaa9Kd1TFPTFwAVYFhbR6dGqUl/OfwYQ=", + "integrity": "sha256-lqfcO/t/s5f19EUnnV/oijc+iBnvmyblMAEM7FrcRZU=", "output": "bzip2", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/bzip2", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/bzip2" + "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": "cosmos-bzip2" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3482,8 +3603,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3491,18 +3612,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-hxd0pfBMmXT44ii103FiMUI3pQYHj7UmNW4pqnw12HY=", + "integrity": "sha256-zn8YVGvKwuQoDg9YXAE+9nxYM4E8t004mwIyNrqVpbw=", "output": "cat", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/cat", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/cat" + "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": "cosmos-cat" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3514,8 +3635,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3523,18 +3644,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-NKrTh2us8Pc67LI7udJg9JhlhobHU03laNr4U+5DhF8=", + "integrity": "sha256-qoL4zarrnBVQ+V6+xYnH4XCv856fUS/RxwQuBUGRFks=", "output": "chcon", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/chcon", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/chcon" + "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": "cosmos-chcon" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3546,8 +3667,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3555,18 +3676,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-7KvHpFFsvhK981vIlGyegWuQhIzxY87lYcYfNB/qdC8=", + "integrity": "sha256-GoWZbn/c4+E+TQhqD6lIOMVWUDJnbp6Wk8SHU7zENoU=", "output": "chgrp", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/chgrp", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/chgrp" + "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": "cosmos-chgrp" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3578,8 +3699,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3587,18 +3708,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-XlKnJcZ1t7cdBKC2twaXC8/X6p7bSpnFoIDQ0xxdrhQ=", + "integrity": "sha256-LkN2ONSleTXKvpz/dYlk4m9UJRuCztov3+DlOEodXDE=", "output": "chown", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/chown", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/chown" + "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": "cosmos-chown" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3610,8 +3731,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3619,18 +3740,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-lN46T08G7T85BC9L/q4k9vlLwNKWbyD0YkAclHWUGuw=", + "integrity": "sha256-jZbYqT/TwIpw6BO9FfJ3GxvklpKE0mBBXiNuGSbtsns=", "output": "chroot", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/chroot", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/chroot" + "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": "cosmos-chroot" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3642,8 +3763,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3651,18 +3772,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-ZN7kzOdpdzCUsa+1+2dsZ19980fhL5x7tnYdKRqW7OY=", + "integrity": "sha256-hfAnWqmktIYXHEiTaKWQL/fDXK7bnHQONkRKtaMd5J4=", "output": "cksum", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/cksum", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/cksum" + "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": "cosmos-cksum" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3674,8 +3795,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3686,15 +3807,15 @@ "integrity": "sha256-t1/HDaTZ/klR+VFONNcqj5uxgIm37dafKu5Mp99ecVQ=", "output": "clang-format", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/clang-format", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/clang-format" + "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": "cosmos-clang-format" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3706,8 +3827,40 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-cmp" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-cmp//:cmp", + "name": "cmp" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3715,18 +3868,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-Z4pMcRlfC6n9KC5Z8cSZT5NA+e/0Zl30tW4zRB+Ml7I=", + "integrity": "sha256-uh4mLvzwY0QmCT32SRL/f0ubzXfszKpvb2ZtboQrNIA=", "output": "comm", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/comm", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/comm" + "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": "cosmos-comm" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3738,8 +3891,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3747,18 +3900,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-KZ7I9Vj0m0SYjYdlFCDsWAeZZHq5CL2V2/DiBJgVPFE=", + "integrity": "sha256-wAGvPA8axzW+XJ5w861q7IV518W7WMrZ/tbZ0Z78t1E=", "output": "cpuid", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/cpuid", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/cpuid" + "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": "cosmos-cpuid" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3770,8 +3923,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3779,18 +3932,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-PnfIPYD2n2cZ8rxV26jvFiE6e+XROXGwhE6sbpjbPSY=", + "integrity": "sha256-nLz8hfRVZDGz/UVq1/Ge0j4Q06eSLgLxu4aRexwEelA=", "output": "csplit", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/csplit", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/csplit" + "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": "cosmos-csplit" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3802,8 +3955,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3811,18 +3964,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-6GwrTt16hCzJ8EoVXQXoetwnOIOhBR4T4gX2PO/wIfQ=", + "integrity": "sha256-x/101oqxSvgRoQ9N9+sZkuC7/tV+zVnId4Jo4gX5PIU=", "output": "ctags", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/ctags", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/ctags" + "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": "cosmos-ctags" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3834,8 +3987,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3843,18 +3996,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-jc8LNKBMlWgGeHW3Tum9M6AfV2a5PlLmJunmfs00q/M=", + "integrity": "sha256-54mSqLkXfwMSRZtPa2w2T8XuvE12o9QxJRQYmOGn1YY=", "output": "curl", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/curl", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/curl" + "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": "cosmos-curl" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3866,8 +4019,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3875,18 +4028,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-N6iYRU/Ue0YN1tW0YElHjCVe0aPrUtbSxWFaJUPXGAE=", + "integrity": "sha256-FDcHrxJ+CjkPOYFD/F7F9EOF93TKbU2/N7CHP8vte4I=", "output": "cut", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/cut", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/cut" + "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": "cosmos-cut" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3898,8 +4051,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3907,18 +4060,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-DQjaobzAoYxtxBvvDdyQLbTvjPV61HLMOahNEXz8dOM=", + "integrity": "sha256-AMQZpQl5cfVZ/1vZAn/SnuSGC34CkfPMXA9tQixE/zM=", "output": "dash", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/dash", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/dash" + "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": "cosmos-dash" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3930,8 +4083,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3939,18 +4092,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-ohY3OEDwK6DOSWfLFlUa/4MTTHd9kKGN8NYTwGyWOZA=", + "integrity": "sha256-hUDSYI+lpEhVX6zhFnNHu/N3bNfDeWSJQjkAzcoYCjA=", "output": "datasette", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/datasette", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/datasette" + "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": "cosmos-datasette" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3962,8 +4115,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -3971,18 +4124,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-4r91y6qrOb4PK5AQ23uY2lskgprTRGLwDTBOkMPF1/c=", + "integrity": "sha256-uNP3r6CkyURYW7vH5rR/FXMQpoBgiyW2sTn6qUEs0ao=", "output": "date", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/date", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/date" + "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": "cosmos-date" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -3994,8 +4147,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4003,18 +4156,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-rrkKRiH346Qfr/uwtOFe5x+Q3X1yajhCndbTxnkkiSI=", + "integrity": "sha256-VtOW2S2dzEAwP/5B9Qj4u/qZndNCo0lJrSqWX7Sd6vo=", "output": "df", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/df", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/df" + "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": "cosmos-df" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4026,8 +4179,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4035,18 +4188,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-XfB99aziyrFfAHbOzI36cXPn+633uND4y02Mn9wTx98=", + "integrity": "sha256-oNxnS6F4pCNMedClbW/NFRRbP1XAwsdZpGJ2VsXug0g=", "output": "dir", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/dir", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/dir" + "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": "cosmos-dir" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4058,8 +4211,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4067,18 +4220,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-FTu1gC+xUzR1NTxaXk9ZLu4Gp2ACwnQC2FvHJySd1/Q=", + "integrity": "sha256-ASzE+h3h/0XBA4vrOyPSKptSE0tJEpbfFtMN1nDhGa4=", "output": "dircolors", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/dircolors", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/dircolors" + "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": "cosmos-dircolors" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4090,8 +4243,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4099,18 +4252,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-F9LmexRfLOqVyybPSXv+2xBhLakd8fnV01T/yZK78EU=", + "integrity": "sha256-EMAAvhNKylQI5YR1O3P1locWiIUpclMesgKAu9UWNec=", "output": "dirname", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/dirname", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/dirname" + "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": "cosmos-dirname" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4122,8 +4275,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4131,18 +4284,82 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-cwPg/fIABRhBnlWOXTpC7GaIEi/L2vgMqPUAZ8vnxLA=", - "output": "du", + "integrity": "sha256-1ZQPcT1/LLFKJRq8K1S7sICi4VumBRAt6FSVKejBDek=", + "output": "diff", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/du", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/du" + "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": "cosmos-du" + "name": "cosmos-diff" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-diff//:diff", + "name": "diff" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-diff3" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-diff3//:diff3", + "name": "diff3" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-du" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4154,8 +4371,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4163,18 +4380,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-FHVaf2drHxbWKWpCc0pBlt8NNLiR6x6pX9KrhCkI5zM=", + "integrity": "sha256-DLJvKJfmHsrzgD7083fWvp3RFiUMvs3lvWk0xLH92z8=", "output": "emacs", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/emacs", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/emacs" + "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": "cosmos-emacs" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4186,8 +4403,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4195,18 +4412,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-2p9WFK4fF0vnJDUyNTd6a4jigqsQpp0aG41e0MQSJOM=", + "integrity": "sha256-6hH6jn2pBX9VsoU4v3u3Xol4MR/6vskzIOwvOhMH5M4=", "output": "emacsclient", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/emacsclient", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/emacsclient" + "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": "cosmos-emacsclient" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4218,8 +4435,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4227,18 +4444,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-KSmB7dXht0FmmkJB8JQnUw6uQIfG36SugQXyMdPKPso=", + "integrity": "sha256-Lm8iE0YBdvYwn4RMAyqiLWbVxqaEf2iNWilY3PPAGN4=", "output": "env", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/env", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/env" + "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": "cosmos-env" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4250,8 +4467,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4259,18 +4476,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-GDxdiCM3bnYQtE+brm6GgDN7EyjV+5vxYj1McQ/YGLQ=", + "integrity": "sha256-/hCOZX9bhwc5SjWQ9GIWwbcPCozCUWUKa/iuDv/ih2c=", "output": "expand", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/expand", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/expand" + "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": "cosmos-expand" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4282,8 +4499,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4291,18 +4508,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-GD2DSrlrlym+z+57/BUKL50paNN1QU6FGe1D3wxtnnk=", + "integrity": "sha256-31jw0oaJRgL3qHsBhGDc0TEuSNoAiBH8gyjzRzz87UE=", "output": "expr", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/expr", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/expr" + "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": "cosmos-expr" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4314,8 +4531,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4323,18 +4540,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-Pmziyh/iAkeaU/XHmAblS/4QfA6YDbml6qSX/yqVj6s=", + "integrity": "sha256-me2S4CN3G/KcERW/B86F9MbnvuQg4jaNPWoH4nUH7mk=", "output": "factor", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/factor", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/factor" + "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": "cosmos-factor" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4346,8 +4563,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4355,18 +4572,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-FuIagCcD2snlx2D2D2k5+qhA2KXgWcoxMDY7O1qlE74=", + "integrity": "sha256-KuxblC3tmFtyDjUcdGIag/UVdOGhvxtvrJkRrP6qyl4=", "output": "false", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/false", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/false" + "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": "cosmos-false" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4378,8 +4595,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4387,18 +4604,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-k3BJOldX6NzX1Aq/RX6Q6PQts/3l9IFR7BILMIDUkg8=", + "integrity": "sha256-7h4OC/Lz/iD7WkTxmvmSZOflw/E6gTMssKSz68qPCFw=", "output": "find", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/find", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/find" + "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": "cosmos-find" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4410,8 +4627,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4419,18 +4636,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-ZjBJtahjGrr6Xll85ZZo+lTGEZNdaSksUNqpkpMqyrY=", + "integrity": "sha256-DB2vUqeSnUryfZj+qibUGKMs4Abcz6qzM3w6lawptsM=", "output": "fmt", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/fmt", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/fmt" + "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": "cosmos-fmt" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4442,8 +4659,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4451,18 +4668,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-u5I83GpxaXBKFtzsJVJEWdQ1hJkpRmJGbQVHzjOYJ3w=", + "integrity": "sha256-TdlGtv30nM28eoUXx9jjhAf7Zj834R0SHz0yfbcrWio=", "output": "fold", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/fold", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/fold" + "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": "cosmos-fold" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4474,8 +4691,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4483,18 +4700,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-o5a22Uli7i9upNh3z9qwPRFv3vIF7hOSdYMCXz8ioQc=", + "integrity": "sha256-3J/jjvnCUMTfEyRc5RsxmVJw0jpSwmmzrEFO/u2/pQ8=", "output": "gmake", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/gmake", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/gmake" + "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": "cosmos-gmake" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4506,8 +4723,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4515,18 +4732,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-2e6ANHtNrFdAKdmSAVBOYWacqaF9SxOhrwKesYwIfSc=", + "integrity": "sha256-jZ4Oj9zhG/UUB2QmhMdDsx4fTdL8/0xvBCHOK/rGSys=", "output": "greenbean", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/greenbean", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/greenbean" + "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": "cosmos-greenbean" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4538,8 +4755,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4547,18 +4764,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-btb7IC+1GiiU+CTMX4F7F8ESESShnVx90+Vz8uhgkkA=", + "integrity": "sha256-geISCmpxm4c2gwPnR+XjF47+j/mw2epm5qYEn5Vrvok=", "output": "grep", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/grep", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/grep" + "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": "cosmos-grep" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4570,8 +4787,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4579,18 +4796,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-1hRskXbgQrpy3YedFo9SmYix5KUTJAV9cL6I0T/DF7c=", + "integrity": "sha256-64yeH5wPP7omE7VfLLH8HGWjyE7zgdzMF8oLpVz+5PY=", "output": "groups", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/groups", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/groups" + "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": "cosmos-groups" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4602,8 +4819,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4611,18 +4828,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-I4EetDV9GYYKHCNANar3iwNNZMJhJ9+KaQBkWyA0r7o=", + "integrity": "sha256-Lr5xxWMwjZjQUh2ODx/zDzTO3fx8Yw5694p1t7zG0AU=", "output": "head", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/head", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/head" + "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": "cosmos-head" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4634,8 +4851,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4643,18 +4860,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-JtW0OHrUUwEaHsb03yfoawekOVad+XZ2sl8ZnM0+rYc=", + "integrity": "sha256-8JUzzmsMkhu2sc9w2I/nb8recinaAamgGe7JEQh98kI=", "output": "id", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/id", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/id" + "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": "cosmos-id" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4666,8 +4883,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4675,18 +4892,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-FT0vE0RtmwB2+ArCfbm59mou/sLQzymNvTqogiVpRTg=", + "integrity": "sha256-Iu1sv7WjlREuCQp3mgDxFCRf0byn5beC8JmHjWodb/M=", "output": "install", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/install", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/install" + "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": "cosmos-install" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4698,8 +4915,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4707,18 +4924,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-KVBK8dBkDM+LijUS4hi7zNsa18hZvJqNS6uWQMvxgWs=", + "integrity": "sha256-eb7PzIfyziQZ8LeauwpuES+YKemu52jmt0KgJ3pAzks=", "output": "join", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/join", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/join" + "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": "cosmos-join" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4730,8 +4947,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4739,18 +4956,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-+4mYRIwPgtQ7BEoK7/E6vXx5iriV3vpk0eNrNI2kNh8=", + "integrity": "sha256-l4b6fMDZR4yHnP1ZpRVL2KfCOgbKDHZkUzo8wlZkMUA=", "output": "kill", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/kill", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/kill" + "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": "cosmos-kill" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4762,8 +4979,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4771,18 +4988,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-ku05PfJLk7zICV/ljbzXavHBvnMlitaLcd3uJvfZcfU=", + "integrity": "sha256-pysLPyq9zi5gTcj+UTu41PgZsRnUAdYzATIUMiMEsQw=", "output": "less", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/less", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/less" + "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": "cosmos-less" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4794,8 +5011,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4803,18 +5020,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-8XQ3CXLLxo7ykT/+jGJovYCAzSEih6H4wnQ26+Q04lM=", + "integrity": "sha256-ui3H0RF4G0JHV9kbDIy5qviR+mKEN//98jHfznq8tO4=", "output": "life", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/life", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/life" + "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": "cosmos-life" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4826,8 +5043,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4835,18 +5052,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-MRqILGFYuhtO470TDsIxfQe7NE1GrHjbWCnU2nb31QQ=", + "integrity": "sha256-HFtwRXzP/Z+pJTM/Yz7+AMXumO46HmvGGfsHE9vUox8=", "output": "link", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/link", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/link" + "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": "cosmos-link" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4858,8 +5075,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4867,18 +5084,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-Px+ZWWbcFLnnjuORljLehyqLBW3UIuGtEqQf3vnJXgo=", + "integrity": "sha256-EEOqXakHybI51BOxnBCHwLeYlwF8iSSx8p3Gxgcz0Qc=", "output": "links", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/links", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/links" + "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": "cosmos-links" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4890,8 +5107,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4899,18 +5116,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-QevM7NFKo4T79iCOOu6JjAxVuoQHAiSi3zkYf3HQoHI=", + "integrity": "sha256-FtXuVwYLaC/DT3LPF8coiSMCEOmVVorVzqBYDDRtjyg=", "output": "ln", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/ln", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/ln" + "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": "cosmos-ln" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4922,8 +5139,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4931,18 +5148,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-zsyqygY6K+gwbw9Cw7j+JEjd1W4T66xKil7PqeFtfA8=", + "integrity": "sha256-ZQUPf3kqvmik5citQP+wJiHeOJWrcX4TIDLytEuRyyo=", "output": "locate", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/locate", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/locate" + "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": "cosmos-locate" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4954,8 +5171,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4963,18 +5180,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-if+qby9Pyn2PT53NEIoPXW/xusX5N8TK6lFNhOYEk7A=", + "integrity": "sha256-IMIHQygOJnWQ2pPMqcFZwKURdNAZM5onxESxBcLM7kM=", "output": "logname", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/logname", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/logname" + "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": "cosmos-logname" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -4986,8 +5203,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -4995,18 +5212,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-09ABdeL9W/aloHvspUOTk4s1qXPKelusGWs/fI5elBY=", + "integrity": "sha256-Fno6FUKMAA/8Uk2rsAauhr/b5uqeZcs2oAy+s8uHx3w=", "output": "ls", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/ls", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/ls" + "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": "cosmos-ls" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5018,8 +5235,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5027,18 +5244,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-xuf+7nkxzN/uNIJ8j7adEqf6dvm3X+QT4LeDtRBeoBM=", + "integrity": "sha256-LRYoHAQg+M8kQKtX6gCjSvD4b9puEbTK2t4z6hyVW8I=", "output": "lua", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/lua", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/lua" + "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": "cosmos-lua" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5050,8 +5267,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5059,18 +5276,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-hS8xfK0iRyQ51wndmPpRqC2iJfJzvk4OSPtdBNoDzIg=", + "integrity": "sha256-ymvYKyvlv31C6tdLYCVFfhaqvmZ5J37RDbxeGx/6rrI=", "output": "lz4", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/lz4", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/lz4" + "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": "cosmos-lz4" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5082,8 +5299,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5091,18 +5308,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-oxtmxi2jmEKg2EX4gzBsmikSI3H56Cb4TL5JDLrHmes=", + "integrity": "sha256-98atSW2fzibEFrcpFy77A7IvnW0TtMEbeMKxicWb8FM=", "output": "make", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/make", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/make" + "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": "cosmos-make" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5114,8 +5331,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5123,18 +5340,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-V02adwdclgCCznwYMv8TzulmGsJCj0nY6BbLm9+3BmI=", + "integrity": "sha256-1lNBqdyji+ttmR+4sIS6DXcJs6d+67gF0+Q3bUqNaIs=", "output": "md5sum", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/md5sum", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/md5sum" + "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": "cosmos-md5sum" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5146,8 +5363,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5155,18 +5372,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-Qn7ki2D6CeAj35bXjjdtn8uoTIWvQzrJQgQW5YwVjNE=", + "integrity": "sha256-Z/dfvumWh0v8wr0l8ByZztaztwMkfekaOXNVnFLVxEk=", "output": "mkfifo", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/mkfifo", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/mkfifo" + "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": "cosmos-mkfifo" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5178,8 +5395,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5187,18 +5404,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-WuoCTQkW92gL+rkPEsIVekSW3T5jWpLe4d0tkEEVlto=", + "integrity": "sha256-C7rFuRsgVIA63trDx8rTpFGJztXbNAPMtNuqbzGeqdw=", "output": "mknod", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/mknod", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/mknod" + "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": "cosmos-mknod" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5210,8 +5427,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5219,18 +5436,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-e4OIGcZD2+IeoysBxEx3+PzbkFxduS3t17Xh6APVTg0=", + "integrity": "sha256-GihMOG1RDJHUqphmOZPwkfEaVC4jC/X0kCRskpH09u8=", "output": "mktemp", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/mktemp", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/mktemp" + "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": "cosmos-mktemp" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5242,8 +5459,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5251,18 +5468,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-ukMdMND+GwcBR+OdH6KDdHTYSOc1pKWAbYomyj9ZoOo=", + "integrity": "sha256-WreRwEGUss++hwxb+3Cttu72Voe4yi4E7Xyr9soCXps=", "output": "mktemper", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/mktemper", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/mktemper" + "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": "cosmos-mktemper" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5274,8 +5491,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5283,18 +5500,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-E8aX3D/XXItFzwVS7UO3tCD2I4gCx9K7oqFjkWC+hEA=", + "integrity": "sha256-trc2X1Jg1JTviP+nbelsQvtMmgrh5gtF7fEijdDvkZY=", "output": "nano", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/nano", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/nano" + "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": "cosmos-nano" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5306,8 +5523,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5315,18 +5532,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-3tEEU6VMPK8bwloRQ2CkLXD8+icXne+EBdHUtfYPsmw=", + "integrity": "sha256-JOqaQ2aNcGoiB3YdX2zLCGGD8kFr4Glv3PLPVej/nwc=", "output": "nesemu1", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/nesemu1", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/nesemu1" + "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": "cosmos-nesemu1" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5338,8 +5555,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5347,18 +5564,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-ukGk1uudFSnluQXKEtGsAIzL6JhXe4NaLC53QdcyK+E=", + "integrity": "sha256-+fHYlw1WIDX4kCzoTDYy5tqI/BdetF7WlxkJCWpJlrM=", "output": "nice", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/nice", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/nice" + "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": "cosmos-nice" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5370,8 +5587,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5379,18 +5596,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-6vNW/WRG9QrsaksgbhhdEPyb9VgzATt2AEJj6jlyfmo=", + "integrity": "sha256-MdTFCVaBaiknlbcAXEshhc6P+QDEmNLH6NOt1bGbbu4=", "output": "ninja", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/ninja", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/ninja" + "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": "cosmos-ninja" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5402,8 +5619,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5411,18 +5628,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-per3cJdCvbTUMe1rs76QJ/E9eQYfUl4VVPafj0yJFHk=", + "integrity": "sha256-y5a/fgKdjraA7e+RUKZSh6BIQPviZsxu4720/yPzGUI=", "output": "nl", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/nl", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/nl" + "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": "cosmos-nl" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5434,8 +5651,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5443,18 +5660,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-4eCoAypbSFOk/Bgq8jfyv2BPPP78iNLXb711CK8buGU=", + "integrity": "sha256-sTiFAUHIl+IF6N8wChBjYZj3NJg4vN461JPY9T1peo8=", "output": "nohup", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/nohup", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/nohup" + "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": "cosmos-nohup" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5466,8 +5683,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5475,18 +5692,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-uKzADOYvOwHwG9Wc7v0EHPJdidt7Vx1CY0ur9QL0ziM=", + "integrity": "sha256-Dydu9oowmpkajx9rq006f5I4Z0BhP6EJv+S0xEjTRcU=", "output": "nproc", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/nproc", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/nproc" + "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": "cosmos-nproc" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5498,8 +5715,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5507,18 +5724,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-CT5axyDY1ASWxzGJb+hDVTRiWqU2f8+CSzhehOdR/wY=", + "integrity": "sha256-7VTO7GYItNhcoqC7qixlY4dK7l0TgRFRBivCJjbls5Y=", "output": "numfmt", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/numfmt", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/numfmt" + "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": "cosmos-numfmt" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5530,8 +5747,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5539,18 +5756,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-Hy0uDDsgdci74s+jI+R2Bkgj4LVaW0djddoqkzTebSE=", + "integrity": "sha256-RV+nBJ885wCxqLW8+UOEm3rQopQQhQ/rHuHJYrhZiYA=", "output": "od", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/od", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/od" + "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": "cosmos-od" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5562,8 +5779,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5571,18 +5788,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-Sa5G8cxyh5Vsr6kkf/wmwnos0KYwIUHNI1/dZ16n24U=", + "integrity": "sha256-d37G1PptmT8DvFYb0A51tHRAONW3k2xq4y8pFnbR/FA=", "output": "paste", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/paste", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/paste" + "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": "cosmos-paste" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5594,8 +5811,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5603,31 +5820,31 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-ZjR+IGm8fv0b/hy4hmdi1xuxpoA5A7MR0AnGndlfTvc=", - "output": "pathchk", + "integrity": "sha256-dUVoOS8qaaVAsTlHp5DnupNPB02ZBfVBYUNoFEQVfY4=", + "output": "patch", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/pathchk", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/pathchk" + "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": "cosmos-pathchk" + "name": "cosmos-patch" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-pathchk//:pathchk", - "name": "pathchk" + "binary": "@cosmos-patch//:patch", + "name": "patch" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5635,31 +5852,31 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-KReMrcHfifpjgxeb/k4WNl6ZtgJwfDIf9mTbcEldR0w=", - "output": "pigz", + "integrity": "sha256-qjcLXvmgW3bbARJqpE5PF1LdaVrvnQZVsmBFgTM5/JY=", + "output": "pathchk", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/pigz", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/pigz" + "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": "cosmos-pigz" + "name": "cosmos-pathchk" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-pigz//:pigz", - "name": "pigz" + "binary": "@cosmos-pathchk//:pathchk", + "name": "pathchk" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5667,18 +5884,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-ObmAOis790fvuP+YpdxP9cyR5ISU6BB4G/8un3xR4ns=", + "integrity": "sha256-cCtYw56s7y1pYOCm/PNgp1Y+pgf8K0UjVVsikUIoJQE=", "output": "pinky", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/pinky", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/pinky" + "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": "cosmos-pinky" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5690,8 +5907,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5699,18 +5916,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-rcK6umgSKLv06PIV+glVDhKgPr79vfIodUEsZ7WyGaM=", + "integrity": "sha256-eaFRVXB2hGp2o9lYNSP+bb+sxOQ04bqCU2mDEmSIRN0=", "output": "pledge", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/pledge", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/pledge" + "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": "cosmos-pledge" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5722,8 +5939,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5731,18 +5948,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-FVC8+/eRiBZ2MHpZNZRHrRMoDFLi4S9NRMVPQSWimOo=", + "integrity": "sha256-Cd292alJ/36s1BOyfPj+SDDCuMGsgduzsjHspANOguU=", "output": "pr", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/pr", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/pr" + "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": "cosmos-pr" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5754,8 +5971,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5763,18 +5980,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-zoWUC3FJVC6a8iM2vmiEVNa4mjhmLo76aPkh2TXB+bc=", + "integrity": "sha256-sCxezf/rJ5S2Yw9ELAh8TD0MCUKhTjdwvLfHBVHUiyc=", "output": "printenv", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/printenv", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/printenv" + "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": "cosmos-printenv" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5786,8 +6003,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5795,18 +6012,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-myO0x/BQSNFuWWwDop0ph/WmO8tBsnxuTIoIzC6Xsaw=", + "integrity": "sha256-Q6HlaWrVneltekJ6JEceoU+yFzN9o9xpkI4UVwSXFrE=", "output": "printimage", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/printimage", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/printimage" + "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": "cosmos-printimage" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5818,8 +6035,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5827,18 +6044,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-x6abLQHeAmLQN213aU0nx+4xfZSfWqlYWP7Fe+wueEs=", + "integrity": "sha256-Hv3T2mhutoeK16lpWmZ9f1pbKnJfu1GGc4nCiwBwJ4Q=", "output": "ptx", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/ptx", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/ptx" + "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": "cosmos-ptx" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5850,8 +6067,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5859,18 +6076,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-RdIwQz9MZ5PaDIT9y0AY3YZHKYA/tUm8ylYf5RD0S8U=", + "integrity": "sha256-beUdC7B+HkPJsGjf/isqDL3QQ1gwypLBf32EC2tKa5g=", "output": "pwd", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/pwd", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/pwd" + "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": "cosmos-pwd" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5882,8 +6099,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5891,18 +6108,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-mb3fmOwEqmunaoKZahHdRh2K8OuOSHFQQIc8Yddppic=", + "integrity": "sha256-492wiVHg7chVDxUrir3pOrY1OZ/2h8uKBwfD4gtLJuM=", "output": "pypack1", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/pypack1", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/pypack1" + "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": "cosmos-pypack1" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5914,8 +6131,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5923,18 +6140,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-RvuLtLNsExsN10Mipa/ewh1Qr95a0dpOOJ+j3BBht2g=", + "integrity": "sha256-CuebA8IWxuoYr9HjVgyMLqf0kx23/OGIcS/tAsvPm98=", "output": "python", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/python", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/python" + "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": "cosmos-python" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5946,8 +6163,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5955,18 +6172,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-RmszlYwDkeSbX3xZ/0m/yQCgfbJNCflaQ0KHuz1lo/w=", + "integrity": "sha256-dgblh0J7T6VumjgCrL0PPJAUIzrqGFw9oqoYSO+g39o=", "output": "qjs", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/qjs", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/qjs" + "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": "cosmos-qjs" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -5978,8 +6195,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -5987,18 +6204,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-3/0q9jntaXuBK5+3+FFiUHfnZhVsJILGRyw9C9jsDrM=", + "integrity": "sha256-n/FcF1jTFHmxvvh0UZeUbJOzse0mCIYEi7nFM0Wb2mg=", "output": "readlink", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/readlink", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/readlink" + "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": "cosmos-readlink" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -6010,8 +6227,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -6019,18 +6236,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-+Wo9k1u/CGPqtTKgHDjdu6z7UraE444Ez82h69SIKm0=", + "integrity": "sha256-0SUHEaSMliLf0BRdXaEAUGbwAAKXEV8M7f/xnBmqPPE=", "output": "realpath", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/realpath", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/realpath" + "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": "cosmos-realpath" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -6042,8 +6259,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -6051,18 +6268,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-+zB9iVZklOfgaynLhwQG1qTP+/xUZE2A2UyTTIz9iCk=", + "integrity": "sha256-b6+KyGmVKmo6iiSUuhRrkIMQ9Mnr8ZqZR64rxtg4BBE=", "output": "redbean", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/redbean", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/redbean" + "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": "cosmos-redbean" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -6074,8 +6291,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -6083,18 +6300,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-olbEjveooS5XCXiLtsvXacsfR1l7AFndDB7XRLr3HwU=", + "integrity": "sha256-4yRCV2b4p4im2dCQka0gp7qbdbG0d5OmILbAErTEsF0=", "output": "rmdir", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/rmdir", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/rmdir" + "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": "cosmos-rmdir" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -6106,8 +6323,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -6115,18 +6332,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-bAJZ6fMDcOpiZ9eNiC/KySEoanb8ZnXL+LBgpOuc8s4=", + "integrity": "sha256-IpC+6WKlj7EqkYxNXXDdO7IaF1/jTItBvlSKr0MdNIk=", "output": "rsync", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/rsync", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/rsync" + "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": "cosmos-rsync" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -6138,8 +6355,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -6147,18 +6364,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-m+7V7IWXjMBts1GcBvTn9yLZrekeJ2PnTIZPDPqbHyg=", + "integrity": "sha256-y4OAxP6BQPy2+Rk4qFtStsBtiwOlZLlr30Un6Tt8B1k=", "output": "runcon", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/runcon", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/runcon" + "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": "cosmos-runcon" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -6170,8 +6387,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -6179,18 +6396,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-gF6Ux0AVHv3VK3ynVCDfwWSzCzcM6tbYUtAEYkE/Lto=", + "integrity": "sha256-He3EhRTNYIFHfDShoR69EPZW7USl/7gSM1ZB0uk+ie4=", "output": "script", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/script", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/script" + "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": "cosmos-script" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -6202,8 +6419,40 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "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": "cosmos-sdiff" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-sdiff//:sdiff", + "name": "sdiff" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -6211,18 +6460,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-mLD3mRX7R9we3IQpAZKC7c4mF2Nz7sG8s63Is0TkYcM=", + "integrity": "sha256-7z5mtxxjLL9ebC4V1cOpPjzArSxs1cIEsKizH4WPt3E=", "output": "sed", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/sed", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/sed" + "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": "cosmos-sed" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -6234,8 +6483,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -6243,18 +6492,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-AkvogLBC9nwhq2rpaA1kL0Q4beb00QMrptcxpzXKjE0=", + "integrity": "sha256-OVOPZyBJJ9rcf1fnIU7ZvJuVTXN89cfXMGYGU1Es5Lo=", "output": "seq", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/seq", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/seq" + "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": "cosmos-seq" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -6266,8 +6515,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -6275,18 +6524,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-wDWmXDgJmeEuJUd5ER9ed1rGZRxJMwEe1uR7Jrm4r2o=", + "integrity": "sha256-2cL2GKl26qqr+FB3mKjhFPaIzPXCzxBiMfPOBYulFp0=", "output": "sha1sum", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/sha1sum", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/sha1sum" + "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": "cosmos-sha1sum" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -6298,8 +6547,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -6307,18 +6556,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-DPOKHJa+e04UNJm0ptGNf79Qpvdf3OCbAlHKLPFq3oM=", + "integrity": "sha256-Dk9BKP17F/la+gPizCvGjtTqa6/tZT0gTrp1vrKInbo=", "output": "sha224sum", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/sha224sum", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/sha224sum" + "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": "cosmos-sha224sum" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -6330,8 +6579,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -6339,18 +6588,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-BpxhJqv/rboyFhYy31eq5Ym3eriHcGRqOGDdmbWwAuw=", + "integrity": "sha256-WIplUCNmB7rMDb3/LvrqwoIHaNFw29Etvu6ivX2kCgE=", "output": "sha256sum", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/sha256sum", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/sha256sum" + "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": "cosmos-sha256sum" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -6362,8 +6611,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -6371,18 +6620,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-Ak4+xM3+eGqXyWVghrgtAo80Fgeo6iXd10+K7tOd5HE=", + "integrity": "sha256-nLx1jTqjwSnhWO6eK+heIWHuterKu3B04nYkrp9Shrk=", "output": "sha384sum", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/sha384sum", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/sha384sum" + "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": "cosmos-sha384sum" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -6394,8 +6643,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -6403,18 +6652,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-qq4HW+6hZ26U/TiN50QPdd710RpiPDjhrG/XfILWxE0=", + "integrity": "sha256-y8UewGoBGDMfq2wKHFijVN+NtWKLWZDPOAVQBIA7mSA=", "output": "sha512sum", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/sha512sum", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/sha512sum" + "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": "cosmos-sha512sum" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -6426,8 +6675,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -6435,18 +6684,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-7/edcRznrBT9DOKb05J39nRsjJ30LkH9Pz/5QUlsDH4=", + "integrity": "sha256-i8AEctRrGsvRs8Ly7XmK+XpgiZeQVVjIhQ7ie/Yy8yw=", "output": "shred", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/shred", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/shred" + "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": "cosmos-shred" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -6458,8 +6707,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -6467,18 +6716,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-X1v5hF6yG2zM78Qg85wcENzihXXmMZnBTZNleRCscL4=", + "integrity": "sha256-WIdP7u66G/XFPDgyCpBihZBgijdeinfBDjARp1K8QXk=", "output": "shuf", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/shuf", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/shuf" + "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": "cosmos-shuf" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -6490,8 +6739,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -6499,18 +6748,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-esGxinA9WyISgkcQ7sPIuC7B1SwQHMXmGTYHOhZvAx0=", + "integrity": "sha256-gtC/7PR5VvzgxL4FwBJ6VO6b0DN7uBYUc8oQcMeKHWY=", "output": "sleep", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/sleep", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/sleep" + "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": "cosmos-sleep" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -6522,8 +6771,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -6531,18 +6780,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-Ar+SpUClNPT5OItQMiiYH7CBHnSoKHa1jjN32BjqMF4=", + "integrity": "sha256-nz0/ivLwTYtnvl4Xpl456rDfRickgpukdzdPFQy7Bu8=", "output": "sort", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/sort", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/sort" + "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": "cosmos-sort" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -6554,8 +6803,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -6563,18 +6812,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-A5nEGoaZdJ5p1j3s54rgp8/BEoBVakaRE4YAqAMMZbQ=", + "integrity": "sha256-LKP1sD1cxx+lTlkcxXX2Ew1w3ywOeIoUgnLbZ8ase88=", "output": "split", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/split", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/split" + "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": "cosmos-split" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -6586,8 +6835,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -6595,18 +6844,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-IICFVnTkqMZ/c5PPtIStX89WtBnsmIg3z1qfFJEOXlE=", + "integrity": "sha256-MMV+VsI6iwk1U5gATzJEfKqFTRLcNjE6r0TSAmT/3O8=", "output": "sqlite3", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/sqlite3", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/sqlite3" + "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": "cosmos-sqlite3" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -6618,8 +6867,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -6627,18 +6876,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-KO2xc+Vf2HdfUZPh2ItTxfun5CwFNsPQArjJ22fw/a8=", + "integrity": "sha256-VX1GgQICdH2+F5mmYc4WI7G4OT5FFI+Zy3fRw45aypU=", "output": "stat", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/stat", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/stat" + "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": "cosmos-stat" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -6650,8 +6899,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -6659,18 +6908,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-S2BXpqZxSI493gq3piyCqH3dwE+yxvvAL1WWxRVd844=", + "integrity": "sha256-pBDYJV6K2WuiZTqTkHusvezMBwuf9WeBKOYA/CVyuUI=", "output": "stty", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/stty", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/stty" + "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": "cosmos-stty" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -6682,8 +6931,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -6691,18 +6940,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-Uoro6aH+YK1IIBditsXeyXhwAlR9vqLnLOQ9K8PRSuM=", + "integrity": "sha256-V4E8YCCny/DfQ6vaSupDsQpEF8eF265jIVKiffjExD8=", "output": "sum", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/sum", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/sum" + "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": "cosmos-sum" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -6714,8 +6963,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -6723,18 +6972,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-1iFwSaaAXI3pdNdfrMI9PychzSGJhy0UpDCDTwCn8/U=", + "integrity": "sha256-92eEiTPpnGEmb1ECuvSXMrAjY+mv/DPP7SMEokOIWNs=", "output": "sync", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/sync", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/sync" + "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": "cosmos-sync" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -6746,8 +6995,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -6755,18 +7004,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-RG/VXzGH2MSwHLSQIG61wDmoNR5xYch3+xNbtDUROB4=", + "integrity": "sha256-wCJO+G4bdaTYMzOhZK0CqJbb1fEOmUTAgUrs/yKUi1c=", "output": "tac", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/tac", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/tac" + "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": "cosmos-tac" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -6778,8 +7027,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -6787,18 +7036,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-hdbjryLVn6c7MR/XX/UhaOS7+QKLYhrJUo+DsE3Xz/E=", + "integrity": "sha256-25wCKN+CWbZI7/zvmviGlkz4MN6R+mhScVo+BonuDy0=", "output": "tail", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/tail", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/tail" + "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": "cosmos-tail" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -6810,8 +7059,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -6819,18 +7068,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-bK1q+UwoTLgbDi6UeY20FCH3MtJaoRpWV3DHd2U7Mbw=", + "integrity": "sha256-veeG74pMzsCwry2oKhbXtrODNLikp7S0Wv98vaAgTlE=", "output": "tar", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/tar", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/tar" + "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": "cosmos-tar" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -6842,8 +7091,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -6851,18 +7100,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-TJTxJe2mWPIizG4s3vwgg3wrKjew5E+1wGKRrtx+el4=", + "integrity": "sha256-9nv7tmm8AZfZEIflRNwZz01qDR32aMkbAfhBQTxSgZs=", "output": "tee", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/tee", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/tee" + "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": "cosmos-tee" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -6874,8 +7123,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -6883,18 +7132,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-djzefI/wv2XCnNfvFpjfTIJVly06qkSAsV4BoV0gUEo=", + "integrity": "sha256-njjQ967LtdtyVIr2LHLwNZcDjCh1ehqjf4vd4qs1xOY=", "output": "test", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/test", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/test" + "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": "cosmos-test" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -6906,8 +7155,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -6915,18 +7164,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-20zyJkRs1n5tzbPTbXPfAt9CaVDsbpGZws8bddOY16E=", + "integrity": "sha256-lDaweZcW7rqo3azvmyGRNoIFwH6QfBX9hTtV5XgZMkc=", "output": "tidy", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/tidy", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/tidy" + "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": "cosmos-tidy" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -6938,8 +7187,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -6947,18 +7196,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-aasJBcTgrDU0Xs4V4UkUW8Wsle1EdXnPdf0Fymw0Fpc=", + "integrity": "sha256-/05So3XYe6Q1ZaLlg3CkexkMWeePhlCnfiN3FWj40q8=", "output": "timeout", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/timeout", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/timeout" + "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": "cosmos-timeout" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -6970,8 +7219,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -6979,18 +7228,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-ZbW548NXsKv7puCJc+hHvF2hpYI7MQvZc//FAH7oTUI=", + "integrity": "sha256-8bdRHrTHAxbBe3jxvDWasMBTt9B/z/I25PZ/7BX8GlI=", "output": "tmux", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/tmux", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/tmux" + "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": "cosmos-tmux" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -7002,8 +7251,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -7011,18 +7260,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-Qtxc3zlOZg2B3dXeUABQUcyFdjFCV6WPVQUr8DQP1qk=", + "integrity": "sha256-zhFuIvzfkzMi3FTIOumqd4GtGEVJpP/wBeU7/homOPI=", "output": "touch", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/touch", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/touch" + "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": "cosmos-touch" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -7034,8 +7283,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -7043,18 +7292,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-1l1OkCTePV8SDxVQyoTtvK0fHCR9Hf+ebHGh5gEriyY=", + "integrity": "sha256-IiVcClTzSTp1JmNOHSlcIayZvNHbVY42DnAE8/0Qesc=", "output": "tr", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/tr", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/tr" + "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": "cosmos-tr" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -7066,8 +7315,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -7075,18 +7324,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-B0m9Z2PoklikdfkbU1QyFsjlFkVzUemLSGmQTC/OL5I=", + "integrity": "sha256-cQ8mhq2xdF49vJUc7FloZUswVn72LJDTgxqtRoKCsiw=", "output": "tree", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/tree", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/tree" + "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": "cosmos-tree" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -7098,8 +7347,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -7107,18 +7356,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-Cp9RvWCvc8NmfZbMhdDz38cA8YJDVRswENEggHgEoVY=", + "integrity": "sha256-hYaiwy4ndHtQVXkue5IZqX6eGTEIG5hF9dFiJNwy0hE=", "output": "true", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/true", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/true" + "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": "cosmos-true" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -7130,8 +7379,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -7139,18 +7388,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-/u7bZBCAYeEeEeST5/9z3pmy6bgP0FAGUaUOED/Rppo=", + "integrity": "sha256-WBM53lBcudr5o7aZXSFtGMAtTDOiTO5mzJXu93LKD30=", "output": "truncate", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/truncate", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/truncate" + "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": "cosmos-truncate" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -7162,8 +7411,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -7171,18 +7420,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-uTgUXY/AU+WyqjwbCR5AS8O7wzN5pROWV1Jp0hmpykc=", + "integrity": "sha256-UpSUFlDED5YslxGn5tffiVOo+wXCkrHIcxn01I4h15s=", "output": "tsort", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/tsort", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/tsort" + "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": "cosmos-tsort" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -7194,8 +7443,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -7203,18 +7452,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-q7ACSLuBRoj8S/6SACtld7x6LC/HbxTjGeY7vu/8ENg=", + "integrity": "sha256-yzZVpirempT1e3VfLqW/wh73Wg/MO9liJDJLRFqzOmE=", "output": "tty", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/tty", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/tty" + "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": "cosmos-tty" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -7226,8 +7475,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -7235,18 +7484,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-30KPzAvNZ0hGPsi+hFXWgEQhItcB1bvRNJY+cokdcTo=", + "integrity": "sha256-80TSpREUXO5RJzkGhTYbDL1r31/JdiQ/9bojc0SJL5w=", "output": "ttyinfo", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/ttyinfo", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/ttyinfo" + "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": "cosmos-ttyinfo" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -7258,8 +7507,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -7267,18 +7516,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-Q7/iZUHTlmCUQN6rw8cg7V+tb2A8RCDOnRfR9TZoMq4=", + "integrity": "sha256-nXUhnAnJZE2ibUTpzuPRuo3ZStSR5YsizSyzPvleEEg=", "output": "unbourne", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/unbourne", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/unbourne" + "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": "cosmos-unbourne" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -7290,8 +7539,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -7299,18 +7548,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-1aCgwxoQk7SzJXBlADz3cf/V2vMMcys0MQ3fwaICx2U=", + "integrity": "sha256-SyirSgmXz8cG1TAs5tZHbTIUEup4TobeFXKHUn8g1d0=", "output": "unexpand", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/unexpand", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/unexpand" + "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": "cosmos-unexpand" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -7322,8 +7571,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -7331,18 +7580,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-A6UVJI2TAChs4PaCnCbjOYK74QvhoPef+7iVhgV4urA=", + "integrity": "sha256-bRyARZw39jAZXgyGVm63r2V7r+xT3L4d90kAYVlDAZY=", "output": "uniq", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/uniq", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/uniq" + "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": "cosmos-uniq" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -7354,8 +7603,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -7363,18 +7612,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-utJGVV1+wC3tQEdJ9kvr1c17Co2ljegM/+0ASl1WlUQ=", + "integrity": "sha256-W4J4XLYs4yyT+7872Fv8RbOYtAlN62r4fXU83EXYZE0=", "output": "unlink", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/unlink", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/unlink" + "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": "cosmos-unlink" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -7386,8 +7635,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -7395,18 +7644,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-CuORPmGI+lGcTM34owoLe6NA5O3sO2z6s/u32+52Ay8=", + "integrity": "sha256-QDT5UL43QhBK1pdJvCJdpyTMkxWQPD57wAkCziGcYP4=", "output": "unzip", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/unzip", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/unzip" + "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": "cosmos-unzip" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -7418,8 +7667,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -7427,18 +7676,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-m/S29ntFqzWNnInIxt6M+G0bXQVRRJullJ6+Cn0t5FM=", + "integrity": "sha256-faDcCqiIAUWbsKqZdtVDIRgvV5NCmEGT8qxMzR6lGOg=", "output": "uptime", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/uptime", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/uptime" + "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": "cosmos-uptime" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -7450,8 +7699,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -7459,18 +7708,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-i5UF16OR/uwcu/Zawzk0Qnj8ng5gKbwWcJQ075HRT/Y=", + "integrity": "sha256-isx4kM5na0c1MAcDdCcTnEIVB1HBCFKy757f47UD4tA=", "output": "users", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/users", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/users" + "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": "cosmos-users" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -7482,8 +7731,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -7491,18 +7740,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-iXYsmmp973x1uSnX+4na5G8sHJ5K4Y9en1GX1h8w/Xc=", + "integrity": "sha256-fQcjUl1QVmkQ4oyDkiKx/y2V+r5BDMU1oFf3w/l+tmc=", "output": "vdir", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/vdir", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/vdir" + "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": "cosmos-vdir" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -7514,8 +7763,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -7523,18 +7772,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-49xc858RJTKnORI8VR/qm+rWmw8685O40dyO3xA9MX4=", + "integrity": "sha256-S5D4PmAPPZ1WmQZmCAWFuIt3XdUHQoL9++LV7VTYtvI=", "output": "verynice", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/verynice", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/verynice" + "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": "cosmos-verynice" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -7546,8 +7795,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -7555,18 +7804,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-wf8JV2UJG15mrkruoVW5mCYRziO5+mYtoinHR/MH88o=", + "integrity": "sha256-onKJ/dqER14qtN3DMg7U0kU9EE1qvy+d4NyDl27tdUY=", "output": "vim", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/vim", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/vim" + "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": "cosmos-vim" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -7578,8 +7827,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -7587,18 +7836,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-yPDUoIdP/jcggElRwyiHqkS89gnVDzBzkCNwJfe8E9U=", + "integrity": "sha256-Fx/k6dM6iCdaKuC56Q2QoxhMcC0LaHacZRfT+EWTHHA=", "output": "wall", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/wall", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/wall" + "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": "cosmos-wall" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -7610,8 +7859,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -7619,18 +7868,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-0QcoEnBZYML3zxx+8F5OywXn5KlJ2put3tVTtenRivU=", + "integrity": "sha256-XRpXEGIZ/9Ow5IrHP+dbo5dc1hHqKZ1ewqJLM1CX9bg=", "output": "wc", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/wc", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/wc" + "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": "cosmos-wc" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -7642,8 +7891,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -7651,18 +7900,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-Cc6S4q1wHliGSWDZl2WVxDz+9YEdum6tFA7PLvw/UII=", + "integrity": "sha256-CHZFKvpbmc5AmpkazKk0H0MeYE8wTl7aANjbU9NKDb0=", "output": "wget", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/wget", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/wget" + "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": "cosmos-wget" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -7674,8 +7923,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -7683,18 +7932,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-f/7aVNcB5lYIhOpfxiqch8S22b+nI25TrI2C2bSKXI8=", + "integrity": "sha256-W+CBIPsR2NBc6xXbom6zyzNCvHKmE+py/iGlX5ewNok=", "output": "who", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/who", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/who" + "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": "cosmos-who" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -7706,8 +7955,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -7715,18 +7964,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-71b9T2z17+0j8711Eyw1rWrrTBv39cIgqEk85KlWSXw=", + "integrity": "sha256-yjAXVvBgVSkLRpNve2AC9srTCSdieNLjh63wFpgxM88=", "output": "whoami", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/whoami", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/whoami" + "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": "cosmos-whoami" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -7738,8 +7987,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -7747,18 +7996,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-bP3uyxPEzbL5QeMJCTtvQPrhpiXut+iHTTeGuOCpNJg=", + "integrity": "sha256-A34zn2hiDh2xMdPY82s1ghm/xzDUEXqxy6IVqOJv9vY=", "output": "xargs", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/xargs", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/xargs" + "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": "cosmos-xargs" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -7770,8 +8019,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -7779,18 +8028,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-gTBKAnJyqP88kGYtlkZcdldoFU2J6VtcQCtfXfhrJDE=", + "integrity": "sha256-84VVLEvkMFVKsNTKX8IZ90XAqebHofJ4bsy3J3f+Xe0=", "output": "xz", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/xz", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/xz" + "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": "cosmos-xz" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -7802,8 +8051,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -7811,18 +8060,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-ZGiA91He1rL0kZKHXUUH8qWmaLly/3QxtKO0R8avkbA=", + "integrity": "sha256-J+N2zXEIyM9SF5Xqmpye6hISJi40Xj8343AQUL9jOiI=", "output": "yes", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/yes", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/yes" + "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": "cosmos-yes" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -7834,8 +8083,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -7843,18 +8092,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-Pba62aWW0gpT1wJK8Aa7HWwf3foaXnEUMxkfN8pZ01E=", + "integrity": "sha256-hxobwz7sl7w+NmS45mBoFd0sVSQ3haPeoPW5S7WBUN8=", "output": "zip", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/zip", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/zip" + "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": "cosmos-zip" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -7866,8 +8115,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -7875,18 +8124,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-JKePwqxk9+6vQbRdaGA/nZg0hNBn40mE3sKY1ftzxtQ=", + "integrity": "sha256-zYH33XZzUvk6v5DiLKe5lKTKx0IsRW7zJWIeQmhM0f4=", "output": "zsh", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/zsh", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/zsh" + "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": "cosmos-zsh" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -7898,8 +8147,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, @@ -7907,18 +8156,18 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-NBtbg/4vD4sgHfqxK9DiUzdtJgu3+lER8GYZ8irR40E=", + "integrity": "sha256-UQRCbSiHGWmBr2qsbnsCGQjIyhZG2ilfx9Iyxv6KbzQ=", "output": "zstd", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/zstd", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/zstd" + "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": "cosmos-zstd" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 59, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 113, "column": 22 } }, @@ -7930,131 +8179,379 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 69, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 123, "column": 23 } }, { "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { - "executable": false, - "integrity": "sha256-ky+wwBWUS38eUFu5O3q/w7S2l7UGSJEDZAuYLmKGjc8=", - "output": "cli.zip", + "executable": true, + "integrity": "sha256-wr8yeoXHPf1zaytyG67uZFGXXr2P/EQfBDX2BXSEzg8=", + "output": "chmod", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/superconfigure/0.0.33/cli.zip", - "https://github.com/ahgamut/superconfigure/releases/download/z0.0.33/cli.zip" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/chmod", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/chmod.ape" ], - "name": "cli.zip" + "name": "cosmos-chmod" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 232, - "column": 14 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 293, + "column": 22 } }, { - "tagName": "@download_utils//download/archive:defs.bzl%download_archive", + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "srcs": [ - "bin/*" - ], - "integrity": "sha256-ky+wwBWUS38eUFu5O3q/w7S2l7UGSJEDZAuYLmKGjc8=", + "binary": "@cosmos-chmod//:chmod", + "name": "chmod" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 303, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "executable": true, + "integrity": "sha256-uGcAdLFNsJ2iRWGfWkNvDDy8tq8ZuILOxPSsYAbRRWQ=", + "output": "cp", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/superconfigure/0.0.33/cli.zip", - "https://github.com/ahgamut/superconfigure/releases/download/z0.0.33/cli.zip" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/cp", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/cp.ape" ], - "name": "cli" + "name": "cosmos-cp" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 243, - "column": 17 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 293, + "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cli//:bin/diff", - "name": "diff" + "binary": "@cosmos-cp//:cp", + "name": "cp" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 255, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 303, "column": 23 } }, { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { - "binary": "@cli//:bin/diff3", - "name": "diff3" + "executable": true, + "integrity": "sha256-YcnILuHRDjt0KO1eK92RWERJ/kINYz984lmfSZxubFU=", + "output": "dd", + "urls": [ + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/dd", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/dd.ape" + ], + "name": "cosmos-dd" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 255, - "column": 23 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 293, + "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cli//:bin/sdiff", - "name": "sdiff" + "binary": "@cosmos-dd//:dd", + "name": "dd" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 255, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 303, "column": 23 } }, { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { - "binary": "@cli//:bin/cmp", - "name": "cmp" + "executable": true, + "integrity": "sha256-Fq/mSx5iToZAUnUol34WY2hpxCJQniM6ZiKtxAzfAMM=", + "output": "echo", + "urls": [ + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/echo", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/echo.ape" + ], + "name": "cosmos-echo" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 255, - "column": 23 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 293, + "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cli//:bin/patch", - "name": "patch" + "binary": "@cosmos-echo//:echo", + "name": "echo" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 255, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 303, "column": 23 } - } - ], - "hasDevUseExtension": false, - "hasNonDevUseExtension": true - }, - { - "extensionBzlFile": "@toolchain_utils//toolchain/export:defs.bzl", - "extensionName": "toolchain_export", - "usingModule": "ape@1.0.0-alpha.5", - "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 55, - "column": 23 - }, - "imports": {}, - "devImports": [], - "tags": [ + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "executable": true, + "integrity": "sha256-fLhh2zULCabpmmthArIDpQvaYKc3LPPSCct4+/6wBSw=", + "output": "gzip", + "urls": [ + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/gzip", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/gzip.ape" + ], + "name": "cosmos-gzip" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 293, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-gzip//:gzip", + "name": "gzip" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 303, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "executable": true, + "integrity": "sha256-mt2EcyVG4+Pg7C0HXbGd5IIRtoZ+LEqX9c/kq8DcsQw=", + "output": "mkdir", + "urls": [ + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/mkdir", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/mkdir.ape" + ], + "name": "cosmos-mkdir" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 293, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-mkdir//:mkdir", + "name": "mkdir" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 303, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "executable": true, + "integrity": "sha256-jB7HYOKnprY6cyRiHpToKrGKW4cPID7gVUXWYi1tmlM=", + "output": "mv", + "urls": [ + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/mv", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/mv.ape" + ], + "name": "cosmos-mv" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 293, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-mv//:mv", + "name": "mv" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 303, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "executable": true, + "integrity": "sha256-lES1AJ1YXEsQN8At0yZvM5w0JGsJbfN8jGeb+n3i688=", + "output": "printf", + "urls": [ + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/printf", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/printf.ape" + ], + "name": "cosmos-printf" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 293, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-printf//:printf", + "name": "printf" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 303, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "executable": true, + "integrity": "sha256-pqJTHikQR3b1pSwEcvMaS4SVmHqqUP2k6jCeKSUtDI8=", + "output": "rm", + "urls": [ + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/rm", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/rm.ape" + ], + "name": "cosmos-rm" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 293, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-rm//:rm", + "name": "rm" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 303, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "executable": true, + "integrity": "sha256-C3SggIVtotuyaYo/xQchyv0p8cQnXlyRyVAfnnDA+QU=", + "output": "uname", + "urls": [ + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/uname", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/uname.ape" + ], + "name": "cosmos-uname" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 293, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-uname//:uname", + "name": "uname" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 303, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "executable": true, + "integrity": "sha256-KReMrcHfifpjgxeb/k4WNl6ZtgJwfDIf9mTbcEldR0w=", + "output": "pigz", + "urls": [ + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/pigz", + "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/pigz" + ], + "name": "cosmos-pigz" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 330, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-pigz//:pigz", + "name": "pigz" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 340, + "column": 23 + } + } + ], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + }, + { + "extensionBzlFile": "@toolchain_utils//toolchain/export:defs.bzl", + "extensionName": "toolchain_export", + "usingModule": "ape@1.0.0-beta.7", + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 109, + "column": 23 + }, + "imports": {}, + "devImports": [], + "tags": [ { "tagName": "symlink", "attributeValues": { @@ -8063,8 +8560,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8076,8 +8573,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8089,8 +8586,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8102,8 +8599,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8115,8 +8612,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8128,8 +8625,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8141,8 +8638,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8154,8 +8651,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8167,8 +8664,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8180,8 +8677,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8193,8 +8690,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8206,8 +8703,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8219,8 +8716,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8232,8 +8729,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8245,8 +8742,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8258,8 +8755,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8271,8 +8768,21 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-cmp", + "target": "@cmp" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8284,8 +8794,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8297,8 +8807,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8310,8 +8820,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8323,8 +8833,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8336,8 +8846,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8349,8 +8859,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8362,8 +8872,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8375,8 +8885,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8388,8 +8898,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8401,8 +8911,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8414,8 +8924,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8427,8 +8937,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8440,8 +8950,34 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-diff", + "target": "@diff" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-diff3", + "target": "@diff3" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8453,8 +8989,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8466,8 +9002,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8479,8 +9015,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8492,8 +9028,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8505,8 +9041,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8518,8 +9054,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8531,8 +9067,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8544,8 +9080,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8557,8 +9093,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8570,8 +9106,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8583,8 +9119,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8596,8 +9132,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8609,8 +9145,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8622,8 +9158,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8635,8 +9171,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8648,8 +9184,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8661,8 +9197,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8674,8 +9210,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8687,8 +9223,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8700,8 +9236,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8713,8 +9249,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8726,8 +9262,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8739,8 +9275,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8752,8 +9288,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8765,8 +9301,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8778,8 +9314,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8791,8 +9327,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8804,8 +9340,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8817,8 +9353,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8830,8 +9366,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8843,8 +9379,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8856,8 +9392,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8869,8 +9405,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8882,8 +9418,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8895,8 +9431,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8908,8 +9444,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8921,8 +9457,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8934,8 +9470,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8947,8 +9483,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8960,8 +9496,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8973,8 +9509,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8986,8 +9522,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -8999,8 +9535,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9012,8 +9548,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9025,8 +9561,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9038,34 +9574,34 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, { "tagName": "symlink", "attributeValues": { - "name": "ape-pathchk", - "target": "@pathchk" + "name": "ape-patch", + "target": "@patch" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, { "tagName": "symlink", "attributeValues": { - "name": "ape-pigz", - "target": "@pigz" + "name": "ape-pathchk", + "target": "@pathchk" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9077,8 +9613,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9090,8 +9626,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9103,8 +9639,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9116,8 +9652,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9129,8 +9665,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9142,8 +9678,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9155,8 +9691,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9168,8 +9704,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9181,8 +9717,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9194,8 +9730,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9207,8 +9743,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9220,8 +9756,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9233,8 +9769,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9246,8 +9782,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9259,8 +9795,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9272,8 +9808,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9285,8 +9821,21 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-sdiff", + "target": "@sdiff" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9298,8 +9847,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9311,8 +9860,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9324,8 +9873,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9337,8 +9886,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9350,8 +9899,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9363,8 +9912,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9376,8 +9925,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9389,8 +9938,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9402,8 +9951,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9415,8 +9964,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9428,8 +9977,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9441,8 +9990,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9454,8 +10003,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9467,8 +10016,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9480,8 +10029,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9493,8 +10042,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9506,8 +10055,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9519,8 +10068,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9532,8 +10081,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9545,8 +10094,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9558,8 +10107,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9571,8 +10120,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9584,8 +10133,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9597,8 +10146,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9610,8 +10159,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9623,8 +10172,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9636,8 +10185,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9649,8 +10198,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9662,8 +10211,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9675,8 +10224,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9688,8 +10237,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9701,8 +10250,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9714,8 +10263,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9727,8 +10276,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9740,8 +10289,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9753,8 +10302,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9766,8 +10315,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9779,8 +10328,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9792,8 +10341,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9805,8 +10354,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9818,8 +10367,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9831,8 +10380,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9844,8 +10393,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9857,8 +10406,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9870,8 +10419,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9883,8 +10432,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9896,8 +10445,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9909,8 +10458,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9922,8 +10471,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9935,8 +10484,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9948,8 +10497,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9961,8 +10510,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9974,8 +10523,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, @@ -9987,109 +10536,246 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 73, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 127, "column": 23 } }, { "tagName": "symlink", "attributeValues": { - "name": "ape-diff", - "target": "@diff" + "name": "ape-chmod", + "target": "@chmod" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 259, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 307, "column": 23 } }, { "tagName": "symlink", "attributeValues": { - "name": "ape-diff3", - "target": "@diff3" + "name": "ape-cp", + "target": "@cp" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 259, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 307, "column": 23 } }, { "tagName": "symlink", "attributeValues": { - "name": "ape-sdiff", - "target": "@sdiff" + "name": "ape-dd", + "target": "@dd" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 259, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 307, "column": 23 } }, { "tagName": "symlink", "attributeValues": { - "name": "ape-cmp", - "target": "@cmp" + "name": "ape-echo", + "target": "@echo" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 259, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 307, "column": 23 } }, { "tagName": "symlink", "attributeValues": { - "name": "ape-patch", - "target": "@patch" + "name": "ape-gzip", + "target": "@gzip" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-alpha.5/MODULE.bazel", - "line": 259, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 307, "column": 23 } - } - ], - "hasDevUseExtension": false, - "hasNonDevUseExtension": true - } - ], - "deps": { - "toolchain_utils": "toolchain_utils@1.0.0-beta.3", - "download_utils": "download_utils@1.0.0-beta.1", - "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": "ape~1.0.0-alpha.5", - "urls": [ - "https://gitlab.arm.com/bazel/ape/-/releases/v1.0.0-alpha.5/downloads/src.tar.gz" - ], - "integrity": "sha512-ON9wXzk1v7hh1gUEZR4S1rNm8ryM3IUMYY8PPHQ4+KxRTKuu5YpvUh95e1QHZxWGXA3V0JqJmmsmk2HvwjJ+yA==", - "strip_prefix": "ape-v1.0.0-alpha.5", - "remote_patches": {}, - "remote_patch_strip": 0 - } - } - }, - "download_utils@1.0.0-beta.1": { - "name": "download_utils", - "version": "1.0.0-beta.1", - "key": "download_utils@1.0.0-beta.1", - "repoName": "download_utils", - "executionPlatformsToRegister": [], - "toolchainsToRegister": [], + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-mkdir", + "target": "@mkdir" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 307, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-mv", + "target": "@mv" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 307, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-printf", + "target": "@printf" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 307, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-rm", + "target": "@rm" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 307, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-uname", + "target": "@uname" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 307, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-pigz", + "target": "@pigz" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.7/MODULE.bazel", + "line": 344, + "column": 23 + } + } + ], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + } + ], + "deps": { + "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@_" + }, + "repoSpec": { + "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "ape~1.0.0-beta.7", + "urls": [ + "https://gitlab.arm.com/bazel/ape/-/releases/v1.0.0-beta.7/downloads/src.tar.gz" + ], + "integrity": "sha512-5xqM1Z2LFCw3iS7ME8nDunrkEEdITYjapBpasgIJ9+svfxcXOB6LQ/JSso0Aw6L7GFWyk4QqvYvSTb6FHz4+XA==", + "strip_prefix": "ape-v1.0.0-beta.7", + "remote_patches": {}, + "remote_patch_strip": 0 + } + } + }, + "bazel_skylib@1.4.2": { + "name": "bazel_skylib", + "version": "1.4.2", + "key": "bazel_skylib@1.4.2", + "repoName": "bazel_skylib", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [ + "//toolchains/unittest:cmd_toolchain", + "//toolchains/unittest:bash_toolchain" + ], + "extensionUsages": [], + "deps": { + "platforms": "platforms@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": "bazel_skylib~1.4.2", + "urls": [ + "https://github.com/bazelbuild/bazel-skylib/releases/download/1.4.2/bazel-skylib-1.4.2.tar.gz" + ], + "integrity": "sha256-Zv/ZMVZlv6r8lrUiePV8fi3Qn17eJ56m05sr5HHn46o=", + "strip_prefix": "", + "remote_patches": {}, + "remote_patch_strip": 0 + } + } + }, + "platforms@0.0.7": { + "name": "platforms", + "version": "0.0.7", + "key": "platforms@0.0.7", + "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.7/platforms-0.0.7.tar.gz" + ], + "integrity": "sha256-OlYcmee9vpFzqmU/1Xn+hJ8djWc5V4CrR3Cx84FDHVE=", + "strip_prefix": "", + "remote_patches": {}, + "remote_patch_strip": 0 + } + } + }, + "download_utils@1.0.0-beta.2": { + "name": "download_utils", + "version": "1.0.0-beta.2", + "key": "download_utils@1.0.0-beta.2", + "repoName": "download_utils", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [], "extensionUsages": [], "deps": { "bazel_tools": "bazel_tools@_", @@ -10099,12 +10785,12 @@ "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "download_utils~1.0.0-beta.1", + "name": "download_utils~1.0.0-beta.2", "urls": [ - "https://gitlab.arm.com/bazel/download_utils/-/releases/v1.0.0-beta.1/downloads/src.tar.gz" + "https://gitlab.arm.com/bazel/download_utils/-/releases/v1.0.0-beta.2/downloads/src.tar.gz" ], - "integrity": "sha512-MGz3+3iDOc8wod5Qhc1uiQTM34QS64cVlSR4RSzCFV6yCRkrWZR555IuxHzOsvpths80rYe42C2JdwmXtKSFnw==", - "strip_prefix": "download_utils-v1.0.0-beta.1", + "integrity": "sha512-n7eahkJiCgZaF5gGrgBIxUq0qBRMlnvklYOiATGU+sXGGEPDG1C8N/sjtCUHVes8x5GFy8ZLjcaJWiebFf2D6g==", + "strip_prefix": "download_utils-v1.0.0-beta.2", "remote_patches": {}, "remote_patch_strip": 0 } @@ -10374,34 +11060,6 @@ } } }, - "platforms@0.0.7": { - "name": "platforms", - "version": "0.0.7", - "key": "platforms@0.0.7", - "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.7/platforms-0.0.7.tar.gz" - ], - "integrity": "sha256-OlYcmee9vpFzqmU/1Xn+hJ8djWc5V4CrR3Cx84FDHVE=", - "strip_prefix": "", - "remote_patches": {}, - "remote_patch_strip": 0 - } - } - }, "protobuf@3.19.6": { "name": "protobuf", "version": "3.19.6", @@ -10521,3453 +11179,3748 @@ "remote_patch_strip": 0 } } - }, - "bazel_skylib@1.4.2": { - "name": "bazel_skylib", - "version": "1.4.2", - "key": "bazel_skylib@1.4.2", - "repoName": "bazel_skylib", - "executionPlatformsToRegister": [], - "toolchainsToRegister": [ - "//toolchains/unittest:cmd_toolchain", - "//toolchains/unittest:bash_toolchain" - ], - "extensionUsages": [], - "deps": { - "platforms": "platforms@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": "bazel_skylib~1.4.2", - "urls": [ - "https://github.com/bazelbuild/bazel-skylib/releases/download/1.4.2/bazel-skylib-1.4.2.tar.gz" - ], - "integrity": "sha256-Zv/ZMVZlv6r8lrUiePV8fi3Qn17eJ56m05sr5HHn46o=", - "strip_prefix": "", - "remote_patches": {}, - "remote_patch_strip": 0 - } - } } }, "moduleExtensions": { - "@@ape~1.0.0-alpha.5//:MODULE.bazel%_repo_rules": { + "@@ape~1.0.0-beta.7//:MODULE.bazel%_repo_rules": { "general": { - "bzlTransitiveDigest": "rEjsXjwdJ5htW0Z2AQPbs69xCmvYT0V2dTbImgUj3R8=", + "bzlTransitiveDigest": "7dmOqqm4azSAaOhBklUWLfQ6Db4qFiDpOgYBZF3yvig=", "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.7~_repo_rules~zig-0.11.0-arm64-darwin" + } + }, + "zig": { + "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.7~_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.1/ape/ape-m1.c" + ], + "name": "ape~1.0.0-beta.7~_repo_rules~ape-m1.c" + } + }, + "ape-arm64.macho": { + "bzlFile": "@@ape~1.0.0-beta.7//ape/compile:repository.bzl", + "ruleClassName": "compile", + "attributes": { + "srcs": [ + "@@ape~1.0.0-beta.7~_repo_rules~ape-m1.c//:ape-m1.c" + ], + "output": "ape", + "zig": "@@ape~1.0.0-beta.7~_repo_rules~zig//:entrypoint", + "name": "ape~1.0.0-beta.7~_repo_rules~ape-arm64.macho" + } + }, "ape-arm64.elf": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "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.2.4/ape-arm64.elf", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/ape-arm64.elf" + "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-alpha.5~_repo_rules~ape-arm64.elf" + "name": "ape~1.0.0-beta.7~_repo_rules~ape-arm64.elf" } }, "ape-x86_64.elf": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "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.2.4/ape-x86_64.elf", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/ape-x86_64.elf" + "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-alpha.5~_repo_rules~ape-x86_64.elf" + "name": "ape~1.0.0-beta.7~_repo_rules~ape-x86_64.elf" } }, "ape-x86_64.macho": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "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.2.4/ape-x86_64.macho", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/ape-x86_64.macho" + "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-alpha.5~_repo_rules~ape-x86_64.macho" + "name": "ape~1.0.0-beta.7~_repo_rules~ape-x86_64.macho" } }, "ape.pe": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/pe:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/pe:repository.bzl", "ruleClassName": "pe", "attributes": { - "name": "ape~1.0.0-alpha.5~_repo_rules~ape.pe" + "name": "ape~1.0.0-beta.7~_repo_rules~ape.pe" } }, "launcher": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/local/select:repository.bzl", + "bzlFile": "@@toolchain_utils~1.0.0-beta.9//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-alpha.5~_repo_rules~launcher" + "name": "ape~1.0.0-beta.7~_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.7//ape/toolchain/ape:type", + "name": "ape~1.0.0-beta.7~_repo_rules~resolved-ape" } }, "cosmos-awk": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-f+uWrpvZmKp0icmVlTusCWs4TvqR2FrmOkQ1E7JEo/Q=", + "integrity": "sha256-S8i3mKq7mEtBZzo1Uu679YqnAWzkikcVdf4VqEqI070=", "output": "awk", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/awk", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/awk" + "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-alpha.5~_repo_rules~cosmos-awk" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-awk" } }, "awk": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-awk//:awk", - "name": "ape~1.0.0-alpha.5~_repo_rules~awk" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-awk//:awk", + "name": "ape~1.0.0-beta.7~_repo_rules~awk" } }, "cosmos-b2sum": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-C0A+VvLQwqWyZ43zLhgi3tX5X8mCSGUT4kBoTsCtsOA=", + "integrity": "sha256-hybI849qLSwgx7YJkQn7jWLMnagPL2HjvrKm/piVuhs=", "output": "b2sum", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/b2sum", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/b2sum" + "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-alpha.5~_repo_rules~cosmos-b2sum" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-b2sum" } }, "b2sum": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-b2sum//:b2sum", - "name": "ape~1.0.0-alpha.5~_repo_rules~b2sum" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-b2sum//:b2sum", + "name": "ape~1.0.0-beta.7~_repo_rules~b2sum" } }, "cosmos-base32": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-UKvhDPWxj5CBiJcC8v22sLAkAMRbeyr0HgsQT3aRpJo=", + "integrity": "sha256-TZkpwZAqSQTHHcRwl88F8haL6d7vm8nzdB50IBU7Mlw=", "output": "base32", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/base32", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/base32" + "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-alpha.5~_repo_rules~cosmos-base32" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-base32" } }, "base32": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-base32//:base32", - "name": "ape~1.0.0-alpha.5~_repo_rules~base32" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-base32//:base32", + "name": "ape~1.0.0-beta.7~_repo_rules~base32" } }, "cosmos-base64": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-Ma0Uq9TjmARCgwZWzTBcuEFyIkMXUahQqms9sUQPYjE=", + "integrity": "sha256-5yuKsVWZrZm/uaI23z8UBm4KmrNy+V2iqP/yNIAfl00=", "output": "base64", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/base64", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/base64" + "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-alpha.5~_repo_rules~cosmos-base64" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-base64" } }, "base64": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-base64//:base64", - "name": "ape~1.0.0-alpha.5~_repo_rules~base64" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-base64//:base64", + "name": "ape~1.0.0-beta.7~_repo_rules~base64" } }, "cosmos-basename": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-wVt/L/UlzFofy0HnJzUxwSipYmqvpnWSYNffI6kHSOg=", + "integrity": "sha256-xKbtsOkcHIi9mW3aI1JGo9H3pqan8hBqfsPxoh3e32s=", "output": "basename", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/basename", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/basename" + "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-alpha.5~_repo_rules~cosmos-basename" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-basename" } }, "basename": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-basename//:basename", - "name": "ape~1.0.0-alpha.5~_repo_rules~basename" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-basename//:basename", + "name": "ape~1.0.0-beta.7~_repo_rules~basename" } }, "cosmos-basenc": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-ss0EQU9BQPJDOhFS2kyr39G9ql6cme2hKhJ5LXu41No=", + "integrity": "sha256-RWpNzGmO/BjqSz9l6DEdOhFX5qoo1iHDJR8sNiahPe0=", "output": "basenc", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/basenc", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/basenc" + "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-alpha.5~_repo_rules~cosmos-basenc" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-basenc" } }, "basenc": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-basenc//:basenc", - "name": "ape~1.0.0-alpha.5~_repo_rules~basenc" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-basenc//:basenc", + "name": "ape~1.0.0-beta.7~_repo_rules~basenc" } }, "cosmos-bash": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-817s6bXbU96XAE/lpw/bVjtaG/HZNkiM2orJBhKWaXY=", + "integrity": "sha256-a5aWfQrsx8zogqy1WCJ/sYEaNlxBbsY9lZVf4VMYTT0=", "output": "bash", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/bash", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/bash" + "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-alpha.5~_repo_rules~cosmos-bash" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-bash" } }, "bash": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-bash//:bash", - "name": "ape~1.0.0-alpha.5~_repo_rules~bash" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-bash//:bash", + "name": "ape~1.0.0-beta.7~_repo_rules~bash" } }, "cosmos-berry": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-iRihZOPxJy8riq00G9QqyuDphQGZW87arvQa7wu5WJ0=", + "integrity": "sha256-9ZJIEqpYwPi0OqU7N8BSAOci5yKcdv9cBnD5ZGzkj8g=", "output": "berry", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/berry", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/berry" + "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-alpha.5~_repo_rules~cosmos-berry" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-berry" } }, "berry": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-berry//:berry", - "name": "ape~1.0.0-alpha.5~_repo_rules~berry" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-berry//:berry", + "name": "ape~1.0.0-beta.7~_repo_rules~berry" } }, "cosmos-brotli": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-5dbhyGt64HdqXrSmTVdOlpyVgW3A3FTcRy9JNKlETbE=", + "integrity": "sha256-Tm3e9kratlJPUF8d/+fIGyjmeBjX7NAkYDyiL4ks2jM=", "output": "brotli", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/brotli", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/brotli" + "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-alpha.5~_repo_rules~cosmos-brotli" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-brotli" } }, "brotli": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-brotli//:brotli", - "name": "ape~1.0.0-alpha.5~_repo_rules~brotli" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-brotli//:brotli", + "name": "ape~1.0.0-beta.7~_repo_rules~brotli" } }, "cosmos-bzip2": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-i0jxsBCz1axEaa9Kd1TFPTFwAVYFhbR6dGqUl/OfwYQ=", + "integrity": "sha256-lqfcO/t/s5f19EUnnV/oijc+iBnvmyblMAEM7FrcRZU=", "output": "bzip2", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/bzip2", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/bzip2" + "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-alpha.5~_repo_rules~cosmos-bzip2" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-bzip2" } }, "bzip2": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-bzip2//:bzip2", - "name": "ape~1.0.0-alpha.5~_repo_rules~bzip2" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-bzip2//:bzip2", + "name": "ape~1.0.0-beta.7~_repo_rules~bzip2" } }, "cosmos-cat": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-hxd0pfBMmXT44ii103FiMUI3pQYHj7UmNW4pqnw12HY=", + "integrity": "sha256-zn8YVGvKwuQoDg9YXAE+9nxYM4E8t004mwIyNrqVpbw=", "output": "cat", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/cat", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/cat" + "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-alpha.5~_repo_rules~cosmos-cat" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-cat" } }, "cat": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-cat//:cat", - "name": "ape~1.0.0-alpha.5~_repo_rules~cat" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-cat//:cat", + "name": "ape~1.0.0-beta.7~_repo_rules~cat" } }, "cosmos-chcon": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-NKrTh2us8Pc67LI7udJg9JhlhobHU03laNr4U+5DhF8=", + "integrity": "sha256-qoL4zarrnBVQ+V6+xYnH4XCv856fUS/RxwQuBUGRFks=", "output": "chcon", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/chcon", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/chcon" + "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-alpha.5~_repo_rules~cosmos-chcon" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-chcon" } }, "chcon": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-chcon//:chcon", - "name": "ape~1.0.0-alpha.5~_repo_rules~chcon" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-chcon//:chcon", + "name": "ape~1.0.0-beta.7~_repo_rules~chcon" } }, "cosmos-chgrp": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-7KvHpFFsvhK981vIlGyegWuQhIzxY87lYcYfNB/qdC8=", + "integrity": "sha256-GoWZbn/c4+E+TQhqD6lIOMVWUDJnbp6Wk8SHU7zENoU=", "output": "chgrp", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/chgrp", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/chgrp" + "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-alpha.5~_repo_rules~cosmos-chgrp" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-chgrp" } }, "chgrp": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-chgrp//:chgrp", - "name": "ape~1.0.0-alpha.5~_repo_rules~chgrp" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-chgrp//:chgrp", + "name": "ape~1.0.0-beta.7~_repo_rules~chgrp" } }, "cosmos-chown": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-XlKnJcZ1t7cdBKC2twaXC8/X6p7bSpnFoIDQ0xxdrhQ=", + "integrity": "sha256-LkN2ONSleTXKvpz/dYlk4m9UJRuCztov3+DlOEodXDE=", "output": "chown", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/chown", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/chown" + "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-alpha.5~_repo_rules~cosmos-chown" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-chown" } }, "chown": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-chown//:chown", - "name": "ape~1.0.0-alpha.5~_repo_rules~chown" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-chown//:chown", + "name": "ape~1.0.0-beta.7~_repo_rules~chown" } }, "cosmos-chroot": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-lN46T08G7T85BC9L/q4k9vlLwNKWbyD0YkAclHWUGuw=", + "integrity": "sha256-jZbYqT/TwIpw6BO9FfJ3GxvklpKE0mBBXiNuGSbtsns=", "output": "chroot", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/chroot", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/chroot" + "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-alpha.5~_repo_rules~cosmos-chroot" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-chroot" } }, "chroot": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-chroot//:chroot", - "name": "ape~1.0.0-alpha.5~_repo_rules~chroot" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-chroot//:chroot", + "name": "ape~1.0.0-beta.7~_repo_rules~chroot" } }, "cosmos-cksum": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-ZN7kzOdpdzCUsa+1+2dsZ19980fhL5x7tnYdKRqW7OY=", + "integrity": "sha256-hfAnWqmktIYXHEiTaKWQL/fDXK7bnHQONkRKtaMd5J4=", "output": "cksum", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/cksum", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/cksum" + "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-alpha.5~_repo_rules~cosmos-cksum" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-cksum" } }, "cksum": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-cksum//:cksum", - "name": "ape~1.0.0-alpha.5~_repo_rules~cksum" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-cksum//:cksum", + "name": "ape~1.0.0-beta.7~_repo_rules~cksum" } }, "cosmos-clang-format": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "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.2.4/clang-format", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/clang-format" + "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-alpha.5~_repo_rules~cosmos-clang-format" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-clang-format" } }, "clang-format": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", + "ruleClassName": "entrypoint", + "attributes": { + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-clang-format//:clang-format", + "name": "ape~1.0.0-beta.7~_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.7~_repo_rules~cosmos-cmp" + } + }, + "cmp": { + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-clang-format//:clang-format", - "name": "ape~1.0.0-alpha.5~_repo_rules~clang-format" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-cmp//:cmp", + "name": "ape~1.0.0-beta.7~_repo_rules~cmp" } }, "cosmos-comm": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-Z4pMcRlfC6n9KC5Z8cSZT5NA+e/0Zl30tW4zRB+Ml7I=", + "integrity": "sha256-uh4mLvzwY0QmCT32SRL/f0ubzXfszKpvb2ZtboQrNIA=", "output": "comm", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/comm", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/comm" + "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-alpha.5~_repo_rules~cosmos-comm" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-comm" } }, "comm": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-comm//:comm", - "name": "ape~1.0.0-alpha.5~_repo_rules~comm" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-comm//:comm", + "name": "ape~1.0.0-beta.7~_repo_rules~comm" } }, "cosmos-cpuid": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-KZ7I9Vj0m0SYjYdlFCDsWAeZZHq5CL2V2/DiBJgVPFE=", + "integrity": "sha256-wAGvPA8axzW+XJ5w861q7IV518W7WMrZ/tbZ0Z78t1E=", "output": "cpuid", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/cpuid", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/cpuid" + "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-alpha.5~_repo_rules~cosmos-cpuid" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-cpuid" } }, "cpuid": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-cpuid//:cpuid", - "name": "ape~1.0.0-alpha.5~_repo_rules~cpuid" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-cpuid//:cpuid", + "name": "ape~1.0.0-beta.7~_repo_rules~cpuid" } }, "cosmos-csplit": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-PnfIPYD2n2cZ8rxV26jvFiE6e+XROXGwhE6sbpjbPSY=", + "integrity": "sha256-nLz8hfRVZDGz/UVq1/Ge0j4Q06eSLgLxu4aRexwEelA=", "output": "csplit", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/csplit", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/csplit" + "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-alpha.5~_repo_rules~cosmos-csplit" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-csplit" } }, "csplit": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-csplit//:csplit", - "name": "ape~1.0.0-alpha.5~_repo_rules~csplit" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-csplit//:csplit", + "name": "ape~1.0.0-beta.7~_repo_rules~csplit" } }, "cosmos-ctags": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-6GwrTt16hCzJ8EoVXQXoetwnOIOhBR4T4gX2PO/wIfQ=", + "integrity": "sha256-x/101oqxSvgRoQ9N9+sZkuC7/tV+zVnId4Jo4gX5PIU=", "output": "ctags", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/ctags", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/ctags" + "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-alpha.5~_repo_rules~cosmos-ctags" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-ctags" } }, "ctags": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-ctags//:ctags", - "name": "ape~1.0.0-alpha.5~_repo_rules~ctags" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-ctags//:ctags", + "name": "ape~1.0.0-beta.7~_repo_rules~ctags" } }, "cosmos-curl": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-jc8LNKBMlWgGeHW3Tum9M6AfV2a5PlLmJunmfs00q/M=", + "integrity": "sha256-54mSqLkXfwMSRZtPa2w2T8XuvE12o9QxJRQYmOGn1YY=", "output": "curl", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/curl", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/curl" + "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-alpha.5~_repo_rules~cosmos-curl" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-curl" } }, "curl": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-curl//:curl", - "name": "ape~1.0.0-alpha.5~_repo_rules~curl" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-curl//:curl", + "name": "ape~1.0.0-beta.7~_repo_rules~curl" } }, "cosmos-cut": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-N6iYRU/Ue0YN1tW0YElHjCVe0aPrUtbSxWFaJUPXGAE=", + "integrity": "sha256-FDcHrxJ+CjkPOYFD/F7F9EOF93TKbU2/N7CHP8vte4I=", "output": "cut", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/cut", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/cut" + "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-alpha.5~_repo_rules~cosmos-cut" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-cut" } }, "cut": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-cut//:cut", - "name": "ape~1.0.0-alpha.5~_repo_rules~cut" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-cut//:cut", + "name": "ape~1.0.0-beta.7~_repo_rules~cut" } }, "cosmos-dash": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-DQjaobzAoYxtxBvvDdyQLbTvjPV61HLMOahNEXz8dOM=", + "integrity": "sha256-AMQZpQl5cfVZ/1vZAn/SnuSGC34CkfPMXA9tQixE/zM=", "output": "dash", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/dash", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/dash" + "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-alpha.5~_repo_rules~cosmos-dash" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-dash" } }, "dash": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-dash//:dash", - "name": "ape~1.0.0-alpha.5~_repo_rules~dash" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-dash//:dash", + "name": "ape~1.0.0-beta.7~_repo_rules~dash" } }, "cosmos-datasette": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-ohY3OEDwK6DOSWfLFlUa/4MTTHd9kKGN8NYTwGyWOZA=", + "integrity": "sha256-hUDSYI+lpEhVX6zhFnNHu/N3bNfDeWSJQjkAzcoYCjA=", "output": "datasette", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/datasette", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/datasette" + "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-alpha.5~_repo_rules~cosmos-datasette" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-datasette" } }, "datasette": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-datasette//:datasette", - "name": "ape~1.0.0-alpha.5~_repo_rules~datasette" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-datasette//:datasette", + "name": "ape~1.0.0-beta.7~_repo_rules~datasette" } }, "cosmos-date": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-4r91y6qrOb4PK5AQ23uY2lskgprTRGLwDTBOkMPF1/c=", + "integrity": "sha256-uNP3r6CkyURYW7vH5rR/FXMQpoBgiyW2sTn6qUEs0ao=", "output": "date", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/date", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/date" + "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-alpha.5~_repo_rules~cosmos-date" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-date" } }, "date": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-date//:date", - "name": "ape~1.0.0-alpha.5~_repo_rules~date" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-date//:date", + "name": "ape~1.0.0-beta.7~_repo_rules~date" } }, "cosmos-df": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-rrkKRiH346Qfr/uwtOFe5x+Q3X1yajhCndbTxnkkiSI=", + "integrity": "sha256-VtOW2S2dzEAwP/5B9Qj4u/qZndNCo0lJrSqWX7Sd6vo=", "output": "df", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/df", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/df" + "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-alpha.5~_repo_rules~cosmos-df" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-df" } }, "df": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-df//:df", - "name": "ape~1.0.0-alpha.5~_repo_rules~df" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-df//:df", + "name": "ape~1.0.0-beta.7~_repo_rules~df" } }, "cosmos-dir": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-XfB99aziyrFfAHbOzI36cXPn+633uND4y02Mn9wTx98=", + "integrity": "sha256-oNxnS6F4pCNMedClbW/NFRRbP1XAwsdZpGJ2VsXug0g=", "output": "dir", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/dir", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/dir" + "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-alpha.5~_repo_rules~cosmos-dir" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-dir" } }, "dir": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-dir//:dir", - "name": "ape~1.0.0-alpha.5~_repo_rules~dir" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-dir//:dir", + "name": "ape~1.0.0-beta.7~_repo_rules~dir" } }, "cosmos-dircolors": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-FTu1gC+xUzR1NTxaXk9ZLu4Gp2ACwnQC2FvHJySd1/Q=", + "integrity": "sha256-ASzE+h3h/0XBA4vrOyPSKptSE0tJEpbfFtMN1nDhGa4=", "output": "dircolors", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/dircolors", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/dircolors" + "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-alpha.5~_repo_rules~cosmos-dircolors" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-dircolors" } }, "dircolors": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-dircolors//:dircolors", - "name": "ape~1.0.0-alpha.5~_repo_rules~dircolors" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-dircolors//:dircolors", + "name": "ape~1.0.0-beta.7~_repo_rules~dircolors" } }, "cosmos-dirname": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-F9LmexRfLOqVyybPSXv+2xBhLakd8fnV01T/yZK78EU=", + "integrity": "sha256-EMAAvhNKylQI5YR1O3P1locWiIUpclMesgKAu9UWNec=", "output": "dirname", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/dirname", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/dirname" + "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-alpha.5~_repo_rules~cosmos-dirname" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-dirname" } }, "dirname": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-dirname//:dirname", - "name": "ape~1.0.0-alpha.5~_repo_rules~dirname" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-dirname//:dirname", + "name": "ape~1.0.0-beta.7~_repo_rules~dirname" } }, - "cosmos-du": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "cosmos-diff": { + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-cwPg/fIABRhBnlWOXTpC7GaIEi/L2vgMqPUAZ8vnxLA=", - "output": "du", + "integrity": "sha256-1ZQPcT1/LLFKJRq8K1S7sICi4VumBRAt6FSVKejBDek=", + "output": "diff", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/du", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/du" + "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-alpha.5~_repo_rules~cosmos-du" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-diff" } }, - "du": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "diff": { + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-du//:du", - "name": "ape~1.0.0-alpha.5~_repo_rules~du" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-diff//:diff", + "name": "ape~1.0.0-beta.7~_repo_rules~diff" } }, - "cosmos-emacs": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "cosmos-diff3": { + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-FHVaf2drHxbWKWpCc0pBlt8NNLiR6x6pX9KrhCkI5zM=", - "output": "emacs", + "integrity": "sha256-ncg5o4aApr13g34awJ1oI4zfr9WqTq4JKCkwBXbWmF4=", + "output": "diff3", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/emacs", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/emacs" + "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-alpha.5~_repo_rules~cosmos-emacs" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-diff3" } }, - "emacs": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "diff3": { + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-emacs//:emacs", - "name": "ape~1.0.0-alpha.5~_repo_rules~emacs" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-diff3//:diff3", + "name": "ape~1.0.0-beta.7~_repo_rules~diff3" } }, - "cosmos-emacsclient": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "cosmos-du": { + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-2p9WFK4fF0vnJDUyNTd6a4jigqsQpp0aG41e0MQSJOM=", - "output": "emacsclient", + "integrity": "sha256-XeQC8BcRZjuA+BCb+JRyRe+6wN3m3iVWZ7BIBF7guvA=", + "output": "du", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/emacsclient", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/emacsclient" + "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-alpha.5~_repo_rules~cosmos-emacsclient" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-du" } }, - "emacsclient": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "du": { + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", + "ruleClassName": "entrypoint", + "attributes": { + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-du//:du", + "name": "ape~1.0.0-beta.7~_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.7~_repo_rules~cosmos-emacs" + } + }, + "emacs": { + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", + "ruleClassName": "entrypoint", + "attributes": { + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-emacs//:emacs", + "name": "ape~1.0.0-beta.7~_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.7~_repo_rules~cosmos-emacsclient" + } + }, + "emacsclient": { + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-emacsclient//:emacsclient", - "name": "ape~1.0.0-alpha.5~_repo_rules~emacsclient" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-emacsclient//:emacsclient", + "name": "ape~1.0.0-beta.7~_repo_rules~emacsclient" } }, "cosmos-env": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-KSmB7dXht0FmmkJB8JQnUw6uQIfG36SugQXyMdPKPso=", + "integrity": "sha256-Lm8iE0YBdvYwn4RMAyqiLWbVxqaEf2iNWilY3PPAGN4=", "output": "env", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/env", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/env" + "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-alpha.5~_repo_rules~cosmos-env" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-env" } }, "env": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-env//:env", - "name": "ape~1.0.0-alpha.5~_repo_rules~env" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-env//:env", + "name": "ape~1.0.0-beta.7~_repo_rules~env" } }, "cosmos-expand": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-GDxdiCM3bnYQtE+brm6GgDN7EyjV+5vxYj1McQ/YGLQ=", + "integrity": "sha256-/hCOZX9bhwc5SjWQ9GIWwbcPCozCUWUKa/iuDv/ih2c=", "output": "expand", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/expand", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/expand" + "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-alpha.5~_repo_rules~cosmos-expand" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-expand" } }, "expand": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-expand//:expand", - "name": "ape~1.0.0-alpha.5~_repo_rules~expand" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-expand//:expand", + "name": "ape~1.0.0-beta.7~_repo_rules~expand" } }, "cosmos-expr": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-GD2DSrlrlym+z+57/BUKL50paNN1QU6FGe1D3wxtnnk=", + "integrity": "sha256-31jw0oaJRgL3qHsBhGDc0TEuSNoAiBH8gyjzRzz87UE=", "output": "expr", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/expr", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/expr" + "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-alpha.5~_repo_rules~cosmos-expr" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-expr" } }, "expr": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-expr//:expr", - "name": "ape~1.0.0-alpha.5~_repo_rules~expr" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-expr//:expr", + "name": "ape~1.0.0-beta.7~_repo_rules~expr" } }, "cosmos-factor": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-Pmziyh/iAkeaU/XHmAblS/4QfA6YDbml6qSX/yqVj6s=", + "integrity": "sha256-me2S4CN3G/KcERW/B86F9MbnvuQg4jaNPWoH4nUH7mk=", "output": "factor", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/factor", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/factor" + "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-alpha.5~_repo_rules~cosmos-factor" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-factor" } }, "factor": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-factor//:factor", - "name": "ape~1.0.0-alpha.5~_repo_rules~factor" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-factor//:factor", + "name": "ape~1.0.0-beta.7~_repo_rules~factor" } }, "cosmos-false": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-FuIagCcD2snlx2D2D2k5+qhA2KXgWcoxMDY7O1qlE74=", + "integrity": "sha256-KuxblC3tmFtyDjUcdGIag/UVdOGhvxtvrJkRrP6qyl4=", "output": "false", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/false", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/false" + "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-alpha.5~_repo_rules~cosmos-false" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-false" } }, "false": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-false//:false", - "name": "ape~1.0.0-alpha.5~_repo_rules~false" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-false//:false", + "name": "ape~1.0.0-beta.7~_repo_rules~false" } }, "cosmos-find": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-k3BJOldX6NzX1Aq/RX6Q6PQts/3l9IFR7BILMIDUkg8=", + "integrity": "sha256-7h4OC/Lz/iD7WkTxmvmSZOflw/E6gTMssKSz68qPCFw=", "output": "find", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/find", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/find" + "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-alpha.5~_repo_rules~cosmos-find" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-find" } }, "find": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-find//:find", - "name": "ape~1.0.0-alpha.5~_repo_rules~find" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-find//:find", + "name": "ape~1.0.0-beta.7~_repo_rules~find" } }, "cosmos-fmt": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-ZjBJtahjGrr6Xll85ZZo+lTGEZNdaSksUNqpkpMqyrY=", + "integrity": "sha256-DB2vUqeSnUryfZj+qibUGKMs4Abcz6qzM3w6lawptsM=", "output": "fmt", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/fmt", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/fmt" + "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-alpha.5~_repo_rules~cosmos-fmt" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-fmt" } }, "fmt": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-fmt//:fmt", - "name": "ape~1.0.0-alpha.5~_repo_rules~fmt" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-fmt//:fmt", + "name": "ape~1.0.0-beta.7~_repo_rules~fmt" } }, "cosmos-fold": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-u5I83GpxaXBKFtzsJVJEWdQ1hJkpRmJGbQVHzjOYJ3w=", + "integrity": "sha256-TdlGtv30nM28eoUXx9jjhAf7Zj834R0SHz0yfbcrWio=", "output": "fold", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/fold", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/fold" + "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-alpha.5~_repo_rules~cosmos-fold" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-fold" } }, "fold": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-fold//:fold", - "name": "ape~1.0.0-alpha.5~_repo_rules~fold" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-fold//:fold", + "name": "ape~1.0.0-beta.7~_repo_rules~fold" } }, "cosmos-gmake": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-o5a22Uli7i9upNh3z9qwPRFv3vIF7hOSdYMCXz8ioQc=", + "integrity": "sha256-3J/jjvnCUMTfEyRc5RsxmVJw0jpSwmmzrEFO/u2/pQ8=", "output": "gmake", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/gmake", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/gmake" + "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-alpha.5~_repo_rules~cosmos-gmake" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-gmake" } }, "gmake": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-gmake//:gmake", - "name": "ape~1.0.0-alpha.5~_repo_rules~gmake" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-gmake//:gmake", + "name": "ape~1.0.0-beta.7~_repo_rules~gmake" } }, "cosmos-greenbean": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-2e6ANHtNrFdAKdmSAVBOYWacqaF9SxOhrwKesYwIfSc=", + "integrity": "sha256-jZ4Oj9zhG/UUB2QmhMdDsx4fTdL8/0xvBCHOK/rGSys=", "output": "greenbean", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/greenbean", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/greenbean" + "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-alpha.5~_repo_rules~cosmos-greenbean" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-greenbean" } }, "greenbean": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-greenbean//:greenbean", - "name": "ape~1.0.0-alpha.5~_repo_rules~greenbean" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-greenbean//:greenbean", + "name": "ape~1.0.0-beta.7~_repo_rules~greenbean" } }, "cosmos-grep": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-btb7IC+1GiiU+CTMX4F7F8ESESShnVx90+Vz8uhgkkA=", + "integrity": "sha256-geISCmpxm4c2gwPnR+XjF47+j/mw2epm5qYEn5Vrvok=", "output": "grep", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/grep", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/grep" + "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-alpha.5~_repo_rules~cosmos-grep" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-grep" } }, "grep": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-grep//:grep", - "name": "ape~1.0.0-alpha.5~_repo_rules~grep" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-grep//:grep", + "name": "ape~1.0.0-beta.7~_repo_rules~grep" } }, "cosmos-groups": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-1hRskXbgQrpy3YedFo9SmYix5KUTJAV9cL6I0T/DF7c=", + "integrity": "sha256-64yeH5wPP7omE7VfLLH8HGWjyE7zgdzMF8oLpVz+5PY=", "output": "groups", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/groups", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/groups" + "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-alpha.5~_repo_rules~cosmos-groups" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-groups" } }, "groups": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-groups//:groups", - "name": "ape~1.0.0-alpha.5~_repo_rules~groups" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-groups//:groups", + "name": "ape~1.0.0-beta.7~_repo_rules~groups" } }, "cosmos-head": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-I4EetDV9GYYKHCNANar3iwNNZMJhJ9+KaQBkWyA0r7o=", + "integrity": "sha256-Lr5xxWMwjZjQUh2ODx/zDzTO3fx8Yw5694p1t7zG0AU=", "output": "head", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/head", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/head" + "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-alpha.5~_repo_rules~cosmos-head" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-head" } }, "head": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-head//:head", - "name": "ape~1.0.0-alpha.5~_repo_rules~head" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-head//:head", + "name": "ape~1.0.0-beta.7~_repo_rules~head" } }, "cosmos-id": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-JtW0OHrUUwEaHsb03yfoawekOVad+XZ2sl8ZnM0+rYc=", + "integrity": "sha256-8JUzzmsMkhu2sc9w2I/nb8recinaAamgGe7JEQh98kI=", "output": "id", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/id", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/id" + "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-alpha.5~_repo_rules~cosmos-id" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-id" } }, "id": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-id//:id", - "name": "ape~1.0.0-alpha.5~_repo_rules~id" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-id//:id", + "name": "ape~1.0.0-beta.7~_repo_rules~id" } }, "cosmos-install": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-FT0vE0RtmwB2+ArCfbm59mou/sLQzymNvTqogiVpRTg=", + "integrity": "sha256-Iu1sv7WjlREuCQp3mgDxFCRf0byn5beC8JmHjWodb/M=", "output": "install", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/install", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/install" + "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-alpha.5~_repo_rules~cosmos-install" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-install" } }, "install": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-install//:install", - "name": "ape~1.0.0-alpha.5~_repo_rules~install" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-install//:install", + "name": "ape~1.0.0-beta.7~_repo_rules~install" } }, "cosmos-join": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-KVBK8dBkDM+LijUS4hi7zNsa18hZvJqNS6uWQMvxgWs=", + "integrity": "sha256-eb7PzIfyziQZ8LeauwpuES+YKemu52jmt0KgJ3pAzks=", "output": "join", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/join", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/join" + "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-alpha.5~_repo_rules~cosmos-join" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-join" } }, "join": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-join//:join", - "name": "ape~1.0.0-alpha.5~_repo_rules~join" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-join//:join", + "name": "ape~1.0.0-beta.7~_repo_rules~join" } }, "cosmos-kill": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-+4mYRIwPgtQ7BEoK7/E6vXx5iriV3vpk0eNrNI2kNh8=", + "integrity": "sha256-l4b6fMDZR4yHnP1ZpRVL2KfCOgbKDHZkUzo8wlZkMUA=", "output": "kill", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/kill", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/kill" + "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-alpha.5~_repo_rules~cosmos-kill" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-kill" } }, "kill": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-kill//:kill", - "name": "ape~1.0.0-alpha.5~_repo_rules~kill" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-kill//:kill", + "name": "ape~1.0.0-beta.7~_repo_rules~kill" } }, "cosmos-less": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-ku05PfJLk7zICV/ljbzXavHBvnMlitaLcd3uJvfZcfU=", + "integrity": "sha256-pysLPyq9zi5gTcj+UTu41PgZsRnUAdYzATIUMiMEsQw=", "output": "less", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/less", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/less" + "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-alpha.5~_repo_rules~cosmos-less" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-less" } }, "less": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-less//:less", - "name": "ape~1.0.0-alpha.5~_repo_rules~less" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-less//:less", + "name": "ape~1.0.0-beta.7~_repo_rules~less" } }, "cosmos-life": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-8XQ3CXLLxo7ykT/+jGJovYCAzSEih6H4wnQ26+Q04lM=", + "integrity": "sha256-ui3H0RF4G0JHV9kbDIy5qviR+mKEN//98jHfznq8tO4=", "output": "life", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/life", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/life" + "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-alpha.5~_repo_rules~cosmos-life" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-life" } }, "life": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-life//:life", - "name": "ape~1.0.0-alpha.5~_repo_rules~life" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-life//:life", + "name": "ape~1.0.0-beta.7~_repo_rules~life" } }, "cosmos-link": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-MRqILGFYuhtO470TDsIxfQe7NE1GrHjbWCnU2nb31QQ=", + "integrity": "sha256-HFtwRXzP/Z+pJTM/Yz7+AMXumO46HmvGGfsHE9vUox8=", "output": "link", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/link", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/link" + "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-alpha.5~_repo_rules~cosmos-link" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-link" } }, "link": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-link//:link", - "name": "ape~1.0.0-alpha.5~_repo_rules~link" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-link//:link", + "name": "ape~1.0.0-beta.7~_repo_rules~link" } }, "cosmos-links": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-Px+ZWWbcFLnnjuORljLehyqLBW3UIuGtEqQf3vnJXgo=", + "integrity": "sha256-EEOqXakHybI51BOxnBCHwLeYlwF8iSSx8p3Gxgcz0Qc=", "output": "links", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/links", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/links" + "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-alpha.5~_repo_rules~cosmos-links" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-links" } }, "links": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-links//:links", - "name": "ape~1.0.0-alpha.5~_repo_rules~links" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-links//:links", + "name": "ape~1.0.0-beta.7~_repo_rules~links" } }, "cosmos-ln": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-QevM7NFKo4T79iCOOu6JjAxVuoQHAiSi3zkYf3HQoHI=", + "integrity": "sha256-FtXuVwYLaC/DT3LPF8coiSMCEOmVVorVzqBYDDRtjyg=", "output": "ln", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/ln", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/ln" + "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-alpha.5~_repo_rules~cosmos-ln" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-ln" } }, "ln": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-ln//:ln", - "name": "ape~1.0.0-alpha.5~_repo_rules~ln" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-ln//:ln", + "name": "ape~1.0.0-beta.7~_repo_rules~ln" } }, "cosmos-locate": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-zsyqygY6K+gwbw9Cw7j+JEjd1W4T66xKil7PqeFtfA8=", + "integrity": "sha256-ZQUPf3kqvmik5citQP+wJiHeOJWrcX4TIDLytEuRyyo=", "output": "locate", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/locate", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/locate" + "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-alpha.5~_repo_rules~cosmos-locate" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-locate" } }, "locate": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-locate//:locate", - "name": "ape~1.0.0-alpha.5~_repo_rules~locate" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-locate//:locate", + "name": "ape~1.0.0-beta.7~_repo_rules~locate" } }, "cosmos-logname": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-if+qby9Pyn2PT53NEIoPXW/xusX5N8TK6lFNhOYEk7A=", + "integrity": "sha256-IMIHQygOJnWQ2pPMqcFZwKURdNAZM5onxESxBcLM7kM=", "output": "logname", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/logname", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/logname" + "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-alpha.5~_repo_rules~cosmos-logname" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-logname" } }, "logname": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-logname//:logname", - "name": "ape~1.0.0-alpha.5~_repo_rules~logname" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-logname//:logname", + "name": "ape~1.0.0-beta.7~_repo_rules~logname" } }, "cosmos-ls": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-09ABdeL9W/aloHvspUOTk4s1qXPKelusGWs/fI5elBY=", + "integrity": "sha256-Fno6FUKMAA/8Uk2rsAauhr/b5uqeZcs2oAy+s8uHx3w=", "output": "ls", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/ls", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/ls" + "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-alpha.5~_repo_rules~cosmos-ls" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-ls" } }, "ls": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-ls//:ls", - "name": "ape~1.0.0-alpha.5~_repo_rules~ls" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-ls//:ls", + "name": "ape~1.0.0-beta.7~_repo_rules~ls" } }, "cosmos-lua": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-xuf+7nkxzN/uNIJ8j7adEqf6dvm3X+QT4LeDtRBeoBM=", + "integrity": "sha256-LRYoHAQg+M8kQKtX6gCjSvD4b9puEbTK2t4z6hyVW8I=", "output": "lua", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/lua", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/lua" + "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-alpha.5~_repo_rules~cosmos-lua" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-lua" } }, "lua": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-lua//:lua", - "name": "ape~1.0.0-alpha.5~_repo_rules~lua" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-lua//:lua", + "name": "ape~1.0.0-beta.7~_repo_rules~lua" } }, "cosmos-lz4": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-hS8xfK0iRyQ51wndmPpRqC2iJfJzvk4OSPtdBNoDzIg=", + "integrity": "sha256-ymvYKyvlv31C6tdLYCVFfhaqvmZ5J37RDbxeGx/6rrI=", "output": "lz4", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/lz4", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/lz4" + "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-alpha.5~_repo_rules~cosmos-lz4" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-lz4" } }, "lz4": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-lz4//:lz4", - "name": "ape~1.0.0-alpha.5~_repo_rules~lz4" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-lz4//:lz4", + "name": "ape~1.0.0-beta.7~_repo_rules~lz4" } }, "cosmos-make": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-oxtmxi2jmEKg2EX4gzBsmikSI3H56Cb4TL5JDLrHmes=", + "integrity": "sha256-98atSW2fzibEFrcpFy77A7IvnW0TtMEbeMKxicWb8FM=", "output": "make", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/make", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/make" + "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-alpha.5~_repo_rules~cosmos-make" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-make" } }, "make": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-make//:make", - "name": "ape~1.0.0-alpha.5~_repo_rules~make" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-make//:make", + "name": "ape~1.0.0-beta.7~_repo_rules~make" } }, "cosmos-md5sum": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-V02adwdclgCCznwYMv8TzulmGsJCj0nY6BbLm9+3BmI=", + "integrity": "sha256-1lNBqdyji+ttmR+4sIS6DXcJs6d+67gF0+Q3bUqNaIs=", "output": "md5sum", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/md5sum", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/md5sum" + "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-alpha.5~_repo_rules~cosmos-md5sum" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-md5sum" } }, "md5sum": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-md5sum//:md5sum", - "name": "ape~1.0.0-alpha.5~_repo_rules~md5sum" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-md5sum//:md5sum", + "name": "ape~1.0.0-beta.7~_repo_rules~md5sum" } }, "cosmos-mkfifo": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-Qn7ki2D6CeAj35bXjjdtn8uoTIWvQzrJQgQW5YwVjNE=", + "integrity": "sha256-Z/dfvumWh0v8wr0l8ByZztaztwMkfekaOXNVnFLVxEk=", "output": "mkfifo", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/mkfifo", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/mkfifo" + "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-alpha.5~_repo_rules~cosmos-mkfifo" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-mkfifo" } }, "mkfifo": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-mkfifo//:mkfifo", - "name": "ape~1.0.0-alpha.5~_repo_rules~mkfifo" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-mkfifo//:mkfifo", + "name": "ape~1.0.0-beta.7~_repo_rules~mkfifo" } }, "cosmos-mknod": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-WuoCTQkW92gL+rkPEsIVekSW3T5jWpLe4d0tkEEVlto=", + "integrity": "sha256-C7rFuRsgVIA63trDx8rTpFGJztXbNAPMtNuqbzGeqdw=", "output": "mknod", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/mknod", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/mknod" + "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-alpha.5~_repo_rules~cosmos-mknod" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-mknod" } }, "mknod": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-mknod//:mknod", - "name": "ape~1.0.0-alpha.5~_repo_rules~mknod" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-mknod//:mknod", + "name": "ape~1.0.0-beta.7~_repo_rules~mknod" } }, "cosmos-mktemp": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-e4OIGcZD2+IeoysBxEx3+PzbkFxduS3t17Xh6APVTg0=", + "integrity": "sha256-GihMOG1RDJHUqphmOZPwkfEaVC4jC/X0kCRskpH09u8=", "output": "mktemp", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/mktemp", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/mktemp" + "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-alpha.5~_repo_rules~cosmos-mktemp" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-mktemp" } }, "mktemp": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-mktemp//:mktemp", - "name": "ape~1.0.0-alpha.5~_repo_rules~mktemp" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-mktemp//:mktemp", + "name": "ape~1.0.0-beta.7~_repo_rules~mktemp" } }, "cosmos-mktemper": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-ukMdMND+GwcBR+OdH6KDdHTYSOc1pKWAbYomyj9ZoOo=", + "integrity": "sha256-WreRwEGUss++hwxb+3Cttu72Voe4yi4E7Xyr9soCXps=", "output": "mktemper", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/mktemper", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/mktemper" + "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-alpha.5~_repo_rules~cosmos-mktemper" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-mktemper" } }, "mktemper": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-mktemper//:mktemper", - "name": "ape~1.0.0-alpha.5~_repo_rules~mktemper" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-mktemper//:mktemper", + "name": "ape~1.0.0-beta.7~_repo_rules~mktemper" } }, "cosmos-nano": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-E8aX3D/XXItFzwVS7UO3tCD2I4gCx9K7oqFjkWC+hEA=", + "integrity": "sha256-trc2X1Jg1JTviP+nbelsQvtMmgrh5gtF7fEijdDvkZY=", "output": "nano", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/nano", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/nano" + "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-alpha.5~_repo_rules~cosmos-nano" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-nano" } }, "nano": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-nano//:nano", - "name": "ape~1.0.0-alpha.5~_repo_rules~nano" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-nano//:nano", + "name": "ape~1.0.0-beta.7~_repo_rules~nano" } }, "cosmos-nesemu1": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-3tEEU6VMPK8bwloRQ2CkLXD8+icXne+EBdHUtfYPsmw=", + "integrity": "sha256-JOqaQ2aNcGoiB3YdX2zLCGGD8kFr4Glv3PLPVej/nwc=", "output": "nesemu1", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/nesemu1", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/nesemu1" + "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-alpha.5~_repo_rules~cosmos-nesemu1" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-nesemu1" } }, "nesemu1": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-nesemu1//:nesemu1", - "name": "ape~1.0.0-alpha.5~_repo_rules~nesemu1" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-nesemu1//:nesemu1", + "name": "ape~1.0.0-beta.7~_repo_rules~nesemu1" } }, "cosmos-nice": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-ukGk1uudFSnluQXKEtGsAIzL6JhXe4NaLC53QdcyK+E=", + "integrity": "sha256-+fHYlw1WIDX4kCzoTDYy5tqI/BdetF7WlxkJCWpJlrM=", "output": "nice", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/nice", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/nice" + "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-alpha.5~_repo_rules~cosmos-nice" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-nice" } }, "nice": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-nice//:nice", - "name": "ape~1.0.0-alpha.5~_repo_rules~nice" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-nice//:nice", + "name": "ape~1.0.0-beta.7~_repo_rules~nice" } }, "cosmos-ninja": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-6vNW/WRG9QrsaksgbhhdEPyb9VgzATt2AEJj6jlyfmo=", + "integrity": "sha256-MdTFCVaBaiknlbcAXEshhc6P+QDEmNLH6NOt1bGbbu4=", "output": "ninja", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/ninja", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/ninja" + "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-alpha.5~_repo_rules~cosmos-ninja" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-ninja" } }, "ninja": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-ninja//:ninja", - "name": "ape~1.0.0-alpha.5~_repo_rules~ninja" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-ninja//:ninja", + "name": "ape~1.0.0-beta.7~_repo_rules~ninja" } }, "cosmos-nl": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-per3cJdCvbTUMe1rs76QJ/E9eQYfUl4VVPafj0yJFHk=", + "integrity": "sha256-y5a/fgKdjraA7e+RUKZSh6BIQPviZsxu4720/yPzGUI=", "output": "nl", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/nl", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/nl" + "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-alpha.5~_repo_rules~cosmos-nl" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-nl" } }, "nl": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-nl//:nl", - "name": "ape~1.0.0-alpha.5~_repo_rules~nl" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-nl//:nl", + "name": "ape~1.0.0-beta.7~_repo_rules~nl" } }, "cosmos-nohup": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-4eCoAypbSFOk/Bgq8jfyv2BPPP78iNLXb711CK8buGU=", + "integrity": "sha256-sTiFAUHIl+IF6N8wChBjYZj3NJg4vN461JPY9T1peo8=", "output": "nohup", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/nohup", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/nohup" + "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-alpha.5~_repo_rules~cosmos-nohup" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-nohup" } }, "nohup": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-nohup//:nohup", - "name": "ape~1.0.0-alpha.5~_repo_rules~nohup" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-nohup//:nohup", + "name": "ape~1.0.0-beta.7~_repo_rules~nohup" } }, "cosmos-nproc": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-uKzADOYvOwHwG9Wc7v0EHPJdidt7Vx1CY0ur9QL0ziM=", + "integrity": "sha256-Dydu9oowmpkajx9rq006f5I4Z0BhP6EJv+S0xEjTRcU=", "output": "nproc", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/nproc", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/nproc" + "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-alpha.5~_repo_rules~cosmos-nproc" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-nproc" } }, "nproc": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-nproc//:nproc", - "name": "ape~1.0.0-alpha.5~_repo_rules~nproc" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-nproc//:nproc", + "name": "ape~1.0.0-beta.7~_repo_rules~nproc" } }, "cosmos-numfmt": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-CT5axyDY1ASWxzGJb+hDVTRiWqU2f8+CSzhehOdR/wY=", + "integrity": "sha256-7VTO7GYItNhcoqC7qixlY4dK7l0TgRFRBivCJjbls5Y=", "output": "numfmt", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/numfmt", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/numfmt" + "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-alpha.5~_repo_rules~cosmos-numfmt" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-numfmt" } }, "numfmt": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-numfmt//:numfmt", - "name": "ape~1.0.0-alpha.5~_repo_rules~numfmt" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-numfmt//:numfmt", + "name": "ape~1.0.0-beta.7~_repo_rules~numfmt" } }, "cosmos-od": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-Hy0uDDsgdci74s+jI+R2Bkgj4LVaW0djddoqkzTebSE=", + "integrity": "sha256-RV+nBJ885wCxqLW8+UOEm3rQopQQhQ/rHuHJYrhZiYA=", "output": "od", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/od", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/od" + "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-alpha.5~_repo_rules~cosmos-od" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-od" } }, "od": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-od//:od", - "name": "ape~1.0.0-alpha.5~_repo_rules~od" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-od//:od", + "name": "ape~1.0.0-beta.7~_repo_rules~od" } }, "cosmos-paste": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-Sa5G8cxyh5Vsr6kkf/wmwnos0KYwIUHNI1/dZ16n24U=", + "integrity": "sha256-d37G1PptmT8DvFYb0A51tHRAONW3k2xq4y8pFnbR/FA=", "output": "paste", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/paste", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/paste" + "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-alpha.5~_repo_rules~cosmos-paste" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-paste" } }, "paste": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-paste//:paste", - "name": "ape~1.0.0-alpha.5~_repo_rules~paste" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-paste//:paste", + "name": "ape~1.0.0-beta.7~_repo_rules~paste" } }, - "cosmos-pathchk": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "cosmos-patch": { + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-ZjR+IGm8fv0b/hy4hmdi1xuxpoA5A7MR0AnGndlfTvc=", - "output": "pathchk", + "integrity": "sha256-dUVoOS8qaaVAsTlHp5DnupNPB02ZBfVBYUNoFEQVfY4=", + "output": "patch", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/pathchk", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/pathchk" + "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-alpha.5~_repo_rules~cosmos-pathchk" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-patch" } }, - "pathchk": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "patch": { + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-pathchk//:pathchk", - "name": "ape~1.0.0-alpha.5~_repo_rules~pathchk" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-patch//:patch", + "name": "ape~1.0.0-beta.7~_repo_rules~patch" } }, - "cosmos-pigz": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "cosmos-pathchk": { + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-KReMrcHfifpjgxeb/k4WNl6ZtgJwfDIf9mTbcEldR0w=", - "output": "pigz", + "integrity": "sha256-qjcLXvmgW3bbARJqpE5PF1LdaVrvnQZVsmBFgTM5/JY=", + "output": "pathchk", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/pigz", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/pigz" + "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-alpha.5~_repo_rules~cosmos-pigz" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-pathchk" } }, - "pigz": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "pathchk": { + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-pigz//:pigz", - "name": "ape~1.0.0-alpha.5~_repo_rules~pigz" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-pathchk//:pathchk", + "name": "ape~1.0.0-beta.7~_repo_rules~pathchk" } }, "cosmos-pinky": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-ObmAOis790fvuP+YpdxP9cyR5ISU6BB4G/8un3xR4ns=", + "integrity": "sha256-cCtYw56s7y1pYOCm/PNgp1Y+pgf8K0UjVVsikUIoJQE=", "output": "pinky", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/pinky", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/pinky" + "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-alpha.5~_repo_rules~cosmos-pinky" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-pinky" } }, "pinky": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-pinky//:pinky", - "name": "ape~1.0.0-alpha.5~_repo_rules~pinky" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-pinky//:pinky", + "name": "ape~1.0.0-beta.7~_repo_rules~pinky" } }, "cosmos-pledge": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-rcK6umgSKLv06PIV+glVDhKgPr79vfIodUEsZ7WyGaM=", + "integrity": "sha256-eaFRVXB2hGp2o9lYNSP+bb+sxOQ04bqCU2mDEmSIRN0=", "output": "pledge", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/pledge", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/pledge" + "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-alpha.5~_repo_rules~cosmos-pledge" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-pledge" } }, "pledge": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-pledge//:pledge", - "name": "ape~1.0.0-alpha.5~_repo_rules~pledge" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-pledge//:pledge", + "name": "ape~1.0.0-beta.7~_repo_rules~pledge" } }, "cosmos-pr": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-FVC8+/eRiBZ2MHpZNZRHrRMoDFLi4S9NRMVPQSWimOo=", + "integrity": "sha256-Cd292alJ/36s1BOyfPj+SDDCuMGsgduzsjHspANOguU=", "output": "pr", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/pr", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/pr" + "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-alpha.5~_repo_rules~cosmos-pr" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-pr" } }, "pr": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-pr//:pr", - "name": "ape~1.0.0-alpha.5~_repo_rules~pr" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-pr//:pr", + "name": "ape~1.0.0-beta.7~_repo_rules~pr" } }, "cosmos-printenv": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-zoWUC3FJVC6a8iM2vmiEVNa4mjhmLo76aPkh2TXB+bc=", + "integrity": "sha256-sCxezf/rJ5S2Yw9ELAh8TD0MCUKhTjdwvLfHBVHUiyc=", "output": "printenv", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/printenv", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/printenv" + "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-alpha.5~_repo_rules~cosmos-printenv" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-printenv" } }, "printenv": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-printenv//:printenv", - "name": "ape~1.0.0-alpha.5~_repo_rules~printenv" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-printenv//:printenv", + "name": "ape~1.0.0-beta.7~_repo_rules~printenv" } }, "cosmos-printimage": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-myO0x/BQSNFuWWwDop0ph/WmO8tBsnxuTIoIzC6Xsaw=", + "integrity": "sha256-Q6HlaWrVneltekJ6JEceoU+yFzN9o9xpkI4UVwSXFrE=", "output": "printimage", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/printimage", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/printimage" + "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-alpha.5~_repo_rules~cosmos-printimage" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-printimage" } }, "printimage": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-printimage//:printimage", - "name": "ape~1.0.0-alpha.5~_repo_rules~printimage" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-printimage//:printimage", + "name": "ape~1.0.0-beta.7~_repo_rules~printimage" } }, "cosmos-ptx": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-x6abLQHeAmLQN213aU0nx+4xfZSfWqlYWP7Fe+wueEs=", + "integrity": "sha256-Hv3T2mhutoeK16lpWmZ9f1pbKnJfu1GGc4nCiwBwJ4Q=", "output": "ptx", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/ptx", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/ptx" + "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-alpha.5~_repo_rules~cosmos-ptx" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-ptx" } }, "ptx": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-ptx//:ptx", - "name": "ape~1.0.0-alpha.5~_repo_rules~ptx" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-ptx//:ptx", + "name": "ape~1.0.0-beta.7~_repo_rules~ptx" } }, "cosmos-pwd": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-RdIwQz9MZ5PaDIT9y0AY3YZHKYA/tUm8ylYf5RD0S8U=", + "integrity": "sha256-beUdC7B+HkPJsGjf/isqDL3QQ1gwypLBf32EC2tKa5g=", "output": "pwd", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/pwd", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/pwd" + "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-alpha.5~_repo_rules~cosmos-pwd" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-pwd" } }, "pwd": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-pwd//:pwd", - "name": "ape~1.0.0-alpha.5~_repo_rules~pwd" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-pwd//:pwd", + "name": "ape~1.0.0-beta.7~_repo_rules~pwd" } }, "cosmos-pypack1": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-mb3fmOwEqmunaoKZahHdRh2K8OuOSHFQQIc8Yddppic=", + "integrity": "sha256-492wiVHg7chVDxUrir3pOrY1OZ/2h8uKBwfD4gtLJuM=", "output": "pypack1", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/pypack1", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/pypack1" + "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-alpha.5~_repo_rules~cosmos-pypack1" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-pypack1" } }, "pypack1": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-pypack1//:pypack1", - "name": "ape~1.0.0-alpha.5~_repo_rules~pypack1" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-pypack1//:pypack1", + "name": "ape~1.0.0-beta.7~_repo_rules~pypack1" } }, "cosmos-python": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-RvuLtLNsExsN10Mipa/ewh1Qr95a0dpOOJ+j3BBht2g=", + "integrity": "sha256-CuebA8IWxuoYr9HjVgyMLqf0kx23/OGIcS/tAsvPm98=", "output": "python", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/python", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/python" + "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-alpha.5~_repo_rules~cosmos-python" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-python" } }, "python": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-python//:python", - "name": "ape~1.0.0-alpha.5~_repo_rules~python" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-python//:python", + "name": "ape~1.0.0-beta.7~_repo_rules~python" } }, "cosmos-qjs": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-RmszlYwDkeSbX3xZ/0m/yQCgfbJNCflaQ0KHuz1lo/w=", + "integrity": "sha256-dgblh0J7T6VumjgCrL0PPJAUIzrqGFw9oqoYSO+g39o=", "output": "qjs", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/qjs", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/qjs" + "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-alpha.5~_repo_rules~cosmos-qjs" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-qjs" } }, "qjs": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-qjs//:qjs", - "name": "ape~1.0.0-alpha.5~_repo_rules~qjs" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-qjs//:qjs", + "name": "ape~1.0.0-beta.7~_repo_rules~qjs" } }, "cosmos-readlink": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-3/0q9jntaXuBK5+3+FFiUHfnZhVsJILGRyw9C9jsDrM=", + "integrity": "sha256-n/FcF1jTFHmxvvh0UZeUbJOzse0mCIYEi7nFM0Wb2mg=", "output": "readlink", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/readlink", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/readlink" + "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-alpha.5~_repo_rules~cosmos-readlink" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-readlink" } }, "readlink": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-readlink//:readlink", - "name": "ape~1.0.0-alpha.5~_repo_rules~readlink" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-readlink//:readlink", + "name": "ape~1.0.0-beta.7~_repo_rules~readlink" } }, "cosmos-realpath": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-+Wo9k1u/CGPqtTKgHDjdu6z7UraE444Ez82h69SIKm0=", + "integrity": "sha256-0SUHEaSMliLf0BRdXaEAUGbwAAKXEV8M7f/xnBmqPPE=", "output": "realpath", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/realpath", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/realpath" + "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-alpha.5~_repo_rules~cosmos-realpath" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-realpath" } }, "realpath": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-realpath//:realpath", - "name": "ape~1.0.0-alpha.5~_repo_rules~realpath" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-realpath//:realpath", + "name": "ape~1.0.0-beta.7~_repo_rules~realpath" } }, "cosmos-redbean": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-+zB9iVZklOfgaynLhwQG1qTP+/xUZE2A2UyTTIz9iCk=", + "integrity": "sha256-b6+KyGmVKmo6iiSUuhRrkIMQ9Mnr8ZqZR64rxtg4BBE=", "output": "redbean", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/redbean", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/redbean" + "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-alpha.5~_repo_rules~cosmos-redbean" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-redbean" } }, "redbean": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-redbean//:redbean", - "name": "ape~1.0.0-alpha.5~_repo_rules~redbean" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-redbean//:redbean", + "name": "ape~1.0.0-beta.7~_repo_rules~redbean" } }, "cosmos-rmdir": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-olbEjveooS5XCXiLtsvXacsfR1l7AFndDB7XRLr3HwU=", + "integrity": "sha256-4yRCV2b4p4im2dCQka0gp7qbdbG0d5OmILbAErTEsF0=", "output": "rmdir", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/rmdir", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/rmdir" + "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-alpha.5~_repo_rules~cosmos-rmdir" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-rmdir" } }, "rmdir": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-rmdir//:rmdir", - "name": "ape~1.0.0-alpha.5~_repo_rules~rmdir" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-rmdir//:rmdir", + "name": "ape~1.0.0-beta.7~_repo_rules~rmdir" } }, "cosmos-rsync": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-bAJZ6fMDcOpiZ9eNiC/KySEoanb8ZnXL+LBgpOuc8s4=", + "integrity": "sha256-IpC+6WKlj7EqkYxNXXDdO7IaF1/jTItBvlSKr0MdNIk=", "output": "rsync", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/rsync", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/rsync" + "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-alpha.5~_repo_rules~cosmos-rsync" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-rsync" } }, "rsync": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-rsync//:rsync", - "name": "ape~1.0.0-alpha.5~_repo_rules~rsync" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-rsync//:rsync", + "name": "ape~1.0.0-beta.7~_repo_rules~rsync" } }, "cosmos-runcon": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-m+7V7IWXjMBts1GcBvTn9yLZrekeJ2PnTIZPDPqbHyg=", + "integrity": "sha256-y4OAxP6BQPy2+Rk4qFtStsBtiwOlZLlr30Un6Tt8B1k=", "output": "runcon", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/runcon", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/runcon" + "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-alpha.5~_repo_rules~cosmos-runcon" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-runcon" } }, "runcon": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-runcon//:runcon", - "name": "ape~1.0.0-alpha.5~_repo_rules~runcon" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-runcon//:runcon", + "name": "ape~1.0.0-beta.7~_repo_rules~runcon" } }, "cosmos-script": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-gF6Ux0AVHv3VK3ynVCDfwWSzCzcM6tbYUtAEYkE/Lto=", + "integrity": "sha256-He3EhRTNYIFHfDShoR69EPZW7USl/7gSM1ZB0uk+ie4=", "output": "script", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/script", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/script" + "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-alpha.5~_repo_rules~cosmos-script" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-script" } }, "script": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", + "ruleClassName": "entrypoint", + "attributes": { + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-script//:script", + "name": "ape~1.0.0-beta.7~_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.7~_repo_rules~cosmos-sdiff" + } + }, + "sdiff": { + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-script//:script", - "name": "ape~1.0.0-alpha.5~_repo_rules~script" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-sdiff//:sdiff", + "name": "ape~1.0.0-beta.7~_repo_rules~sdiff" } }, "cosmos-sed": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-mLD3mRX7R9we3IQpAZKC7c4mF2Nz7sG8s63Is0TkYcM=", + "integrity": "sha256-7z5mtxxjLL9ebC4V1cOpPjzArSxs1cIEsKizH4WPt3E=", "output": "sed", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/sed", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/sed" + "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-alpha.5~_repo_rules~cosmos-sed" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-sed" } }, "sed": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-sed//:sed", - "name": "ape~1.0.0-alpha.5~_repo_rules~sed" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-sed//:sed", + "name": "ape~1.0.0-beta.7~_repo_rules~sed" } }, "cosmos-seq": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-AkvogLBC9nwhq2rpaA1kL0Q4beb00QMrptcxpzXKjE0=", + "integrity": "sha256-OVOPZyBJJ9rcf1fnIU7ZvJuVTXN89cfXMGYGU1Es5Lo=", "output": "seq", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/seq", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/seq" + "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-alpha.5~_repo_rules~cosmos-seq" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-seq" } }, "seq": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-seq//:seq", - "name": "ape~1.0.0-alpha.5~_repo_rules~seq" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-seq//:seq", + "name": "ape~1.0.0-beta.7~_repo_rules~seq" } }, "cosmos-sha1sum": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-wDWmXDgJmeEuJUd5ER9ed1rGZRxJMwEe1uR7Jrm4r2o=", + "integrity": "sha256-2cL2GKl26qqr+FB3mKjhFPaIzPXCzxBiMfPOBYulFp0=", "output": "sha1sum", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/sha1sum", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/sha1sum" + "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-alpha.5~_repo_rules~cosmos-sha1sum" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-sha1sum" } }, "sha1sum": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-sha1sum//:sha1sum", - "name": "ape~1.0.0-alpha.5~_repo_rules~sha1sum" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-sha1sum//:sha1sum", + "name": "ape~1.0.0-beta.7~_repo_rules~sha1sum" } }, "cosmos-sha224sum": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-DPOKHJa+e04UNJm0ptGNf79Qpvdf3OCbAlHKLPFq3oM=", + "integrity": "sha256-Dk9BKP17F/la+gPizCvGjtTqa6/tZT0gTrp1vrKInbo=", "output": "sha224sum", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/sha224sum", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/sha224sum" + "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-alpha.5~_repo_rules~cosmos-sha224sum" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-sha224sum" } }, "sha224sum": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-sha224sum//:sha224sum", - "name": "ape~1.0.0-alpha.5~_repo_rules~sha224sum" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-sha224sum//:sha224sum", + "name": "ape~1.0.0-beta.7~_repo_rules~sha224sum" } }, "cosmos-sha256sum": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-BpxhJqv/rboyFhYy31eq5Ym3eriHcGRqOGDdmbWwAuw=", + "integrity": "sha256-WIplUCNmB7rMDb3/LvrqwoIHaNFw29Etvu6ivX2kCgE=", "output": "sha256sum", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/sha256sum", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/sha256sum" + "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-alpha.5~_repo_rules~cosmos-sha256sum" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-sha256sum" } }, "sha256sum": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-sha256sum//:sha256sum", - "name": "ape~1.0.0-alpha.5~_repo_rules~sha256sum" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-sha256sum//:sha256sum", + "name": "ape~1.0.0-beta.7~_repo_rules~sha256sum" } }, "cosmos-sha384sum": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-Ak4+xM3+eGqXyWVghrgtAo80Fgeo6iXd10+K7tOd5HE=", + "integrity": "sha256-nLx1jTqjwSnhWO6eK+heIWHuterKu3B04nYkrp9Shrk=", "output": "sha384sum", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/sha384sum", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/sha384sum" + "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-alpha.5~_repo_rules~cosmos-sha384sum" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-sha384sum" } }, "sha384sum": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-sha384sum//:sha384sum", - "name": "ape~1.0.0-alpha.5~_repo_rules~sha384sum" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-sha384sum//:sha384sum", + "name": "ape~1.0.0-beta.7~_repo_rules~sha384sum" } }, "cosmos-sha512sum": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-qq4HW+6hZ26U/TiN50QPdd710RpiPDjhrG/XfILWxE0=", + "integrity": "sha256-y8UewGoBGDMfq2wKHFijVN+NtWKLWZDPOAVQBIA7mSA=", "output": "sha512sum", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/sha512sum", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/sha512sum" + "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-alpha.5~_repo_rules~cosmos-sha512sum" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-sha512sum" } }, "sha512sum": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-sha512sum//:sha512sum", - "name": "ape~1.0.0-alpha.5~_repo_rules~sha512sum" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-sha512sum//:sha512sum", + "name": "ape~1.0.0-beta.7~_repo_rules~sha512sum" } }, "cosmos-shred": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-7/edcRznrBT9DOKb05J39nRsjJ30LkH9Pz/5QUlsDH4=", + "integrity": "sha256-i8AEctRrGsvRs8Ly7XmK+XpgiZeQVVjIhQ7ie/Yy8yw=", "output": "shred", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/shred", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/shred" + "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-alpha.5~_repo_rules~cosmos-shred" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-shred" } }, "shred": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-shred//:shred", - "name": "ape~1.0.0-alpha.5~_repo_rules~shred" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-shred//:shred", + "name": "ape~1.0.0-beta.7~_repo_rules~shred" } }, "cosmos-shuf": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-X1v5hF6yG2zM78Qg85wcENzihXXmMZnBTZNleRCscL4=", + "integrity": "sha256-WIdP7u66G/XFPDgyCpBihZBgijdeinfBDjARp1K8QXk=", "output": "shuf", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/shuf", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/shuf" + "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-alpha.5~_repo_rules~cosmos-shuf" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-shuf" } }, "shuf": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-shuf//:shuf", - "name": "ape~1.0.0-alpha.5~_repo_rules~shuf" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-shuf//:shuf", + "name": "ape~1.0.0-beta.7~_repo_rules~shuf" } }, "cosmos-sleep": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-esGxinA9WyISgkcQ7sPIuC7B1SwQHMXmGTYHOhZvAx0=", + "integrity": "sha256-gtC/7PR5VvzgxL4FwBJ6VO6b0DN7uBYUc8oQcMeKHWY=", "output": "sleep", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/sleep", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/sleep" + "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-alpha.5~_repo_rules~cosmos-sleep" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-sleep" } }, "sleep": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-sleep//:sleep", - "name": "ape~1.0.0-alpha.5~_repo_rules~sleep" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-sleep//:sleep", + "name": "ape~1.0.0-beta.7~_repo_rules~sleep" } }, "cosmos-sort": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-Ar+SpUClNPT5OItQMiiYH7CBHnSoKHa1jjN32BjqMF4=", + "integrity": "sha256-nz0/ivLwTYtnvl4Xpl456rDfRickgpukdzdPFQy7Bu8=", "output": "sort", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/sort", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/sort" + "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-alpha.5~_repo_rules~cosmos-sort" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-sort" } }, "sort": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-sort//:sort", - "name": "ape~1.0.0-alpha.5~_repo_rules~sort" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-sort//:sort", + "name": "ape~1.0.0-beta.7~_repo_rules~sort" } }, "cosmos-split": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-A5nEGoaZdJ5p1j3s54rgp8/BEoBVakaRE4YAqAMMZbQ=", + "integrity": "sha256-LKP1sD1cxx+lTlkcxXX2Ew1w3ywOeIoUgnLbZ8ase88=", "output": "split", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/split", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/split" + "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-alpha.5~_repo_rules~cosmos-split" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-split" } }, "split": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-split//:split", - "name": "ape~1.0.0-alpha.5~_repo_rules~split" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-split//:split", + "name": "ape~1.0.0-beta.7~_repo_rules~split" } }, "cosmos-sqlite3": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-IICFVnTkqMZ/c5PPtIStX89WtBnsmIg3z1qfFJEOXlE=", + "integrity": "sha256-MMV+VsI6iwk1U5gATzJEfKqFTRLcNjE6r0TSAmT/3O8=", "output": "sqlite3", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/sqlite3", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/sqlite3" + "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-alpha.5~_repo_rules~cosmos-sqlite3" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-sqlite3" } }, "sqlite3": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-sqlite3//:sqlite3", - "name": "ape~1.0.0-alpha.5~_repo_rules~sqlite3" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-sqlite3//:sqlite3", + "name": "ape~1.0.0-beta.7~_repo_rules~sqlite3" } }, "cosmos-stat": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-KO2xc+Vf2HdfUZPh2ItTxfun5CwFNsPQArjJ22fw/a8=", + "integrity": "sha256-VX1GgQICdH2+F5mmYc4WI7G4OT5FFI+Zy3fRw45aypU=", "output": "stat", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/stat", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/stat" + "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-alpha.5~_repo_rules~cosmos-stat" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-stat" } }, "stat": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-stat//:stat", - "name": "ape~1.0.0-alpha.5~_repo_rules~stat" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-stat//:stat", + "name": "ape~1.0.0-beta.7~_repo_rules~stat" } }, "cosmos-stty": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-S2BXpqZxSI493gq3piyCqH3dwE+yxvvAL1WWxRVd844=", + "integrity": "sha256-pBDYJV6K2WuiZTqTkHusvezMBwuf9WeBKOYA/CVyuUI=", "output": "stty", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/stty", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/stty" + "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-alpha.5~_repo_rules~cosmos-stty" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-stty" } }, "stty": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-stty//:stty", - "name": "ape~1.0.0-alpha.5~_repo_rules~stty" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-stty//:stty", + "name": "ape~1.0.0-beta.7~_repo_rules~stty" } }, "cosmos-sum": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-Uoro6aH+YK1IIBditsXeyXhwAlR9vqLnLOQ9K8PRSuM=", + "integrity": "sha256-V4E8YCCny/DfQ6vaSupDsQpEF8eF265jIVKiffjExD8=", "output": "sum", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/sum", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/sum" + "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-alpha.5~_repo_rules~cosmos-sum" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-sum" } }, "sum": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-sum//:sum", - "name": "ape~1.0.0-alpha.5~_repo_rules~sum" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-sum//:sum", + "name": "ape~1.0.0-beta.7~_repo_rules~sum" } }, "cosmos-sync": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-1iFwSaaAXI3pdNdfrMI9PychzSGJhy0UpDCDTwCn8/U=", + "integrity": "sha256-92eEiTPpnGEmb1ECuvSXMrAjY+mv/DPP7SMEokOIWNs=", "output": "sync", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/sync", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/sync" + "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-alpha.5~_repo_rules~cosmos-sync" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-sync" } }, "sync": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-sync//:sync", - "name": "ape~1.0.0-alpha.5~_repo_rules~sync" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-sync//:sync", + "name": "ape~1.0.0-beta.7~_repo_rules~sync" } }, "cosmos-tac": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-RG/VXzGH2MSwHLSQIG61wDmoNR5xYch3+xNbtDUROB4=", + "integrity": "sha256-wCJO+G4bdaTYMzOhZK0CqJbb1fEOmUTAgUrs/yKUi1c=", "output": "tac", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/tac", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/tac" + "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-alpha.5~_repo_rules~cosmos-tac" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-tac" } }, "tac": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-tac//:tac", - "name": "ape~1.0.0-alpha.5~_repo_rules~tac" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-tac//:tac", + "name": "ape~1.0.0-beta.7~_repo_rules~tac" } }, "cosmos-tail": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-hdbjryLVn6c7MR/XX/UhaOS7+QKLYhrJUo+DsE3Xz/E=", + "integrity": "sha256-25wCKN+CWbZI7/zvmviGlkz4MN6R+mhScVo+BonuDy0=", "output": "tail", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/tail", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/tail" + "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-alpha.5~_repo_rules~cosmos-tail" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-tail" } }, "tail": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-tail//:tail", - "name": "ape~1.0.0-alpha.5~_repo_rules~tail" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-tail//:tail", + "name": "ape~1.0.0-beta.7~_repo_rules~tail" } }, "cosmos-tar": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-bK1q+UwoTLgbDi6UeY20FCH3MtJaoRpWV3DHd2U7Mbw=", + "integrity": "sha256-veeG74pMzsCwry2oKhbXtrODNLikp7S0Wv98vaAgTlE=", "output": "tar", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/tar", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/tar" + "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-alpha.5~_repo_rules~cosmos-tar" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-tar" } }, "tar": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-tar//:tar", - "name": "ape~1.0.0-alpha.5~_repo_rules~tar" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-tar//:tar", + "name": "ape~1.0.0-beta.7~_repo_rules~tar" } }, "cosmos-tee": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-TJTxJe2mWPIizG4s3vwgg3wrKjew5E+1wGKRrtx+el4=", + "integrity": "sha256-9nv7tmm8AZfZEIflRNwZz01qDR32aMkbAfhBQTxSgZs=", "output": "tee", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/tee", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/tee" + "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-alpha.5~_repo_rules~cosmos-tee" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-tee" } }, "tee": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-tee//:tee", - "name": "ape~1.0.0-alpha.5~_repo_rules~tee" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-tee//:tee", + "name": "ape~1.0.0-beta.7~_repo_rules~tee" } }, "cosmos-test": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-djzefI/wv2XCnNfvFpjfTIJVly06qkSAsV4BoV0gUEo=", + "integrity": "sha256-njjQ967LtdtyVIr2LHLwNZcDjCh1ehqjf4vd4qs1xOY=", "output": "test", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/test", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/test" + "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-alpha.5~_repo_rules~cosmos-test" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-test" } }, "test": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-test//:test", - "name": "ape~1.0.0-alpha.5~_repo_rules~test" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-test//:test", + "name": "ape~1.0.0-beta.7~_repo_rules~test" } }, "cosmos-tidy": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-20zyJkRs1n5tzbPTbXPfAt9CaVDsbpGZws8bddOY16E=", + "integrity": "sha256-lDaweZcW7rqo3azvmyGRNoIFwH6QfBX9hTtV5XgZMkc=", "output": "tidy", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/tidy", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/tidy" + "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-alpha.5~_repo_rules~cosmos-tidy" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-tidy" } }, "tidy": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-tidy//:tidy", - "name": "ape~1.0.0-alpha.5~_repo_rules~tidy" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-tidy//:tidy", + "name": "ape~1.0.0-beta.7~_repo_rules~tidy" } }, "cosmos-timeout": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-aasJBcTgrDU0Xs4V4UkUW8Wsle1EdXnPdf0Fymw0Fpc=", + "integrity": "sha256-/05So3XYe6Q1ZaLlg3CkexkMWeePhlCnfiN3FWj40q8=", "output": "timeout", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/timeout", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/timeout" + "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-alpha.5~_repo_rules~cosmos-timeout" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-timeout" } }, "timeout": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-timeout//:timeout", - "name": "ape~1.0.0-alpha.5~_repo_rules~timeout" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-timeout//:timeout", + "name": "ape~1.0.0-beta.7~_repo_rules~timeout" } }, "cosmos-tmux": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-ZbW548NXsKv7puCJc+hHvF2hpYI7MQvZc//FAH7oTUI=", + "integrity": "sha256-8bdRHrTHAxbBe3jxvDWasMBTt9B/z/I25PZ/7BX8GlI=", "output": "tmux", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/tmux", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/tmux" + "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-alpha.5~_repo_rules~cosmos-tmux" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-tmux" } }, "tmux": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-tmux//:tmux", - "name": "ape~1.0.0-alpha.5~_repo_rules~tmux" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-tmux//:tmux", + "name": "ape~1.0.0-beta.7~_repo_rules~tmux" } }, "cosmos-touch": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-Qtxc3zlOZg2B3dXeUABQUcyFdjFCV6WPVQUr8DQP1qk=", + "integrity": "sha256-zhFuIvzfkzMi3FTIOumqd4GtGEVJpP/wBeU7/homOPI=", "output": "touch", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/touch", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/touch" + "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-alpha.5~_repo_rules~cosmos-touch" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-touch" } }, "touch": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-touch//:touch", - "name": "ape~1.0.0-alpha.5~_repo_rules~touch" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-touch//:touch", + "name": "ape~1.0.0-beta.7~_repo_rules~touch" } }, "cosmos-tr": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-1l1OkCTePV8SDxVQyoTtvK0fHCR9Hf+ebHGh5gEriyY=", + "integrity": "sha256-IiVcClTzSTp1JmNOHSlcIayZvNHbVY42DnAE8/0Qesc=", "output": "tr", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/tr", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/tr" + "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-alpha.5~_repo_rules~cosmos-tr" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-tr" } }, "tr": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-tr//:tr", - "name": "ape~1.0.0-alpha.5~_repo_rules~tr" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-tr//:tr", + "name": "ape~1.0.0-beta.7~_repo_rules~tr" } }, "cosmos-tree": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-B0m9Z2PoklikdfkbU1QyFsjlFkVzUemLSGmQTC/OL5I=", + "integrity": "sha256-cQ8mhq2xdF49vJUc7FloZUswVn72LJDTgxqtRoKCsiw=", "output": "tree", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/tree", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/tree" + "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-alpha.5~_repo_rules~cosmos-tree" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-tree" } }, "tree": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-tree//:tree", - "name": "ape~1.0.0-alpha.5~_repo_rules~tree" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-tree//:tree", + "name": "ape~1.0.0-beta.7~_repo_rules~tree" } }, "cosmos-true": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-Cp9RvWCvc8NmfZbMhdDz38cA8YJDVRswENEggHgEoVY=", + "integrity": "sha256-hYaiwy4ndHtQVXkue5IZqX6eGTEIG5hF9dFiJNwy0hE=", "output": "true", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/true", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/true" + "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-alpha.5~_repo_rules~cosmos-true" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-true" } }, "true": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-true//:true", - "name": "ape~1.0.0-alpha.5~_repo_rules~true" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-true//:true", + "name": "ape~1.0.0-beta.7~_repo_rules~true" } }, "cosmos-truncate": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-/u7bZBCAYeEeEeST5/9z3pmy6bgP0FAGUaUOED/Rppo=", + "integrity": "sha256-WBM53lBcudr5o7aZXSFtGMAtTDOiTO5mzJXu93LKD30=", "output": "truncate", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/truncate", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/truncate" + "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-alpha.5~_repo_rules~cosmos-truncate" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-truncate" } }, "truncate": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-truncate//:truncate", - "name": "ape~1.0.0-alpha.5~_repo_rules~truncate" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-truncate//:truncate", + "name": "ape~1.0.0-beta.7~_repo_rules~truncate" } }, "cosmos-tsort": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-uTgUXY/AU+WyqjwbCR5AS8O7wzN5pROWV1Jp0hmpykc=", + "integrity": "sha256-UpSUFlDED5YslxGn5tffiVOo+wXCkrHIcxn01I4h15s=", "output": "tsort", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/tsort", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/tsort" + "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-alpha.5~_repo_rules~cosmos-tsort" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-tsort" } }, "tsort": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-tsort//:tsort", - "name": "ape~1.0.0-alpha.5~_repo_rules~tsort" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-tsort//:tsort", + "name": "ape~1.0.0-beta.7~_repo_rules~tsort" } }, "cosmos-tty": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-q7ACSLuBRoj8S/6SACtld7x6LC/HbxTjGeY7vu/8ENg=", + "integrity": "sha256-yzZVpirempT1e3VfLqW/wh73Wg/MO9liJDJLRFqzOmE=", "output": "tty", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/tty", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/tty" + "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-alpha.5~_repo_rules~cosmos-tty" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-tty" } }, "tty": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-tty//:tty", - "name": "ape~1.0.0-alpha.5~_repo_rules~tty" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-tty//:tty", + "name": "ape~1.0.0-beta.7~_repo_rules~tty" } }, "cosmos-ttyinfo": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-30KPzAvNZ0hGPsi+hFXWgEQhItcB1bvRNJY+cokdcTo=", + "integrity": "sha256-80TSpREUXO5RJzkGhTYbDL1r31/JdiQ/9bojc0SJL5w=", "output": "ttyinfo", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/ttyinfo", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/ttyinfo" + "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-alpha.5~_repo_rules~cosmos-ttyinfo" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-ttyinfo" } }, "ttyinfo": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-ttyinfo//:ttyinfo", - "name": "ape~1.0.0-alpha.5~_repo_rules~ttyinfo" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-ttyinfo//:ttyinfo", + "name": "ape~1.0.0-beta.7~_repo_rules~ttyinfo" } }, "cosmos-unbourne": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-Q7/iZUHTlmCUQN6rw8cg7V+tb2A8RCDOnRfR9TZoMq4=", + "integrity": "sha256-nXUhnAnJZE2ibUTpzuPRuo3ZStSR5YsizSyzPvleEEg=", "output": "unbourne", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/unbourne", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/unbourne" + "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-alpha.5~_repo_rules~cosmos-unbourne" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-unbourne" } }, "unbourne": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-unbourne//:unbourne", - "name": "ape~1.0.0-alpha.5~_repo_rules~unbourne" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-unbourne//:unbourne", + "name": "ape~1.0.0-beta.7~_repo_rules~unbourne" } }, "cosmos-unexpand": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-1aCgwxoQk7SzJXBlADz3cf/V2vMMcys0MQ3fwaICx2U=", + "integrity": "sha256-SyirSgmXz8cG1TAs5tZHbTIUEup4TobeFXKHUn8g1d0=", "output": "unexpand", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/unexpand", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/unexpand" + "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-alpha.5~_repo_rules~cosmos-unexpand" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-unexpand" } }, "unexpand": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-unexpand//:unexpand", - "name": "ape~1.0.0-alpha.5~_repo_rules~unexpand" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-unexpand//:unexpand", + "name": "ape~1.0.0-beta.7~_repo_rules~unexpand" } }, "cosmos-uniq": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-A6UVJI2TAChs4PaCnCbjOYK74QvhoPef+7iVhgV4urA=", + "integrity": "sha256-bRyARZw39jAZXgyGVm63r2V7r+xT3L4d90kAYVlDAZY=", "output": "uniq", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/uniq", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/uniq" + "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-alpha.5~_repo_rules~cosmos-uniq" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-uniq" } }, "uniq": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-uniq//:uniq", - "name": "ape~1.0.0-alpha.5~_repo_rules~uniq" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-uniq//:uniq", + "name": "ape~1.0.0-beta.7~_repo_rules~uniq" } }, "cosmos-unlink": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-utJGVV1+wC3tQEdJ9kvr1c17Co2ljegM/+0ASl1WlUQ=", + "integrity": "sha256-W4J4XLYs4yyT+7872Fv8RbOYtAlN62r4fXU83EXYZE0=", "output": "unlink", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/unlink", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/unlink" + "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-alpha.5~_repo_rules~cosmos-unlink" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-unlink" } }, "unlink": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-unlink//:unlink", - "name": "ape~1.0.0-alpha.5~_repo_rules~unlink" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-unlink//:unlink", + "name": "ape~1.0.0-beta.7~_repo_rules~unlink" } }, "cosmos-unzip": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-CuORPmGI+lGcTM34owoLe6NA5O3sO2z6s/u32+52Ay8=", + "integrity": "sha256-QDT5UL43QhBK1pdJvCJdpyTMkxWQPD57wAkCziGcYP4=", "output": "unzip", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/unzip", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/unzip" + "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-alpha.5~_repo_rules~cosmos-unzip" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-unzip" } }, "unzip": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-unzip//:unzip", - "name": "ape~1.0.0-alpha.5~_repo_rules~unzip" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-unzip//:unzip", + "name": "ape~1.0.0-beta.7~_repo_rules~unzip" } }, "cosmos-uptime": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-m/S29ntFqzWNnInIxt6M+G0bXQVRRJullJ6+Cn0t5FM=", + "integrity": "sha256-faDcCqiIAUWbsKqZdtVDIRgvV5NCmEGT8qxMzR6lGOg=", "output": "uptime", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/uptime", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/uptime" + "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-alpha.5~_repo_rules~cosmos-uptime" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-uptime" } }, "uptime": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-uptime//:uptime", - "name": "ape~1.0.0-alpha.5~_repo_rules~uptime" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-uptime//:uptime", + "name": "ape~1.0.0-beta.7~_repo_rules~uptime" } }, "cosmos-users": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-i5UF16OR/uwcu/Zawzk0Qnj8ng5gKbwWcJQ075HRT/Y=", + "integrity": "sha256-isx4kM5na0c1MAcDdCcTnEIVB1HBCFKy757f47UD4tA=", "output": "users", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/users", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/users" + "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-alpha.5~_repo_rules~cosmos-users" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-users" } }, "users": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-users//:users", - "name": "ape~1.0.0-alpha.5~_repo_rules~users" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-users//:users", + "name": "ape~1.0.0-beta.7~_repo_rules~users" } }, "cosmos-vdir": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-iXYsmmp973x1uSnX+4na5G8sHJ5K4Y9en1GX1h8w/Xc=", + "integrity": "sha256-fQcjUl1QVmkQ4oyDkiKx/y2V+r5BDMU1oFf3w/l+tmc=", "output": "vdir", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/vdir", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/vdir" + "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-alpha.5~_repo_rules~cosmos-vdir" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-vdir" } }, "vdir": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-vdir//:vdir", - "name": "ape~1.0.0-alpha.5~_repo_rules~vdir" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-vdir//:vdir", + "name": "ape~1.0.0-beta.7~_repo_rules~vdir" } }, "cosmos-verynice": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-49xc858RJTKnORI8VR/qm+rWmw8685O40dyO3xA9MX4=", + "integrity": "sha256-S5D4PmAPPZ1WmQZmCAWFuIt3XdUHQoL9++LV7VTYtvI=", "output": "verynice", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/verynice", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/verynice" + "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-alpha.5~_repo_rules~cosmos-verynice" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-verynice" } }, "verynice": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-verynice//:verynice", - "name": "ape~1.0.0-alpha.5~_repo_rules~verynice" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-verynice//:verynice", + "name": "ape~1.0.0-beta.7~_repo_rules~verynice" } }, "cosmos-vim": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-wf8JV2UJG15mrkruoVW5mCYRziO5+mYtoinHR/MH88o=", + "integrity": "sha256-onKJ/dqER14qtN3DMg7U0kU9EE1qvy+d4NyDl27tdUY=", "output": "vim", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/vim", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/vim" + "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-alpha.5~_repo_rules~cosmos-vim" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-vim" } }, "vim": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-vim//:vim", - "name": "ape~1.0.0-alpha.5~_repo_rules~vim" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-vim//:vim", + "name": "ape~1.0.0-beta.7~_repo_rules~vim" } }, "cosmos-wall": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-yPDUoIdP/jcggElRwyiHqkS89gnVDzBzkCNwJfe8E9U=", + "integrity": "sha256-Fx/k6dM6iCdaKuC56Q2QoxhMcC0LaHacZRfT+EWTHHA=", "output": "wall", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/wall", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/wall" + "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-alpha.5~_repo_rules~cosmos-wall" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-wall" } }, "wall": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-wall//:wall", - "name": "ape~1.0.0-alpha.5~_repo_rules~wall" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-wall//:wall", + "name": "ape~1.0.0-beta.7~_repo_rules~wall" } }, "cosmos-wc": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-0QcoEnBZYML3zxx+8F5OywXn5KlJ2put3tVTtenRivU=", + "integrity": "sha256-XRpXEGIZ/9Ow5IrHP+dbo5dc1hHqKZ1ewqJLM1CX9bg=", "output": "wc", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/wc", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/wc" + "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-alpha.5~_repo_rules~cosmos-wc" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-wc" } }, "wc": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-wc//:wc", - "name": "ape~1.0.0-alpha.5~_repo_rules~wc" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-wc//:wc", + "name": "ape~1.0.0-beta.7~_repo_rules~wc" } }, "cosmos-wget": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-Cc6S4q1wHliGSWDZl2WVxDz+9YEdum6tFA7PLvw/UII=", + "integrity": "sha256-CHZFKvpbmc5AmpkazKk0H0MeYE8wTl7aANjbU9NKDb0=", "output": "wget", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/wget", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/wget" + "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-alpha.5~_repo_rules~cosmos-wget" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-wget" } }, "wget": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-wget//:wget", - "name": "ape~1.0.0-alpha.5~_repo_rules~wget" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-wget//:wget", + "name": "ape~1.0.0-beta.7~_repo_rules~wget" } }, "cosmos-who": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-f/7aVNcB5lYIhOpfxiqch8S22b+nI25TrI2C2bSKXI8=", + "integrity": "sha256-W+CBIPsR2NBc6xXbom6zyzNCvHKmE+py/iGlX5ewNok=", "output": "who", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/who", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/who" + "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-alpha.5~_repo_rules~cosmos-who" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-who" } }, "who": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-who//:who", - "name": "ape~1.0.0-alpha.5~_repo_rules~who" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-who//:who", + "name": "ape~1.0.0-beta.7~_repo_rules~who" } }, "cosmos-whoami": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-71b9T2z17+0j8711Eyw1rWrrTBv39cIgqEk85KlWSXw=", + "integrity": "sha256-yjAXVvBgVSkLRpNve2AC9srTCSdieNLjh63wFpgxM88=", "output": "whoami", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/whoami", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/whoami" + "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-alpha.5~_repo_rules~cosmos-whoami" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-whoami" } }, "whoami": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-whoami//:whoami", - "name": "ape~1.0.0-alpha.5~_repo_rules~whoami" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-whoami//:whoami", + "name": "ape~1.0.0-beta.7~_repo_rules~whoami" } }, "cosmos-xargs": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-bP3uyxPEzbL5QeMJCTtvQPrhpiXut+iHTTeGuOCpNJg=", + "integrity": "sha256-A34zn2hiDh2xMdPY82s1ghm/xzDUEXqxy6IVqOJv9vY=", "output": "xargs", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/xargs", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/xargs" + "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-alpha.5~_repo_rules~cosmos-xargs" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-xargs" } }, "xargs": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-xargs//:xargs", - "name": "ape~1.0.0-alpha.5~_repo_rules~xargs" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-xargs//:xargs", + "name": "ape~1.0.0-beta.7~_repo_rules~xargs" } }, "cosmos-xz": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-gTBKAnJyqP88kGYtlkZcdldoFU2J6VtcQCtfXfhrJDE=", + "integrity": "sha256-84VVLEvkMFVKsNTKX8IZ90XAqebHofJ4bsy3J3f+Xe0=", "output": "xz", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/xz", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/xz" + "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-alpha.5~_repo_rules~cosmos-xz" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-xz" } }, "xz": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-xz//:xz", - "name": "ape~1.0.0-alpha.5~_repo_rules~xz" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-xz//:xz", + "name": "ape~1.0.0-beta.7~_repo_rules~xz" } }, "cosmos-yes": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-ZGiA91He1rL0kZKHXUUH8qWmaLly/3QxtKO0R8avkbA=", + "integrity": "sha256-J+N2zXEIyM9SF5Xqmpye6hISJi40Xj8343AQUL9jOiI=", "output": "yes", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/yes", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/yes" + "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-alpha.5~_repo_rules~cosmos-yes" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-yes" } }, "yes": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-yes//:yes", - "name": "ape~1.0.0-alpha.5~_repo_rules~yes" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-yes//:yes", + "name": "ape~1.0.0-beta.7~_repo_rules~yes" } }, "cosmos-zip": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-Pba62aWW0gpT1wJK8Aa7HWwf3foaXnEUMxkfN8pZ01E=", + "integrity": "sha256-hxobwz7sl7w+NmS45mBoFd0sVSQ3haPeoPW5S7WBUN8=", "output": "zip", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/zip", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/zip" + "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-alpha.5~_repo_rules~cosmos-zip" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-zip" } }, "zip": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-zip//:zip", - "name": "ape~1.0.0-alpha.5~_repo_rules~zip" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-zip//:zip", + "name": "ape~1.0.0-beta.7~_repo_rules~zip" } }, "cosmos-zsh": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-JKePwqxk9+6vQbRdaGA/nZg0hNBn40mE3sKY1ftzxtQ=", + "integrity": "sha256-zYH33XZzUvk6v5DiLKe5lKTKx0IsRW7zJWIeQmhM0f4=", "output": "zsh", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/zsh", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/zsh" + "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-alpha.5~_repo_rules~cosmos-zsh" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-zsh" } }, "zsh": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-zsh//:zsh", - "name": "ape~1.0.0-alpha.5~_repo_rules~zsh" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-zsh//:zsh", + "name": "ape~1.0.0-beta.7~_repo_rules~zsh" } }, "cosmos-zstd": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-NBtbg/4vD4sgHfqxK9DiUzdtJgu3+lER8GYZ8irR40E=", + "integrity": "sha256-UQRCbSiHGWmBr2qsbnsCGQjIyhZG2ilfx9Iyxv6KbzQ=", "output": "zstd", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/zstd", - "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/zstd" + "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-alpha.5~_repo_rules~cosmos-zstd" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-zstd" } }, "zstd": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cosmos-zstd//:zstd", - "name": "ape~1.0.0-alpha.5~_repo_rules~zstd" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-zstd//:zstd", + "name": "ape~1.0.0-beta.7~_repo_rules~zstd" } }, - "cli.zip": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/file:repository.bzl", + "cosmos-chmod": { + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { - "executable": false, - "integrity": "sha256-ky+wwBWUS38eUFu5O3q/w7S2l7UGSJEDZAuYLmKGjc8=", - "output": "cli.zip", + "executable": true, + "integrity": "sha256-wr8yeoXHPf1zaytyG67uZFGXXr2P/EQfBDX2BXSEzg8=", + "output": "chmod", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/superconfigure/0.0.33/cli.zip", - "https://github.com/ahgamut/superconfigure/releases/download/z0.0.33/cli.zip" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/chmod", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/chmod.ape" ], - "name": "ape~1.0.0-alpha.5~_repo_rules~cli.zip" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-chmod" } }, - "cli": { - "bzlFile": "@@download_utils~1.0.0-beta.1//download/archive:repository.bzl", - "ruleClassName": "archive", + "chmod": { + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", + "ruleClassName": "entrypoint", "attributes": { - "srcs": [ - "bin/*" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-chmod//:chmod", + "name": "ape~1.0.0-beta.7~_repo_rules~chmod" + } + }, + "cosmos-cp": { + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", + "ruleClassName": "file", + "attributes": { + "executable": true, + "integrity": "sha256-uGcAdLFNsJ2iRWGfWkNvDDy8tq8ZuILOxPSsYAbRRWQ=", + "output": "cp", + "urls": [ + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/cp", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/cp.ape" ], - "integrity": "sha256-ky+wwBWUS38eUFu5O3q/w7S2l7UGSJEDZAuYLmKGjc8=", + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-cp" + } + }, + "cp": { + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", + "ruleClassName": "entrypoint", + "attributes": { + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-cp//:cp", + "name": "ape~1.0.0-beta.7~_repo_rules~cp" + } + }, + "cosmos-dd": { + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", + "ruleClassName": "file", + "attributes": { + "executable": true, + "integrity": "sha256-YcnILuHRDjt0KO1eK92RWERJ/kINYz984lmfSZxubFU=", + "output": "dd", "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/superconfigure/0.0.33/cli.zip", - "https://github.com/ahgamut/superconfigure/releases/download/z0.0.33/cli.zip" + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/dd", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/dd.ape" ], - "name": "ape~1.0.0-alpha.5~_repo_rules~cli" + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-dd" } }, - "diff": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "dd": { + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cli//:bin/diff", - "name": "ape~1.0.0-alpha.5~_repo_rules~diff" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-dd//:dd", + "name": "ape~1.0.0-beta.7~_repo_rules~dd" } }, - "diff3": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "cosmos-echo": { + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", + "ruleClassName": "file", + "attributes": { + "executable": true, + "integrity": "sha256-Fq/mSx5iToZAUnUol34WY2hpxCJQniM6ZiKtxAzfAMM=", + "output": "echo", + "urls": [ + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/echo", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/echo.ape" + ], + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-echo" + } + }, + "echo": { + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cli//:bin/diff3", - "name": "ape~1.0.0-alpha.5~_repo_rules~diff3" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-echo//:echo", + "name": "ape~1.0.0-beta.7~_repo_rules~echo" } }, - "sdiff": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "cosmos-gzip": { + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", + "ruleClassName": "file", + "attributes": { + "executable": true, + "integrity": "sha256-fLhh2zULCabpmmthArIDpQvaYKc3LPPSCct4+/6wBSw=", + "output": "gzip", + "urls": [ + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/gzip", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/gzip.ape" + ], + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-gzip" + } + }, + "gzip": { + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cli//:bin/sdiff", - "name": "ape~1.0.0-alpha.5~_repo_rules~sdiff" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-gzip//:gzip", + "name": "ape~1.0.0-beta.7~_repo_rules~gzip" } }, - "cmp": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "cosmos-mkdir": { + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", + "ruleClassName": "file", + "attributes": { + "executable": true, + "integrity": "sha256-mt2EcyVG4+Pg7C0HXbGd5IIRtoZ+LEqX9c/kq8DcsQw=", + "output": "mkdir", + "urls": [ + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/mkdir", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/mkdir.ape" + ], + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-mkdir" + } + }, + "mkdir": { + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cli//:bin/cmp", - "name": "ape~1.0.0-alpha.5~_repo_rules~cmp" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-mkdir//:mkdir", + "name": "ape~1.0.0-beta.7~_repo_rules~mkdir" } }, - "patch": { - "bzlFile": "@@ape~1.0.0-alpha.5//ape/entrypoint:repository.bzl", + "cosmos-mv": { + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", + "ruleClassName": "file", + "attributes": { + "executable": true, + "integrity": "sha256-jB7HYOKnprY6cyRiHpToKrGKW4cPID7gVUXWYi1tmlM=", + "output": "mv", + "urls": [ + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/mv", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/mv.ape" + ], + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-mv" + } + }, + "mv": { + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", + "ruleClassName": "entrypoint", + "attributes": { + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-mv//:mv", + "name": "ape~1.0.0-beta.7~_repo_rules~mv" + } + }, + "cosmos-printf": { + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", + "ruleClassName": "file", + "attributes": { + "executable": true, + "integrity": "sha256-lES1AJ1YXEsQN8At0yZvM5w0JGsJbfN8jGeb+n3i688=", + "output": "printf", + "urls": [ + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/printf", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/printf.ape" + ], + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-printf" + } + }, + "printf": { + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", + "ruleClassName": "entrypoint", + "attributes": { + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-printf//:printf", + "name": "ape~1.0.0-beta.7~_repo_rules~printf" + } + }, + "cosmos-rm": { + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", + "ruleClassName": "file", + "attributes": { + "executable": true, + "integrity": "sha256-pqJTHikQR3b1pSwEcvMaS4SVmHqqUP2k6jCeKSUtDI8=", + "output": "rm", + "urls": [ + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/rm", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/rm.ape" + ], + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-rm" + } + }, + "rm": { + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", + "ruleClassName": "entrypoint", + "attributes": { + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-rm//:rm", + "name": "ape~1.0.0-beta.7~_repo_rules~rm" + } + }, + "cosmos-uname": { + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", + "ruleClassName": "file", + "attributes": { + "executable": true, + "integrity": "sha256-C3SggIVtotuyaYo/xQchyv0p8cQnXlyRyVAfnnDA+QU=", + "output": "uname", + "urls": [ + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/uname", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/uname.ape" + ], + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-uname" + } + }, + "uname": { + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", + "ruleClassName": "entrypoint", + "attributes": { + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-uname//:uname", + "name": "ape~1.0.0-beta.7~_repo_rules~uname" + } + }, + "cosmos-pigz": { + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", + "ruleClassName": "file", + "attributes": { + "executable": true, + "integrity": "sha256-KReMrcHfifpjgxeb/k4WNl6ZtgJwfDIf9mTbcEldR0w=", + "output": "pigz", + "urls": [ + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/pigz", + "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/pigz" + ], + "name": "ape~1.0.0-beta.7~_repo_rules~cosmos-pigz" + } + }, + "pigz": { + "bzlFile": "@@ape~1.0.0-beta.7//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-alpha.5~_repo_rules~cli//:bin/patch", - "name": "ape~1.0.0-alpha.5~_repo_rules~patch" + "binary": "@@ape~1.0.0-beta.7~_repo_rules~cosmos-pigz//:pigz", + "name": "ape~1.0.0-beta.7~_repo_rules~pigz" } } } @@ -14042,7 +14995,7 @@ "envVariables": {}, "generatedRepoSpecs": { "resolved-pigz": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/resolved:repository.bzl", + "bzlFile": "@@toolchain_utils~1.0.0-beta.9//toolchain/resolved:repository.bzl", "ruleClassName": "resolved", "attributes": { "toolchain_type": "@@rules_gzip~override//gzip/toolchain/pigz:type", @@ -14592,1313 +15545,24 @@ } } }, - "@@toolchain_utils~1.0.0-beta.3//:MODULE.bazel%_repo_rules": { + "@@toolchain_utils~1.0.0-beta.9//:MODULE.bazel%_repo_rules": { "general": { - "bzlTransitiveDigest": "N8Ehl02dLIrmCn7Ff5iLyKwfbBa0ZnVCw5quAS8d+Yw=", + "bzlTransitiveDigest": "EyT/sMAKLPArwKQR7yfwzX0Jj6UkbNPq+yyLByJVyUY=", "accumulatedFileDigests": {}, "envVariables": {}, "generatedRepoSpecs": { "local": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//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.3~_repo_rules~local" + "name": "toolchain_utils~1.0.0-beta.9~_repo_rules~local" } }, "launcher": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//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.3~_repo_rules~launcher" - } - } - } - } - }, - "@@toolchain_utils~1.0.0-beta.3//toolchain/export:defs.bzl%toolchain_export": { - "general": { - "bzlTransitiveDigest": "laNB//SXZSomxqiHzcH66mX9T1eNTZTOpVZf1HIpUoE=", - "accumulatedFileDigests": {}, - "envVariables": {}, - "generatedRepoSpecs": { - "ape-pledge": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-pledge", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~pledge//:pledge" - } - }, - "ape-basenc": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-basenc", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~basenc//:basenc" - } - }, - "ape-pwd": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-pwd", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~pwd//:pwd" - } - }, - "ape-xargs": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-xargs", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~xargs//:xargs" - } - }, - "ape-md5sum": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-md5sum", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~md5sum//:md5sum" - } - }, - "ape-cut": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-cut", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~cut//:cut" - } - }, - "ape-date": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-date", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~date//:date" - } - }, - "ape-nl": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-nl", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~nl//:nl" - } - }, - "ape-expand": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-expand", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~expand//:expand" - } - }, - "ape-ttyinfo": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-ttyinfo", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~ttyinfo//:ttyinfo" - } - }, - "ape-verynice": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-verynice", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~verynice//:verynice" - } - }, - "ape-cmp": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-cmp", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~cmp//:cmp" - } - }, - "ape-dirname": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-dirname", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~dirname//:dirname" - } - }, - "ape-sum": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-sum", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~sum//:sum" - } - }, - "ape-unexpand": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-unexpand", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~unexpand//:unexpand" - } - }, - "ape-sdiff": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-sdiff", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~sdiff//:sdiff" - } - }, - "ape-pigz": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-pigz", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~pigz//:pigz" - } - }, - "ape-nano": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-nano", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~nano//:nano" - } - }, - "ape-zsh": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-zsh", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~zsh//:zsh" - } - }, - "ape-datasette": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-datasette", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~datasette//:datasette" - } - }, - "ape-sha384sum": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-sha384sum", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~sha384sum//:sha384sum" - } - }, - "ape-dircolors": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-dircolors", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~dircolors//:dircolors" - } - }, - "ape-rsync": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-rsync", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~rsync//:rsync" - } - }, - "ape-sed": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-sed", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~sed//:sed" - } - }, - "ape-sha512sum": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-sha512sum", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~sha512sum//:sha512sum" - } - }, - "ape-nproc": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-nproc", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~nproc//:nproc" - } - }, - "ape-find": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-find", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~find//:find" - } - }, - "ape-pinky": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-pinky", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~pinky//:pinky" - } - }, - "ape-mktemp": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-mktemp", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~mktemp//:mktemp" - } - }, - "ape-bash": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-bash", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~bash//:bash" - } - }, - "ape-mkfifo": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-mkfifo", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~mkfifo//:mkfifo" - } - }, - "ape-tmux": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-tmux", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~tmux//:tmux" - } - }, - "ape-users": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-users", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~users//:users" - } - }, - "ape-head": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-head", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~head//:head" - } - }, - "ape-seq": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-seq", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~seq//:seq" - } - }, - "diff": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~diff", - "target": "@@toolchain_utils~1.0.0-beta.3~toolchain_export~ape-diff//:ape-diff" - } - }, - "ape-printenv": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-printenv", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~printenv//:printenv" - } - }, - "ape-lz4": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-lz4", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~lz4//:lz4" - } - }, - "ape-sqlite3": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-sqlite3", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~sqlite3//:sqlite3" - } - }, - "ape-od": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-od", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~od//:od" - } - }, - "ape-tsort": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-tsort", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~tsort//:tsort" - } - }, - "ape-chcon": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-chcon", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~chcon//:chcon" - } - }, - "ape-shred": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-shred", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~shred//:shred" - } - }, - "ape-tidy": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-tidy", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~tidy//:tidy" - } - }, - "ape-wall": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-wall", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~wall//:wall" - } - }, - "ape-split": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-split", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~split//:split" - } - }, - "ape-berry": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-berry", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~berry//:berry" - } - }, - "ape-groups": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-groups", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~groups//:groups" - } - }, - "ape-base64": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-base64", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~base64//:base64" - } - }, - "ape-grep": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-grep", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~grep//:grep" - } - }, - "ape-wc": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-wc", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~wc//:wc" - } - }, - "ape-chown": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-chown", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~chown//:chown" - } - }, - "ape-ctags": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-ctags", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~ctags//:ctags" - } - }, - "ape-locate": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-locate", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~locate//:locate" - } - }, - "ape-ls": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-ls", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~ls//:ls" - } - }, - "ape-factor": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-factor", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~factor//:factor" - } - }, - "ape-life": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-life", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~life//:life" - } - }, - "ape-expr": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-expr", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~expr//:expr" - } - }, - "ape-link": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-link", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~link//:link" - } - }, - "ape-ninja": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-ninja", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~ninja//:ninja" - } - }, - "ape-qjs": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-qjs", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~qjs//:qjs" - } - }, - "cmp": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~cmp", - "target": "@@toolchain_utils~1.0.0-beta.3~toolchain_export~ape-cmp//:ape-cmp" - } - }, - "ape-df": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-df", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~df//:df" - } - }, - "ape-ln": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-ln", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~ln//:ln" - } - }, - "ape-b2sum": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-b2sum", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~b2sum//:b2sum" - } - }, - "ape-tr": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-tr", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~tr//:tr" - } - }, - "ape-unlink": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-unlink", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~unlink//:unlink" - } - }, - "ape-diff": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-diff", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~diff//:diff" - } - }, - "ape-unbourne": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-unbourne", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~unbourne//:unbourne" - } - }, - "ape-dir": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-dir", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~dir//:dir" - } - }, - "ape-fmt": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-fmt", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~fmt//:fmt" - } - }, - "ape-fold": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-fold", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~fold//:fold" - } - }, - "ape-make": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-make", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~make//:make" - } - }, - "ape-mktemper": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-mktemper", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~mktemper//:mktemper" - } - }, - "ape-base32": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-base32", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~base32//:base32" - } - }, - "ape-chgrp": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-chgrp", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~chgrp//:chgrp" - } - }, - "ape-tac": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-tac", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~tac//:tac" - } - }, - "ape-touch": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-touch", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~touch//:touch" - } - }, - "ape-python": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-python", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~python//:python" - } - }, - "ape-uptime": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-uptime", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~uptime//:uptime" - } - }, - "ape-clang-format": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-clang-format", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~clang-format//:clang-format" - } - }, - "ape-comm": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-comm", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~comm//:comm" - } - }, - "ape-tar": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-tar", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~tar//:tar" - } - }, - "ape-false": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-false", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~false//:false" - } - }, - "ape-rmdir": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-rmdir", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~rmdir//:rmdir" - } - }, - "ape-paste": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-paste", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~paste//:paste" - } - }, - "ape-du": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-du", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~du//:du" - } - }, - "ape-links": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-links", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~links//:links" - } - }, - "ape-nohup": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-nohup", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~nohup//:nohup" - } - }, - "sdiff": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~sdiff", - "target": "@@toolchain_utils~1.0.0-beta.3~toolchain_export~ape-sdiff//:ape-sdiff" - } - }, - "diff3": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~diff3", - "target": "@@toolchain_utils~1.0.0-beta.3~toolchain_export~ape-diff3//:ape-diff3" - } - }, - "ape-basename": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-basename", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~basename//:basename" - } - }, - "ape-sha256sum": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-sha256sum", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~sha256sum//:sha256sum" - } - }, - "ape-greenbean": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-greenbean", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~greenbean//:greenbean" - } - }, - "ape-who": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-who", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~who//:who" - } - }, - "ape-curl": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-curl", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~curl//:curl" - } - }, - "ape-join": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-join", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~join//:join" - } - }, - "ape-printimage": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-printimage", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~printimage//:printimage" - } - }, - "ape-diff3": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-diff3", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~diff3//:diff3" - } - }, - "pigz": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~pigz", - "target": "@@toolchain_utils~1.0.0-beta.3~toolchain_export~ape-pigz//:ape-pigz" - } - }, - "ape-pathchk": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-pathchk", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~pathchk//:pathchk" - } - }, - "ape-script": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-script", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~script//:script" - } - }, - "ape-cat": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-cat", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~cat//:cat" - } - }, - "ape-emacs": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-emacs", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~emacs//:emacs" - } - }, - "ape-csplit": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-csplit", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~csplit//:csplit" - } - }, - "ape-kill": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-kill", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~kill//:kill" - } - }, - "ape-emacsclient": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-emacsclient", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~emacsclient//:emacsclient" - } - }, - "ape-nice": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-nice", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~nice//:nice" - } - }, - "ape-timeout": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-timeout", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~timeout//:timeout" - } - }, - "ape-chroot": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-chroot", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~chroot//:chroot" - } - }, - "ape-mknod": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-mknod", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~mknod//:mknod" - } - }, - "ape-sha224sum": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-sha224sum", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~sha224sum//:sha224sum" - } - }, - "ape-yes": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-yes", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~yes//:yes" - } - }, - "ape-gmake": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-gmake", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~gmake//:gmake" - } - }, - "ape-numfmt": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-numfmt", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~numfmt//:numfmt" - } - }, - "ape-tail": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-tail", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~tail//:tail" - } - }, - "ape-bzip2": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-bzip2", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~bzip2//:bzip2" - } - }, - "ape-env": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-env", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~env//:env" - } - }, - "ape-vdir": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-vdir", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~vdir//:vdir" - } - }, - "ape-patch": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-patch", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~patch//:patch" - } - }, - "ape-realpath": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-realpath", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~realpath//:realpath" - } - }, - "ape-ptx": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-ptx", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~ptx//:ptx" - } - }, - "ape-awk": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-awk", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~awk//:awk" - } - }, - "ape-stat": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-stat", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~stat//:stat" - } - }, - "ape-brotli": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-brotli", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~brotli//:brotli" - } - }, - "ape-lua": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-lua", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~lua//:lua" - } - }, - "ape-nesemu1": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-nesemu1", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~nesemu1//:nesemu1" - } - }, - "ape-wget": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-wget", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~wget//:wget" - } - }, - "ape-tty": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-tty", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~tty//:tty" - } - }, - "ape-unzip": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-unzip", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~unzip//:unzip" - } - }, - "ape-pr": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-pr", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~pr//:pr" - } - }, - "ape-whoami": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-whoami", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~whoami//:whoami" - } - }, - "ape-xz": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-xz", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~xz//:xz" - } - }, - "ape-uniq": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-uniq", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~uniq//:uniq" - } - }, - "coreutils": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~coreutils", - "target": "@@rules_coreutils~1.0.0-alpha.8~_repo_rules~coreutils//:coreutils" - } - }, - "ape-readlink": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-readlink", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~readlink//:readlink" - } - }, - "ape-zstd": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-zstd", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~zstd//:zstd" - } - }, - "ape-cksum": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-cksum", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~cksum//:cksum" - } - }, - "ape-tee": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-tee", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~tee//:tee" - } - }, - "ape-sha1sum": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-sha1sum", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~sha1sum//:sha1sum" - } - }, - "ape-logname": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-logname", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~logname//:logname" - } - }, - "ape-sort": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-sort", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~sort//:sort" - } - }, - "ape-tree": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-tree", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~tree//:tree" - } - }, - "ape-less": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-less", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~less//:less" - } - }, - "ape-vim": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-vim", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~vim//:vim" - } - }, - "ape-dash": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-dash", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~dash//:dash" - } - }, - "ape-redbean": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-redbean", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~redbean//:redbean" - } - }, - "ape-sync": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-sync", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~sync//:sync" - } - }, - "ape-install": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-install", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~install//:install" - } - }, - "ape-shuf": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-shuf", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~shuf//:shuf" - } - }, - "ape-stty": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-stty", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~stty//:stty" - } - }, - "ape-zip": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-zip", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~zip//:zip" - } - }, - "ape-id": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-id", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~id//:id" - } - }, - "ape-truncate": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-truncate", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~truncate//:truncate" - } - }, - "ape-runcon": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-runcon", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~runcon//:runcon" - } - }, - "ape-true": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-true", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~true//:true" - } - }, - "ape-pypack1": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-pypack1", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~pypack1//:pypack1" - } - }, - "ape-cpuid": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-cpuid", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~cpuid//:cpuid" - } - }, - "ape-sleep": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-sleep", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~sleep//:sleep" - } - }, - "ape-test": { - "bzlFile": "@@toolchain_utils~1.0.0-beta.3//toolchain/export/symlink:repository.bzl", - "ruleClassName": "symlink", - "attributes": { - "name": "toolchain_utils~1.0.0-beta.3~toolchain_export~ape-test", - "target": "@@ape~1.0.0-alpha.5~_repo_rules~test//:test" + "name": "toolchain_utils~1.0.0-beta.9~_repo_rules~launcher" } } } diff --git a/gzip/compress/rule.bzl b/gzip/compress/rule.bzl index 9bdc633..93c3f81 100644 --- a/gzip/compress/rule.bzl +++ b/gzip/compress/rule.bzl @@ -44,7 +44,7 @@ def implementation(ctx): outputs = [output], inputs = [ctx.file.src], arguments = [args], - tools = [gzip.executable], + tools = [gzip.run], executable = rendered, toolchain = "//gzip/toolchain/pigz:type", mnemonic = "GzipCompress", diff --git a/gzip/decompress/rule.bzl b/gzip/decompress/rule.bzl index e5e09c4..7ce9354 100644 --- a/gzip/decompress/rule.bzl +++ b/gzip/decompress/rule.bzl @@ -45,7 +45,7 @@ def implementation(ctx): outputs = [output], inputs = [ctx.file.src], arguments = [args], - tools = [gzip.executable], + tools = [gzip.run], executable = rendered, toolchain = "//gzip/toolchain/pigz:type", mnemonic = "GzipDecompress", diff --git a/gzip/toolchain/pigz/BUILD.bazel b/gzip/toolchain/pigz/BUILD.bazel index 617f3c4..4a7631e 100644 --- a/gzip/toolchain/pigz/BUILD.bazel +++ b/gzip/toolchain/pigz/BUILD.bazel @@ -8,7 +8,7 @@ toolchain_type( ape_toolchain( name = "ape", - toolchain = "@ape-pigz//:pigz", + toolchain = "@ape//:pigz", toolchain_type = ":type", ) -- GitLab From e0dd3142f66b4594d7e83b04ddcdb31fb6b1c5a8 Mon Sep 17 00:00:00 2001 From: Thomas Date: Wed, 22 May 2024 12:27:50 +0100 Subject: [PATCH 3/3] ci: enable remote execution --- .bazelrc.ci | 41 +- .gitlab-ci.yml | 25 +- MODULE.bazel | 2 +- MODULE.bazel.lock | 2645 +++++++++++++++++++++++--------------- e2e/.bazelrc.ci | 38 +- gzip/decompress/rule.bzl | 1 - 6 files changed, 1724 insertions(+), 1028 deletions(-) diff --git a/.bazelrc.ci b/.bazelrc.ci index 3702b0c..045e1ab 100644 --- a/.bazelrc.ci +++ b/.bazelrc.ci @@ -10,15 +10,15 @@ 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 # 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 @@ -29,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 6d030d0..bc5d5a6 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -8,7 +8,7 @@ module( bazel_dep(name = "toolchain_utils", version = "1.0.0-beta.9") bazel_dep(name = "rules_coreutils", version = "1.0.0-beta.1") -bazel_dep(name = "ape", version = "1.0.0-beta.6") +bazel_dep(name = "ape", version = "1.0.0-beta.7") export = use_extension("@toolchain_utils//toolchain/export:defs.bzl", "toolchain_export") use_repo(export, "ape-pigz") diff --git a/MODULE.bazel.lock b/MODULE.bazel.lock index 52ec6d0..9d5aa75 100644 --- a/MODULE.bazel.lock +++ b/MODULE.bazel.lock @@ -1,6 +1,6 @@ { "lockFileVersion": 3, - "moduleFileHash": "622ee348130709db019e078f36120dfae02835db162264541e65e9d633fe3fcf", + "moduleFileHash": "23a998e16bd4a0d2bbf9e1f53577b42a0d17c1d152e06bc4f29b2fb62f7d1aef", "flags": { "cmdRegistries": [ "https://bcr.bazel.build/" @@ -13,7 +13,8 @@ "compatibilityMode": "ERROR" }, "localOverrideHashes": { - "bazel_tools": "922ea6752dc9105de5af957f7a99a6933c0a6a712d23df6aad16a9c399f7e787" + "bazel_tools": "922ea6752dc9105de5af957f7a99a6933c0a6a712d23df6aad16a9c399f7e787", + "ape": "56e635072168a5c6925f4c5d48ae62627460696d3390cae7c71538e07b6085db" }, "moduleDepGraph": { "": { @@ -32,7 +33,7 @@ "usingModule": "", "location": { "file": "@@//:MODULE.bazel", - "line": 13, + "line": 17, "column": 23 }, "imports": { @@ -50,7 +51,7 @@ "devDependency": false, "location": { "file": "@@//:MODULE.bazel", - "line": 15, + "line": 19, "column": 15 } } @@ -81,7 +82,7 @@ "devDependency": false, "location": { "file": "@@//:MODULE.bazel", - "line": 23, + "line": 27, "column": 9 } } @@ -93,7 +94,7 @@ "deps": { "toolchain_utils": "toolchain_utils@1.0.0-beta.9", "rules_coreutils": "rules_coreutils@1.0.0-beta.1", - "ape": "ape@1.0.0-beta.6", + "ape": "ape@_", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" } @@ -2403,10 +2404,10 @@ } } }, - "ape@1.0.0-beta.6": { + "ape@_": { "name": "ape", - "version": "1.0.0-beta.6", - "key": "ape@1.0.0-beta.6", + "version": "", + "key": "ape@_", "repoName": "ape", "executionPlatformsToRegister": [], "toolchainsToRegister": [ @@ -2416,9 +2417,9 @@ { "extensionBzlFile": "//:MODULE.bazel", "extensionName": "_repo_rules", - "usingModule": "ape@1.0.0-beta.6", + "usingModule": "ape@_", "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "file": "@@ape~override//:MODULE.bazel", "line": 0, "column": 0 }, @@ -2595,8 +2596,6 @@ "patch": "patch", "cosmos-pathchk": "cosmos-pathchk", "pathchk": "pathchk", - "cosmos-pigz": "cosmos-pigz", - "pigz": "pigz", "cosmos-pinky": "cosmos-pinky", "pinky": "pinky", "cosmos-pledge": "cosmos-pledge", @@ -2740,7 +2739,9 @@ "cosmos-zsh": "cosmos-zsh", "zsh": "zsh", "cosmos-zstd": "cosmos-zstd", - "zstd": "zstd" + "zstd": "zstd", + "cosmos-pigz": "cosmos-pigz", + "pigz": "pigz" }, "devImports": [], "tags": [ @@ -2764,8 +2765,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 17, + "file": "@@ape~override//:MODULE.bazel", + "line": 15, "column": 17 } }, @@ -2779,8 +2780,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 36, + "file": "@@ape~override//:MODULE.bazel", + "line": 34, "column": 7 } }, @@ -2792,14 +2793,14 @@ "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" + "https://raw.githubusercontent.com/jart/cosmopolitan/3.3.1/ape/ape-m1.c" ], "name": "ape-m1.c" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 45, + "file": "@@ape~override//:MODULE.bazel", + "line": 43, "column": 14 } }, @@ -2815,8 +2816,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 58, + "file": "@@ape~override//:MODULE.bazel", + "line": 56, "column": 8 } }, @@ -2834,8 +2835,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 66, + "file": "@@ape~override//:MODULE.bazel", + "line": 64, "column": 18 } }, @@ -2853,8 +2854,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 66, + "file": "@@ape~override//:MODULE.bazel", + "line": 64, "column": 18 } }, @@ -2872,8 +2873,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 66, + "file": "@@ape~override//:MODULE.bazel", + "line": 64, "column": 18 } }, @@ -2884,8 +2885,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 85, + "file": "@@ape~override//:MODULE.bazel", + "line": 83, "column": 3 } }, @@ -2903,8 +2904,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 87, + "file": "@@ape~override//:MODULE.bazel", + "line": 85, "column": 7 } }, @@ -2916,8 +2917,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 100, + "file": "@@ape~override//:MODULE.bazel", + "line": 98, "column": 9 } }, @@ -2935,8 +2936,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -2948,8 +2949,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -2967,8 +2968,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -2980,8 +2981,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -2999,8 +3000,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -3012,8 +3013,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -3031,8 +3032,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -3044,8 +3045,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -3063,8 +3064,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -3076,8 +3077,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -3095,8 +3096,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -3108,8 +3109,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -3127,8 +3128,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -3140,8 +3141,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -3159,8 +3160,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -3172,8 +3173,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -3191,8 +3192,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -3204,8 +3205,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -3223,8 +3224,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -3236,8 +3237,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -3255,8 +3256,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -3268,8 +3269,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -3287,8 +3288,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -3300,8 +3301,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -3319,8 +3320,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -3332,8 +3333,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -3351,8 +3352,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -3364,8 +3365,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -3383,8 +3384,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -3396,8 +3397,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -3415,8 +3416,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -3428,8 +3429,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -3447,8 +3448,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -3460,8 +3461,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -3479,8 +3480,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -3492,8 +3493,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -3511,8 +3512,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -3524,8 +3525,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -3543,8 +3544,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -3556,8 +3557,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -3575,8 +3576,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -3588,8 +3589,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -3607,8 +3608,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -3620,8 +3621,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -3639,8 +3640,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -3652,8 +3653,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -3671,8 +3672,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -3684,8 +3685,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -3703,8 +3704,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -3716,8 +3717,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -3735,8 +3736,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -3748,8 +3749,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -3767,8 +3768,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -3780,8 +3781,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -3799,8 +3800,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -3812,8 +3813,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -3831,8 +3832,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -3844,8 +3845,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -3863,8 +3864,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -3876,8 +3877,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -3895,8 +3896,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -3908,8 +3909,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -3927,8 +3928,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -3940,8 +3941,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -3959,8 +3960,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -3972,8 +3973,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -3991,8 +3992,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -4004,8 +4005,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -4023,8 +4024,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -4036,8 +4037,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -4055,8 +4056,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -4068,8 +4069,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -4087,8 +4088,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -4100,8 +4101,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -4119,8 +4120,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -4132,8 +4133,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -4151,8 +4152,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -4164,8 +4165,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -4183,8 +4184,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -4196,8 +4197,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -4215,8 +4216,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -4228,8 +4229,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -4247,8 +4248,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -4260,8 +4261,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -4279,8 +4280,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -4292,8 +4293,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -4311,8 +4312,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -4324,8 +4325,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -4343,8 +4344,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -4356,8 +4357,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -4375,8 +4376,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -4388,8 +4389,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -4407,8 +4408,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -4420,8 +4421,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -4439,8 +4440,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -4452,8 +4453,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -4471,8 +4472,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -4484,8 +4485,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -4503,8 +4504,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -4516,8 +4517,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -4535,8 +4536,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -4548,8 +4549,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -4567,8 +4568,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -4580,8 +4581,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -4599,8 +4600,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -4612,8 +4613,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -4631,8 +4632,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -4644,8 +4645,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -4663,8 +4664,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -4676,8 +4677,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -4695,8 +4696,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -4708,8 +4709,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -4727,8 +4728,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -4740,8 +4741,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -4759,8 +4760,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -4772,8 +4773,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -4791,8 +4792,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -4804,8 +4805,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -4823,8 +4824,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -4836,8 +4837,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -4855,8 +4856,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -4868,8 +4869,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -4887,8 +4888,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -4900,8 +4901,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -4919,8 +4920,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -4932,8 +4933,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -4951,8 +4952,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -4964,8 +4965,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -4983,8 +4984,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -4996,8 +4997,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -5015,8 +5016,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -5028,8 +5029,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -5047,8 +5048,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -5060,8 +5061,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -5079,8 +5080,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -5092,8 +5093,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -5111,8 +5112,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -5124,8 +5125,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -5143,8 +5144,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -5156,8 +5157,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -5175,8 +5176,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -5188,8 +5189,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -5207,8 +5208,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -5220,8 +5221,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -5239,8 +5240,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -5252,8 +5253,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -5271,8 +5272,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -5284,8 +5285,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -5303,8 +5304,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -5316,8 +5317,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -5335,8 +5336,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -5348,8 +5349,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -5367,8 +5368,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -5380,8 +5381,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -5399,8 +5400,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -5412,8 +5413,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -5431,8 +5432,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -5444,8 +5445,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -5463,8 +5464,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -5476,8 +5477,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -5495,8 +5496,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -5508,40 +5509,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, - "column": 23 - } - }, - { - "tagName": "@download_utils//download/file:defs.bzl%download_file", - "attributeValues": { - "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": "cosmos-pigz" - }, - "devDependency": false, - "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, - "column": 22 - } - }, - { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", - "attributeValues": { - "binary": "@cosmos-pigz//:pigz", - "name": "pigz" - }, - "devDependency": false, - "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -5559,8 +5528,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -5572,8 +5541,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -5591,8 +5560,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -5604,8 +5573,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -5623,8 +5592,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -5636,8 +5605,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -5655,8 +5624,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -5668,8 +5637,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -5687,8 +5656,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -5700,8 +5669,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -5719,8 +5688,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -5732,8 +5701,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -5751,8 +5720,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -5764,8 +5733,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -5783,8 +5752,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -5796,8 +5765,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -5815,8 +5784,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -5828,8 +5797,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -5847,8 +5816,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -5860,8 +5829,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -5879,8 +5848,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -5892,8 +5861,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -5911,8 +5880,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -5924,8 +5893,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -5943,8 +5912,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -5956,8 +5925,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -5975,8 +5944,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -5988,8 +5957,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -6007,8 +5976,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -6020,8 +5989,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -6039,8 +6008,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -6052,8 +6021,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -6071,8 +6040,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -6084,8 +6053,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -6103,8 +6072,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -6116,8 +6085,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -6135,8 +6104,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -6148,8 +6117,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -6167,8 +6136,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -6180,8 +6149,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -6199,8 +6168,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -6212,8 +6181,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -6231,8 +6200,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -6244,8 +6213,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -6263,8 +6232,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -6276,8 +6245,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -6295,8 +6264,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -6308,8 +6277,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -6327,8 +6296,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -6340,8 +6309,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -6359,8 +6328,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -6372,8 +6341,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -6391,8 +6360,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -6404,8 +6373,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -6423,8 +6392,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -6436,8 +6405,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -6455,8 +6424,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -6468,8 +6437,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -6487,8 +6456,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -6500,8 +6469,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -6519,8 +6488,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -6532,8 +6501,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -6551,8 +6520,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -6564,8 +6533,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -6583,8 +6552,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -6596,8 +6565,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -6615,8 +6584,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -6628,8 +6597,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -6647,8 +6616,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -6660,8 +6629,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -6679,8 +6648,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -6692,8 +6661,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -6711,8 +6680,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -6724,8 +6693,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -6743,8 +6712,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -6756,8 +6725,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -6775,8 +6744,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -6788,8 +6757,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -6807,8 +6776,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -6820,8 +6789,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -6839,8 +6808,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -6852,8 +6821,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -6871,8 +6840,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -6884,8 +6853,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -6903,8 +6872,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -6916,8 +6885,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -6935,8 +6904,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -6948,8 +6917,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -6967,8 +6936,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -6980,8 +6949,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -6999,8 +6968,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -7012,8 +6981,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -7031,8 +7000,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -7044,8 +7013,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -7063,8 +7032,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -7076,8 +7045,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -7095,8 +7064,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -7108,8 +7077,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -7127,8 +7096,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -7140,8 +7109,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -7159,8 +7128,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -7172,8 +7141,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -7191,8 +7160,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -7204,8 +7173,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -7223,8 +7192,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -7236,8 +7205,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -7255,8 +7224,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -7268,8 +7237,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -7287,8 +7256,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -7300,8 +7269,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -7319,8 +7288,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -7332,8 +7301,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -7351,8 +7320,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -7364,8 +7333,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -7383,8 +7352,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -7396,8 +7365,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -7415,8 +7384,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -7428,8 +7397,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -7447,8 +7416,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -7460,8 +7429,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -7479,8 +7448,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -7492,8 +7461,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -7511,8 +7480,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -7524,8 +7493,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -7543,8 +7512,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -7556,8 +7525,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -7575,8 +7544,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -7588,8 +7557,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -7607,8 +7576,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -7620,8 +7589,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -7639,8 +7608,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -7652,8 +7621,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -7671,8 +7640,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -7684,8 +7653,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -7703,8 +7672,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -7716,8 +7685,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -7735,8 +7704,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -7748,8 +7717,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -7767,8 +7736,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -7780,8 +7749,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -7799,8 +7768,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -7812,8 +7781,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, "column": 23 } }, @@ -7831,8 +7800,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "@@ape~override//:MODULE.bazel", + "line": 111, "column": 22 } }, @@ -7844,8 +7813,40 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "@@ape~override//:MODULE.bazel", + "line": 121, + "column": 23 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "executable": true, + "integrity": "sha256-KReMrcHfifpjgxeb/k4WNl6ZtgJwfDIf9mTbcEldR0w=", + "output": "pigz", + "urls": [ + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.2.4/pigz", + "https://cosmo.zip/pub/cosmos/v/3.2.4/bin/pigz" + ], + "name": "cosmos-pigz" + }, + "devDependency": false, + "location": { + "file": "@@ape~override//:MODULE.bazel", + "line": 292, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-pigz//:pigz", + "name": "pigz" + }, + "devDependency": false, + "location": { + "file": "@@ape~override//:MODULE.bazel", + "line": 302, "column": 23 } } @@ -7856,10 +7857,10 @@ { "extensionBzlFile": "@toolchain_utils//toolchain/export:defs.bzl", "extensionName": "toolchain_export", - "usingModule": "ape@1.0.0-beta.6", + "usingModule": "ape@_", "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 109, + "file": "@@ape~override//:MODULE.bazel", + "line": 107, "column": 23 }, "imports": {}, @@ -7873,8 +7874,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -7886,8 +7887,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -7899,8 +7900,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -7912,8 +7913,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -7925,8 +7926,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -7938,8 +7939,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -7951,8 +7952,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -7964,8 +7965,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -7977,8 +7978,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -7990,8 +7991,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -8003,8 +8004,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -8016,8 +8017,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -8029,8 +8030,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -8042,8 +8043,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -8055,8 +8056,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -8068,8 +8069,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -8081,8 +8082,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -8094,8 +8095,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -8107,8 +8108,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -8120,8 +8121,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -8133,8 +8134,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -8146,8 +8147,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -8159,8 +8160,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -8172,8 +8173,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -8185,8 +8186,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -8198,8 +8199,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -8211,8 +8212,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -8224,8 +8225,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -8237,8 +8238,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -8250,8 +8251,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -8263,8 +8264,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -8276,8 +8277,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -8289,8 +8290,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -8302,8 +8303,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -8315,8 +8316,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -8328,8 +8329,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -8341,8 +8342,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -8354,8 +8355,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -8367,8 +8368,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -8380,8 +8381,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -8393,8 +8394,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -8406,8 +8407,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -8419,8 +8420,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -8432,8 +8433,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -8445,8 +8446,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -8458,8 +8459,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -8471,8 +8472,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -8484,8 +8485,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -8497,8 +8498,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -8510,8 +8511,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -8523,8 +8524,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -8536,8 +8537,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -8549,8 +8550,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -8562,8 +8563,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -8575,8 +8576,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -8588,8 +8589,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -8601,8 +8602,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -8614,8 +8615,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -8627,8 +8628,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -8640,8 +8641,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -8653,8 +8654,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -8666,8 +8667,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -8679,8 +8680,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -8692,8 +8693,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -8705,8 +8706,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -8718,8 +8719,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -8731,8 +8732,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -8744,8 +8745,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -8757,8 +8758,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -8770,8 +8771,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -8783,8 +8784,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -8796,8 +8797,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -8809,8 +8810,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -8822,8 +8823,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -8835,8 +8836,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -8848,8 +8849,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -8861,8 +8862,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -8874,8 +8875,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -8887,8 +8888,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -8900,8 +8901,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -8913,21 +8914,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 - } - }, - { - "tagName": "symlink", - "attributeValues": { - "name": "ape-pigz", - "target": "@pigz" - }, - "devDependency": false, - "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -8939,8 +8927,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -8952,8 +8940,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -8965,8 +8953,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -8978,8 +8966,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -8991,8 +8979,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -9004,8 +8992,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -9017,8 +9005,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -9030,8 +9018,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -9043,8 +9031,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -9056,8 +9044,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -9069,8 +9057,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -9082,8 +9070,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -9095,8 +9083,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -9108,8 +9096,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -9121,8 +9109,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -9134,8 +9122,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -9147,8 +9135,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -9160,8 +9148,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -9173,8 +9161,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -9186,8 +9174,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -9199,8 +9187,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -9212,8 +9200,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -9225,8 +9213,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -9238,8 +9226,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -9251,8 +9239,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -9264,8 +9252,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -9277,8 +9265,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -9290,8 +9278,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -9303,8 +9291,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -9316,8 +9304,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -9329,8 +9317,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -9342,8 +9330,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -9355,8 +9343,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -9368,8 +9356,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -9381,8 +9369,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -9394,8 +9382,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -9407,8 +9395,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -9420,8 +9408,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -9433,8 +9421,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -9446,8 +9434,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -9459,8 +9447,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -9472,8 +9460,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -9485,8 +9473,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -9498,8 +9486,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -9511,8 +9499,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -9524,8 +9512,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -9537,8 +9525,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -9550,8 +9538,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -9563,8 +9551,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -9576,8 +9564,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -9589,8 +9577,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -9602,8 +9590,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -9615,8 +9603,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -9628,8 +9616,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -9641,8 +9629,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -9654,8 +9642,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -9667,8 +9655,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -9680,8 +9668,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -9693,8 +9681,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -9706,8 +9694,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -9719,8 +9707,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -9732,8 +9720,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -9745,8 +9733,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -9758,8 +9746,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -9771,8 +9759,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -9784,8 +9772,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -9797,8 +9785,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -9810,8 +9798,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -9823,8 +9811,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -9836,8 +9824,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -9849,8 +9837,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, "column": 23 } }, @@ -9862,8 +9850,21 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "@@ape~override//:MODULE.bazel", + "line": 125, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-pigz", + "target": "@pigz" + }, + "devDependency": false, + "location": { + "file": "@@ape~override//:MODULE.bazel", + "line": 306, "column": 23 } } @@ -9877,20 +9878,6 @@ "download_utils": "download_utils@1.0.0-beta.2", "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": "ape~1.0.0-beta.6", - "urls": [ - "https://gitlab.arm.com/bazel/ape/-/releases/v1.0.0-beta.6/downloads/src.tar.gz" - ], - "integrity": "sha512-fZNOpj31MphsHbrPcS71rxq2vcGkLtiBB8hpTQkqrd4sHDhhjfi8ovi8YSQtC70lbyBKxZQ/htwrradnbB58kg==", - "strip_prefix": "ape-v1.0.0-beta.6", - "remote_patches": {}, - "remote_patch_strip": 0 - } } }, "bazel_tools@_": { @@ -10511,5 +10498,631 @@ } } }, - "moduleExtensions": {} + "moduleExtensions": { + "@@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" + } + } + } + } + }, + "@@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.9//:MODULE.bazel%_repo_rules": { + "general": { + "bzlTransitiveDigest": "EyT/sMAKLPArwKQR7yfwzX0Jj6UkbNPq+yyLByJVyUY=", + "accumulatedFileDigests": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "local": { + "bzlFile": "@@toolchain_utils~1.0.0-beta.9//toolchain/local/triplet:repository.bzl", + "ruleClassName": "triplet", + "attributes": { + "name": "toolchain_utils~1.0.0-beta.9~_repo_rules~local" + } + }, + "launcher": { + "bzlFile": "@@toolchain_utils~1.0.0-beta.9//toolchain/launcher:repository.bzl", + "ruleClassName": "launcher", + "attributes": { + "name": "toolchain_utils~1.0.0-beta.9~_repo_rules~launcher" + } + } + } + } + } + } } diff --git a/e2e/.bazelrc.ci b/e2e/.bazelrc.ci index 63f32e6..045e1ab 100644 --- a/e2e/.bazelrc.ci +++ b/e2e/.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/gzip/decompress/rule.bzl b/gzip/decompress/rule.bzl index 7ce9354..b54cc5d 100644 --- a/gzip/decompress/rule.bzl +++ b/gzip/decompress/rule.bzl @@ -26,7 +26,6 @@ def implementation(ctx): gzip = ctx.toolchains["//gzip/toolchain/pigz:type"] output = ctx.actions.declare_file(ctx.file.src.basename.removesuffix(".gz")) - rendered = ctx.actions.declare_file("{}.{}".format(ctx.label.name, ctx.file._template.extension)) ctx.actions.expand_template( -- GitLab