diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 33095a53bd36b09cb533a8c54a8d407bd845370b..865af0acdd711d6f8ed67eba2ebaa4de12a79ab6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,11 +24,11 @@ test: parallel: matrix: - ROOT: - - . - - e2e + - . + - e2e CONFIG: - - local - - remote + - local + - remote script: - cd "${ROOT}"; bazelisk test --config="${CONFIG}" //... diff --git a/MODULE.bazel b/MODULE.bazel index 64ce1c6e36f69a386badbc6b48969aee337e52be..a68a22ec0197f2edf4dbd905fbfc86d22c32cce8 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -6,8 +6,12 @@ module( ], ) +bazel_dep(name = "rules_gzip", version = "1.0.0-beta.1") +bazel_dep(name = "rules_bzip2", version = "1.0.0-beta.1") +bazel_dep(name = "rules_zstd", version = "1.0.0-beta.1") +bazel_dep(name = "rules_xz", version = "1.0.0-beta.1") bazel_dep(name = "toolchain_utils", version = "1.0.0-beta.9") -bazel_dep(name = "ape", version = "1.0.0-beta.6") +bazel_dep(name = "ape", version = "1.0.0-beta.11") export = use_extension("@toolchain_utils//toolchain/export:defs.bzl", "toolchain_export") use_repo(export, "ape-tar") diff --git a/MODULE.bazel.lock b/MODULE.bazel.lock index b39501ed11df7bec97e6be5f0fee6a6b0b6f228c..2f3c5ae98a99ec335c6cd166cac61986819ef53c 100644 --- a/MODULE.bazel.lock +++ b/MODULE.bazel.lock @@ -1,6 +1,6 @@ { "lockFileVersion": 3, - "moduleFileHash": "77bc3ca4e59d5a4ba5c3b516460743e4314082cb914150f5cf2cbe3a83d484bc", + "moduleFileHash": "0d85e7fcc1583ee8974a8c60a4e52d3bba1aa59fba1520a98445879d1ce90876", "flags": { "cmdRegistries": [ "https://bcr.bazel.build/" @@ -32,7 +32,7 @@ "usingModule": "", "location": { "file": "@@//:MODULE.bazel", - "line": 12, + "line": 16, "column": 23 }, "imports": { @@ -50,7 +50,7 @@ "devDependency": false, "location": { "file": "@@//:MODULE.bazel", - "line": 14, + "line": 18, "column": 15 } } @@ -81,7 +81,7 @@ "devDependency": false, "location": { "file": "@@//:MODULE.bazel", - "line": 22, + "line": 26, "column": 9 } } @@ -91,56 +91,178 @@ } ], "deps": { + "rules_gzip": "rules_gzip@1.0.0-beta.1", + "rules_bzip2": "rules_bzip2@1.0.0-beta.1", + "rules_zstd": "rules_zstd@1.0.0-beta.1", + "rules_xz": "rules_xz@1.0.0-beta.1", "toolchain_utils": "toolchain_utils@1.0.0-beta.9", - "ape": "ape@1.0.0-beta.6", + "ape": "ape@1.0.0-beta.11", "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", + "rules_gzip@1.0.0-beta.1": { + "name": "rules_gzip", + "version": "1.0.0-beta.1", + "key": "rules_gzip@1.0.0-beta.1", + "repoName": "rules_gzip", "executionPlatformsToRegister": [], - "toolchainsToRegister": [], + "toolchainsToRegister": [ + "//gzip/toolchain/..." + ], "extensionUsages": [ + { + "extensionBzlFile": "@toolchain_utils//toolchain/export:defs.bzl", + "extensionName": "toolchain_export", + "usingModule": "rules_gzip@1.0.0-beta.1", + "location": { + "file": "https://bcr.bazel.build/modules/rules_gzip/1.0.0-beta.1/MODULE.bazel", + "line": 14, + "column": 23 + }, + "imports": { + "ape-pigz": "ape-pigz", + "pigz": "pigz" + }, + "devImports": [], + "tags": [ + { + "tagName": "symlink", + "attributeValues": { + "name": "pigz", + "target": "@ape-pigz" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_gzip/1.0.0-beta.1/MODULE.bazel", + "line": 16, + "column": 15 + } + } + ], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + }, { "extensionBzlFile": "//:MODULE.bazel", "extensionName": "_repo_rules", - "usingModule": "toolchain_utils@1.0.0-beta.9", + "usingModule": "rules_gzip@1.0.0-beta.1", "location": { - "file": "https://bcr.bazel.build/modules/toolchain_utils/1.0.0-beta.9/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_gzip/1.0.0-beta.1/MODULE.bazel", "line": 0, "column": 0 }, "imports": { - "local": "local", - "launcher": "launcher" + "resolved-pigz": "resolved-pigz" }, "devImports": [], "tags": [ { - "tagName": "//toolchain/local/triplet:defs.bzl%toolchain_local_triplet", + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", "attributeValues": { - "name": "local" + "toolchain_type": "//gzip/toolchain/pigz:type", + "name": "resolved-pigz" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/toolchain_utils/1.0.0-beta.9/MODULE.bazel", - "line": 15, - "column": 8 + "file": "https://bcr.bazel.build/modules/rules_gzip/1.0.0-beta.1/MODULE.bazel", + "line": 24, + "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.11", + "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_gzip~1.0.0-beta.1", + "urls": [ + "https://gitlab.arm.com/bazel/rules_gzip/-/releases/v1.0.0-beta.1/downloads/src.tar.gz" + ], + "integrity": "sha512-d608JvMhu4oVc3oQp3bs1OE45IuPiSz8LTQ0oHXZ6+dy6TkDaK+AGo7r1u4UqnRrix7im4WD4EK4YmTq5Yb+xw==", + "strip_prefix": "rules_gzip-v1.0.0-beta.1", + "remote_patches": {}, + "remote_patch_strip": 0 + } + } + }, + "rules_bzip2@1.0.0-beta.1": { + "name": "rules_bzip2", + "version": "1.0.0-beta.1", + "key": "rules_bzip2@1.0.0-beta.1", + "repoName": "rules_bzip2", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [ + "//bzip2/toolchain/..." + ], + "extensionUsages": [ + { + "extensionBzlFile": "@toolchain_utils//toolchain/export:defs.bzl", + "extensionName": "toolchain_export", + "usingModule": "rules_bzip2@1.0.0-beta.1", + "location": { + "file": "https://bcr.bazel.build/modules/rules_bzip2/1.0.0-beta.1/MODULE.bazel", + "line": 14, + "column": 23 + }, + "imports": { + "ape-bzip2": "ape-bzip2", + "bzip2": "bzip2" + }, + "devImports": [], + "tags": [ { - "tagName": "//toolchain/launcher:repository.bzl%launcher", + "tagName": "symlink", "attributeValues": { - "name": "launcher" + "name": "bzip2", + "target": "@ape-bzip2" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/toolchain_utils/1.0.0-beta.9/MODULE.bazel", - "line": 21, + "file": "https://bcr.bazel.build/modules/rules_bzip2/1.0.0-beta.1/MODULE.bazel", + "line": 16, + "column": 15 + } + } + ], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + }, + { + "extensionBzlFile": "//:MODULE.bazel", + "extensionName": "_repo_rules", + "usingModule": "rules_bzip2@1.0.0-beta.1", + "location": { + "file": "https://bcr.bazel.build/modules/rules_bzip2/1.0.0-beta.1/MODULE.bazel", + "line": 0, + "column": 0 + }, + "imports": { + "resolved-bzip2": "resolved-bzip2" + }, + "devImports": [], + "tags": [ + { + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", + "attributeValues": { + "toolchain_type": "//bzip2/toolchain/bzip2:type", + "name": "resolved-bzip2" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_bzip2/1.0.0-beta.1/MODULE.bazel", + "line": 24, "column": 9 } } @@ -150,8 +272,9 @@ } ], "deps": { - "bazel_skylib": "bazel_skylib@1.4.2", - "platforms": "platforms@0.0.7", + "rules_coreutils": "rules_coreutils@1.0.0-beta.1", + "toolchain_utils": "toolchain_utils@1.0.0-beta.9", + "ape": "ape@1.0.0-beta.11", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" }, @@ -159,564 +282,3636 @@ "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "toolchain_utils~1.0.0-beta.9", + "name": "rules_bzip2~1.0.0-beta.1", "urls": [ - "https://gitlab.arm.com/bazel/toolchain_utils/-/releases/v1.0.0-beta.9/downloads/src.tar.gz" + "https://gitlab.arm.com/bazel/rules_bzip2/-/releases/v1.0.0-beta.1/downloads/src.tar.gz" ], - "integrity": "sha512-H48NSkoptDhNCzbWw/IRThAGL0z+iL6xP1Q+kw6uxsbT8CNXNyBcYuihQCpRuJC8tgBOXyOIXbSu7df6BRYz7w==", - "strip_prefix": "toolchain_utils-v1.0.0-beta.9", + "integrity": "sha512-LxqJpKipVUyxOxyRq2peyrIv2v8aUiLiDMbhGqKzSjg+tzHMDapOo/mO6RRmh7N/7UvsxXKUlnPqSwzWNi82Gw==", + "strip_prefix": "rules_bzip2-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", + "rules_zstd@1.0.0-beta.1": { + "name": "rules_zstd", + "version": "1.0.0-beta.1", + "key": "rules_zstd@1.0.0-beta.1", + "repoName": "rules_zstd", "executionPlatformsToRegister": [], "toolchainsToRegister": [ - "//ape/toolchain/..." + "//zstd/toolchain/..." ], "extensionUsages": [ + { + "extensionBzlFile": "@toolchain_utils//toolchain/export:defs.bzl", + "extensionName": "toolchain_export", + "usingModule": "rules_zstd@1.0.0-beta.1", + "location": { + "file": "https://bcr.bazel.build/modules/rules_zstd/1.0.0-beta.1/MODULE.bazel", + "line": 15, + "column": 23 + }, + "imports": { + "ape-zstd": "ape-zstd", + "zstd": "zstd" + }, + "devImports": [], + "tags": [ + { + "tagName": "symlink", + "attributeValues": { + "name": "zstd", + "target": "@ape-zstd" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_zstd/1.0.0-beta.1/MODULE.bazel", + "line": 17, + "column": 15 + } + } + ], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + }, { "extensionBzlFile": "//:MODULE.bazel", "extensionName": "_repo_rules", - "usingModule": "ape@1.0.0-beta.6", + "usingModule": "rules_zstd@1.0.0-beta.1", "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/rules_zstd/1.0.0-beta.1/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" + "resolved-zstd": "resolved-zstd" + }, + "devImports": [], + "tags": [ + { + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", + "attributeValues": { + "toolchain_type": "//zstd/toolchain/zstd:type", + "name": "resolved-zstd" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_zstd/1.0.0-beta.1/MODULE.bazel", + "line": 25, + "column": 9 + } + } + ], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + } + ], + "deps": { + "bazel_skylib": "bazel_skylib@1.5.0", + "aspect_bazel_lib": "aspect_bazel_lib@2.7.0", + "toolchain_utils": "toolchain_utils@1.0.0-beta.9", + "ape": "ape@1.0.0-beta.11", + "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_zstd~1.0.0-beta.1", + "urls": [ + "https://gitlab.arm.com/bazel/rules_zstd/-/releases/v1.0.0-beta.1/downloads/src.tar.gz" + ], + "integrity": "sha512-dwkIQ5WKxbfCpNDiP7wd9cO+AvXXxf00v1IKbcXE6v/9fquTfggVUgEdPS1WTbC95HKRUaal8/5j0cCF17Z4EQ==", + "strip_prefix": "rules_zstd-v1.0.0-beta.1", + "remote_patches": {}, + "remote_patch_strip": 0 + } + } + }, + "rules_xz@1.0.0-beta.1": { + "name": "rules_xz", + "version": "1.0.0-beta.1", + "key": "rules_xz@1.0.0-beta.1", + "repoName": "rules_xz", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [ + "//xz/toolchain/..." + ], + "extensionUsages": [ + { + "extensionBzlFile": "@toolchain_utils//toolchain/export:defs.bzl", + "extensionName": "toolchain_export", + "usingModule": "rules_xz@1.0.0-beta.1", + "location": { + "file": "https://bcr.bazel.build/modules/rules_xz/1.0.0-beta.1/MODULE.bazel", + "line": 14, + "column": 23 + }, + "imports": { + "ape-xz": "ape-xz", + "xz": "xz" }, "devImports": [], "tags": [ { - "tagName": "@download_utils//download/archive:defs.bzl%download_archive", + "tagName": "symlink", + "attributeValues": { + "name": "xz", + "target": "@ape-xz" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_xz/1.0.0-beta.1/MODULE.bazel", + "line": 16, + "column": 15 + } + } + ], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + }, + { + "extensionBzlFile": "//:MODULE.bazel", + "extensionName": "_repo_rules", + "usingModule": "rules_xz@1.0.0-beta.1", + "location": { + "file": "https://bcr.bazel.build/modules/rules_xz/1.0.0-beta.1/MODULE.bazel", + "line": 0, + "column": 0 + }, + "imports": { + "resolved-xz": "resolved-xz" + }, + "devImports": [], + "tags": [ + { + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", + "attributeValues": { + "toolchain_type": "//xz/toolchain/xz:type", + "name": "resolved-xz" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_xz/1.0.0-beta.1/MODULE.bazel", + "line": 24, + "column": 9 + } + } + ], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + } + ], + "deps": { + "rules_coreutils": "rules_coreutils@1.0.0-beta.1", + "toolchain_utils": "toolchain_utils@1.0.0-beta.9", + "ape": "ape@1.0.0-beta.11", + "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_xz~1.0.0-beta.1", + "urls": [ + "https://gitlab.arm.com/bazel/rules_xz/-/releases/v1.0.0-beta.1/downloads/src.tar.gz" + ], + "integrity": "sha512-7h7aMS56GHqqyWIyIcPBO7v6KFDtLDu1LkP50+wnofXihe0p9NoCAHHLjDhenckLHBkx2Ze4z4FX4c9D7cHqoA==", + "strip_prefix": "rules_xz-v1.0.0-beta.1", + "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.5.0", + "platforms": "platforms@0.0.10", + "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 + } + } + }, + "ape@1.0.0-beta.11": { + "name": "ape", + "version": "1.0.0-beta.11", + "key": "ape@1.0.0-beta.11", + "repoName": "ape", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [ + "//ape/toolchain/..." + ], + "extensionUsages": [ + { + "extensionBzlFile": "//:MODULE.bazel", + "extensionName": "_repo_rules", + "usingModule": "ape@1.0.0-beta.11", + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/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-assimilate": "cosmos-assimilate", + "assimilate": "assimilate", + "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-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", + "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.11/MODULE.bazel", + "line": 18, + "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.11/MODULE.bazel", + "line": 37, + "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.11/MODULE.bazel", + "line": 46, + "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.11/MODULE.bazel", + "line": 59, + "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.11/MODULE.bazel", + "line": 67, + "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.11/MODULE.bazel", + "line": 67, + "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.11/MODULE.bazel", + "line": 67, + "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.11/MODULE.bazel", + "line": 86, + "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.11/MODULE.bazel", + "line": 88, + "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.11/MODULE.bazel", + "line": 101, + "column": 9 + } + }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "executable": true, + "integrity": "sha256-zBP7dVhBaUKyxbSlqVWKjC293c+t0NSMfSYW0/FnV0s=", + "output": "assimilate", + "urls": [ + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/assimilate", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/assimilate" + ], + "name": "cosmos-assimilate" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-assimilate//:assimilate", + "name": "assimilate" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, + "column": 23 + } + }, + { + "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.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "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.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "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.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "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.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "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.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "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.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "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.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "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.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "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.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "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.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "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.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "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.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "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.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "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.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "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.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "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.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "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.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "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.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "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.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "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.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "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.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "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.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "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.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "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.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "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.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "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.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "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.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "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.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "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.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "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.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "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.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "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.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "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.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "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.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "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.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "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.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "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.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "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.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "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.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "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.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "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.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "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.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "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.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "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.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "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.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "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.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "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.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "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.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "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.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "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.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "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.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "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.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "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.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "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.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "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.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "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.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "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.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "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.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "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.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "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.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "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.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "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.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "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.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "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.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "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.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "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.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "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.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "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.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "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.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "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.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "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.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "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.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "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.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "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.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "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.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "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.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "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.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "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.11/MODULE.bazel", + "line": 114, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "srcs": [ - "entrypoint", - "zig" + "binary": "@cosmos-od//:od", + "name": "od" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, + "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" ], - "integrity": "sha256-xuv5J7sTpwfXQmdHSp9VMnTmSQb9Ib8cdaIL3oyt97I=", - "links": { - "zig-macos-aarch64-0.11.0/zig": "zig", - "zig": "entrypoint" - }, + "name": "cosmos-paste" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "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/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" + "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": "zig-0.11.0-arm64-darwin" + "name": "cosmos-patch" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 17, - "column": 17 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, + "column": 22 } }, { - "tagName": "@toolchain_utils//toolchain/local/select:defs.bzl%toolchain_local_select", + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "map": { - "arm64-darwin": "@zig-0.11.0-arm64-darwin" - }, - "name": "zig" + "binary": "@cosmos-patch//:patch", + "name": "patch" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 36, - "column": 7 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, + "column": 23 } }, { "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { - "executable": false, - "integrity": "sha256-siSN87YY1f4LMWIEe8OCycM+61MmIVRAczNhQ28umGo=", - "output": "ape-m1.c", + "executable": true, + "integrity": "sha256-qjcLXvmgW3bbARJqpE5PF1LdaVrvnQZVsmBFgTM5/JY=", + "output": "pathchk", "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://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-m1.c" + "name": "cosmos-pathchk" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 45, - "column": 14 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, + "column": 22 } }, { - "tagName": "//ape/compile:repository.bzl%compile", + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "srcs": [ - "@ape-m1.c" + "binary": "@cosmos-pathchk//:pathchk", + "name": "pathchk" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, + "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" ], - "output": "ape", - "zig": "@zig//:entrypoint", - "name": "ape-arm64.macho" + "name": "cosmos-pinky" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 58, - "column": 8 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "column": 23 } }, { "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-h3zL1GUkMGVCbLSjyrQ1GsrZGGSfhlZVa7YEiC7q0I8=", - "output": "ape", + "integrity": "sha256-eaFRVXB2hGp2o9lYNSP+bb+sxOQ04bqCU2mDEmSIRN0=", + "output": "pledge", "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" + "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-arm64.elf" + "name": "cosmos-pledge" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 66, - "column": 18 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "column": 23 } }, { "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-fBz4sk4bbdatfaOBcEXVgq2hRrTW7AxqRb6oMOOmX00=", - "output": "ape", + "integrity": "sha256-Cd292alJ/36s1BOyfPj+SDDCuMGsgduzsjHspANOguU=", + "output": "pr", "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" + "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-x86_64.elf" + "name": "cosmos-pr" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 66, - "column": 18 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, + "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.11/MODULE.bazel", + "line": 124, + "column": 23 } }, { "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-btvd3YJTsgZojeJJGIrf2OuFDpw9nxmEMleBS5NsWZg=", - "output": "ape", + "integrity": "sha256-sCxezf/rJ5S2Yw9ELAh8TD0MCUKhTjdwvLfHBVHUiyc=", + "output": "printenv", "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" + "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-x86_64.macho" + "name": "cosmos-printenv" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 66, - "column": 18 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, + "column": 22 } }, { - "tagName": "//ape/pe:repository.bzl%pe", + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "name": "ape.pe" + "binary": "@cosmos-printenv//:printenv", + "name": "printenv" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 85, - "column": 3 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, + "column": 23 } }, { - "tagName": "@toolchain_utils//toolchain/local/select:defs.bzl%toolchain_local_select", + "tagName": "@download_utils//download/file:defs.bzl%download_file", "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" + "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": 87, - "column": 7 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, + "column": 22 } }, { - "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "toolchain_type": "//ape/toolchain/ape:type", - "name": "resolved-ape" + "binary": "@cosmos-printimage//:printimage", + "name": "printimage" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 100, - "column": 9 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, + "column": 23 } }, { "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-S8i3mKq7mEtBZzo1Uu679YqnAWzkikcVdf4VqEqI070=", - "output": "awk", + "integrity": "sha256-Hv3T2mhutoeK16lpWmZ9f1pbKnJfu1GGc4nCiwBwJ4Q=", + "output": "ptx", "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" + "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-awk" + "name": "cosmos-ptx" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-awk//:awk", - "name": "awk" + "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, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -724,31 +3919,31 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-hybI849qLSwgx7YJkQn7jWLMnagPL2HjvrKm/piVuhs=", - "output": "b2sum", + "integrity": "sha256-beUdC7B+HkPJsGjf/isqDL3QQ1gwypLBf32EC2tKa5g=", + "output": "pwd", "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" + "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-b2sum" + "name": "cosmos-pwd" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-b2sum//:b2sum", - "name": "b2sum" + "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, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -756,31 +3951,31 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-TZkpwZAqSQTHHcRwl88F8haL6d7vm8nzdB50IBU7Mlw=", - "output": "base32", + "integrity": "sha256-492wiVHg7chVDxUrir3pOrY1OZ/2h8uKBwfD4gtLJuM=", + "output": "pypack1", "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" + "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-base32" + "name": "cosmos-pypack1" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-base32//:base32", - "name": "base32" + "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, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -788,31 +3983,31 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-5yuKsVWZrZm/uaI23z8UBm4KmrNy+V2iqP/yNIAfl00=", - "output": "base64", + "integrity": "sha256-CuebA8IWxuoYr9HjVgyMLqf0kx23/OGIcS/tAsvPm98=", + "output": "python", "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" + "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-base64" + "name": "cosmos-python" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-base64//:base64", - "name": "base64" + "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, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -820,31 +4015,31 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-xKbtsOkcHIi9mW3aI1JGo9H3pqan8hBqfsPxoh3e32s=", - "output": "basename", + "integrity": "sha256-dgblh0J7T6VumjgCrL0PPJAUIzrqGFw9oqoYSO+g39o=", + "output": "qjs", "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" + "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-basename" + "name": "cosmos-qjs" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-basename//:basename", - "name": "basename" + "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, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -852,31 +4047,31 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-RWpNzGmO/BjqSz9l6DEdOhFX5qoo1iHDJR8sNiahPe0=", - "output": "basenc", + "integrity": "sha256-n/FcF1jTFHmxvvh0UZeUbJOzse0mCIYEi7nFM0Wb2mg=", + "output": "readlink", "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" + "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-basenc" + "name": "cosmos-readlink" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-basenc//:basenc", - "name": "basenc" + "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, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -884,31 +4079,31 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-a5aWfQrsx8zogqy1WCJ/sYEaNlxBbsY9lZVf4VMYTT0=", - "output": "bash", + "integrity": "sha256-0SUHEaSMliLf0BRdXaEAUGbwAAKXEV8M7f/xnBmqPPE=", + "output": "realpath", "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" + "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-bash" + "name": "cosmos-realpath" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-bash//:bash", - "name": "bash" + "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, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -916,31 +4111,31 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-9ZJIEqpYwPi0OqU7N8BSAOci5yKcdv9cBnD5ZGzkj8g=", - "output": "berry", + "integrity": "sha256-b6+KyGmVKmo6iiSUuhRrkIMQ9Mnr8ZqZR64rxtg4BBE=", + "output": "redbean", "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" + "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-berry" + "name": "cosmos-redbean" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-berry//:berry", - "name": "berry" + "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, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -948,31 +4143,31 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-Tm3e9kratlJPUF8d/+fIGyjmeBjX7NAkYDyiL4ks2jM=", - "output": "brotli", + "integrity": "sha256-4yRCV2b4p4im2dCQka0gp7qbdbG0d5OmILbAErTEsF0=", + "output": "rmdir", "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" + "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-brotli" + "name": "cosmos-rmdir" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-brotli//:brotli", - "name": "brotli" + "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, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -980,31 +4175,31 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-lqfcO/t/s5f19EUnnV/oijc+iBnvmyblMAEM7FrcRZU=", - "output": "bzip2", + "integrity": "sha256-IpC+6WKlj7EqkYxNXXDdO7IaF1/jTItBvlSKr0MdNIk=", + "output": "rsync", "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" + "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-bzip2" + "name": "cosmos-rsync" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-bzip2//:bzip2", - "name": "bzip2" + "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, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -1012,31 +4207,31 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-zn8YVGvKwuQoDg9YXAE+9nxYM4E8t004mwIyNrqVpbw=", - "output": "cat", + "integrity": "sha256-y4OAxP6BQPy2+Rk4qFtStsBtiwOlZLlr30Un6Tt8B1k=", + "output": "runcon", "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" + "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-cat" + "name": "cosmos-runcon" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-cat//:cat", - "name": "cat" + "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, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -1044,31 +4239,31 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-qoL4zarrnBVQ+V6+xYnH4XCv856fUS/RxwQuBUGRFks=", - "output": "chcon", + "integrity": "sha256-He3EhRTNYIFHfDShoR69EPZW7USl/7gSM1ZB0uk+ie4=", + "output": "script", "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" + "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-chcon" + "name": "cosmos-script" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-chcon//:chcon", - "name": "chcon" + "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, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -1076,31 +4271,31 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-GoWZbn/c4+E+TQhqD6lIOMVWUDJnbp6Wk8SHU7zENoU=", - "output": "chgrp", + "integrity": "sha256-V8rMT2LlnNJ5nQDA+HRVtYBWeoHFCko3lSoyJMo/UTE=", + "output": "sdiff", "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" + "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-chgrp" + "name": "cosmos-sdiff" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-chgrp//:chgrp", - "name": "chgrp" + "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, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -1108,31 +4303,31 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-LkN2ONSleTXKvpz/dYlk4m9UJRuCztov3+DlOEodXDE=", - "output": "chown", + "integrity": "sha256-7z5mtxxjLL9ebC4V1cOpPjzArSxs1cIEsKizH4WPt3E=", + "output": "sed", "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" + "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-chown" + "name": "cosmos-sed" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-chown//:chown", - "name": "chown" + "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, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -1140,31 +4335,31 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-jZbYqT/TwIpw6BO9FfJ3GxvklpKE0mBBXiNuGSbtsns=", - "output": "chroot", + "integrity": "sha256-OVOPZyBJJ9rcf1fnIU7ZvJuVTXN89cfXMGYGU1Es5Lo=", + "output": "seq", "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" + "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-chroot" + "name": "cosmos-seq" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-chroot//:chroot", - "name": "chroot" + "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, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -1172,31 +4367,31 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-hfAnWqmktIYXHEiTaKWQL/fDXK7bnHQONkRKtaMd5J4=", - "output": "cksum", + "integrity": "sha256-2cL2GKl26qqr+FB3mKjhFPaIzPXCzxBiMfPOBYulFp0=", + "output": "sha1sum", "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" + "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-cksum" + "name": "cosmos-sha1sum" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-cksum//:cksum", - "name": "cksum" + "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, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -1204,31 +4399,31 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-t1/HDaTZ/klR+VFONNcqj5uxgIm37dafKu5Mp99ecVQ=", - "output": "clang-format", + "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/clang-format", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/clang-format" + "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-clang-format" + "name": "cosmos-sha224sum" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-clang-format//:clang-format", - "name": "clang-format" + "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, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -1236,31 +4431,31 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-8KPABEMCQeKSwHulagH5f382QOqkVpFp1Y3mohbcHk8=", - "output": "cmp", + "integrity": "sha256-WIplUCNmB7rMDb3/LvrqwoIHaNFw29Etvu6ivX2kCgE=", + "output": "sha256sum", "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" + "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-cmp" + "name": "cosmos-sha256sum" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-cmp//:cmp", - "name": "cmp" + "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, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -1268,31 +4463,31 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-uh4mLvzwY0QmCT32SRL/f0ubzXfszKpvb2ZtboQrNIA=", - "output": "comm", + "integrity": "sha256-nLx1jTqjwSnhWO6eK+heIWHuterKu3B04nYkrp9Shrk=", + "output": "sha384sum", "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" + "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-comm" + "name": "cosmos-sha384sum" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-comm//:comm", - "name": "comm" + "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, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -1300,31 +4495,31 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-wAGvPA8axzW+XJ5w861q7IV518W7WMrZ/tbZ0Z78t1E=", - "output": "cpuid", + "integrity": "sha256-y8UewGoBGDMfq2wKHFijVN+NtWKLWZDPOAVQBIA7mSA=", + "output": "sha512sum", "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" + "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-cpuid" + "name": "cosmos-sha512sum" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-cpuid//:cpuid", - "name": "cpuid" + "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, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -1332,31 +4527,31 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-nLz8hfRVZDGz/UVq1/Ge0j4Q06eSLgLxu4aRexwEelA=", - "output": "csplit", + "integrity": "sha256-i8AEctRrGsvRs8Ly7XmK+XpgiZeQVVjIhQ7ie/Yy8yw=", + "output": "shred", "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" + "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-csplit" + "name": "cosmos-shred" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-csplit//:csplit", - "name": "csplit" + "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, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -1364,31 +4559,31 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-x/101oqxSvgRoQ9N9+sZkuC7/tV+zVnId4Jo4gX5PIU=", - "output": "ctags", + "integrity": "sha256-WIdP7u66G/XFPDgyCpBihZBgijdeinfBDjARp1K8QXk=", + "output": "shuf", "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" + "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-ctags" + "name": "cosmos-shuf" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-ctags//:ctags", - "name": "ctags" + "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, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -1396,31 +4591,31 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-54mSqLkXfwMSRZtPa2w2T8XuvE12o9QxJRQYmOGn1YY=", - "output": "curl", + "integrity": "sha256-gtC/7PR5VvzgxL4FwBJ6VO6b0DN7uBYUc8oQcMeKHWY=", + "output": "sleep", "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" + "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-curl" + "name": "cosmos-sleep" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-curl//:curl", - "name": "curl" + "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, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -1428,31 +4623,31 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-FDcHrxJ+CjkPOYFD/F7F9EOF93TKbU2/N7CHP8vte4I=", - "output": "cut", + "integrity": "sha256-nz0/ivLwTYtnvl4Xpl456rDfRickgpukdzdPFQy7Bu8=", + "output": "sort", "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" + "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-cut" + "name": "cosmos-sort" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-cut//:cut", - "name": "cut" + "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, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -1460,31 +4655,31 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-AMQZpQl5cfVZ/1vZAn/SnuSGC34CkfPMXA9tQixE/zM=", - "output": "dash", + "integrity": "sha256-LKP1sD1cxx+lTlkcxXX2Ew1w3ywOeIoUgnLbZ8ase88=", + "output": "split", "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" + "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-dash" + "name": "cosmos-split" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-dash//:dash", - "name": "dash" + "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, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -1492,31 +4687,31 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-hUDSYI+lpEhVX6zhFnNHu/N3bNfDeWSJQjkAzcoYCjA=", - "output": "datasette", + "integrity": "sha256-MMV+VsI6iwk1U5gATzJEfKqFTRLcNjE6r0TSAmT/3O8=", + "output": "sqlite3", "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" + "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-datasette" + "name": "cosmos-sqlite3" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-datasette//:datasette", - "name": "datasette" + "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, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -1524,31 +4719,31 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-uNP3r6CkyURYW7vH5rR/FXMQpoBgiyW2sTn6qUEs0ao=", - "output": "date", + "integrity": "sha256-VX1GgQICdH2+F5mmYc4WI7G4OT5FFI+Zy3fRw45aypU=", + "output": "stat", "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" + "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-date" + "name": "cosmos-stat" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-date//:date", - "name": "date" + "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, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -1556,31 +4751,31 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-VtOW2S2dzEAwP/5B9Qj4u/qZndNCo0lJrSqWX7Sd6vo=", - "output": "df", + "integrity": "sha256-pBDYJV6K2WuiZTqTkHusvezMBwuf9WeBKOYA/CVyuUI=", + "output": "stty", "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" + "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-df" + "name": "cosmos-stty" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-df//:df", - "name": "df" + "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, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -1588,31 +4783,31 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-oNxnS6F4pCNMedClbW/NFRRbP1XAwsdZpGJ2VsXug0g=", - "output": "dir", + "integrity": "sha256-V4E8YCCny/DfQ6vaSupDsQpEF8eF265jIVKiffjExD8=", + "output": "sum", "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" + "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-dir" + "name": "cosmos-sum" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-dir//:dir", - "name": "dir" + "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, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -1620,31 +4815,31 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-ASzE+h3h/0XBA4vrOyPSKptSE0tJEpbfFtMN1nDhGa4=", - "output": "dircolors", + "integrity": "sha256-92eEiTPpnGEmb1ECuvSXMrAjY+mv/DPP7SMEokOIWNs=", + "output": "sync", "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" + "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-dircolors" + "name": "cosmos-sync" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-dircolors//:dircolors", - "name": "dircolors" + "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, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -1652,31 +4847,31 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-EMAAvhNKylQI5YR1O3P1locWiIUpclMesgKAu9UWNec=", - "output": "dirname", + "integrity": "sha256-wCJO+G4bdaTYMzOhZK0CqJbb1fEOmUTAgUrs/yKUi1c=", + "output": "tac", "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" + "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-dirname" + "name": "cosmos-tac" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-dirname//:dirname", - "name": "dirname" + "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, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -1684,31 +4879,31 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-1ZQPcT1/LLFKJRq8K1S7sICi4VumBRAt6FSVKejBDek=", - "output": "diff", + "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/diff", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/diff" + "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-diff" + "name": "cosmos-tail" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-diff//:diff", - "name": "diff" + "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, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -1716,31 +4911,31 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-ncg5o4aApr13g34awJ1oI4zfr9WqTq4JKCkwBXbWmF4=", - "output": "diff3", + "integrity": "sha256-veeG74pMzsCwry2oKhbXtrODNLikp7S0Wv98vaAgTlE=", + "output": "tar", "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" + "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-diff3" + "name": "cosmos-tar" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-diff3//:diff3", - "name": "diff3" + "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, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -1748,31 +4943,31 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-XeQC8BcRZjuA+BCb+JRyRe+6wN3m3iVWZ7BIBF7guvA=", - "output": "du", + "integrity": "sha256-9nv7tmm8AZfZEIflRNwZz01qDR32aMkbAfhBQTxSgZs=", + "output": "tee", "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" + "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-du" + "name": "cosmos-tee" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-du//:du", - "name": "du" + "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, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -1780,31 +4975,31 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-DLJvKJfmHsrzgD7083fWvp3RFiUMvs3lvWk0xLH92z8=", - "output": "emacs", + "integrity": "sha256-njjQ967LtdtyVIr2LHLwNZcDjCh1ehqjf4vd4qs1xOY=", + "output": "test", "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" + "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-emacs" + "name": "cosmos-test" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-emacs//:emacs", - "name": "emacs" + "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, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -1812,31 +5007,31 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-6hH6jn2pBX9VsoU4v3u3Xol4MR/6vskzIOwvOhMH5M4=", - "output": "emacsclient", + "integrity": "sha256-lDaweZcW7rqo3azvmyGRNoIFwH6QfBX9hTtV5XgZMkc=", + "output": "tidy", "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" + "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-emacsclient" + "name": "cosmos-tidy" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-emacsclient//:emacsclient", - "name": "emacsclient" + "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, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -1844,31 +5039,31 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-Lm8iE0YBdvYwn4RMAyqiLWbVxqaEf2iNWilY3PPAGN4=", - "output": "env", + "integrity": "sha256-/05So3XYe6Q1ZaLlg3CkexkMWeePhlCnfiN3FWj40q8=", + "output": "timeout", "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" + "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-env" + "name": "cosmos-timeout" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-env//:env", - "name": "env" + "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, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -1876,31 +5071,31 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-/hCOZX9bhwc5SjWQ9GIWwbcPCozCUWUKa/iuDv/ih2c=", - "output": "expand", + "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/expand", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/expand" + "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-expand" + "name": "cosmos-tmux" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-expand//:expand", - "name": "expand" + "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, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -1908,31 +5103,31 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-31jw0oaJRgL3qHsBhGDc0TEuSNoAiBH8gyjzRzz87UE=", - "output": "expr", + "integrity": "sha256-zhFuIvzfkzMi3FTIOumqd4GtGEVJpP/wBeU7/homOPI=", + "output": "touch", "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" + "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-expr" + "name": "cosmos-touch" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-expr//:expr", - "name": "expr" + "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, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -1940,31 +5135,31 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-me2S4CN3G/KcERW/B86F9MbnvuQg4jaNPWoH4nUH7mk=", - "output": "factor", + "integrity": "sha256-IiVcClTzSTp1JmNOHSlcIayZvNHbVY42DnAE8/0Qesc=", + "output": "tr", "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" + "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-factor" + "name": "cosmos-tr" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-factor//:factor", - "name": "factor" + "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, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -1972,31 +5167,31 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-KuxblC3tmFtyDjUcdGIag/UVdOGhvxtvrJkRrP6qyl4=", - "output": "false", + "integrity": "sha256-cQ8mhq2xdF49vJUc7FloZUswVn72LJDTgxqtRoKCsiw=", + "output": "tree", "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" + "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-false" + "name": "cosmos-tree" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-false//:false", - "name": "false" + "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, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -2004,31 +5199,31 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-7h4OC/Lz/iD7WkTxmvmSZOflw/E6gTMssKSz68qPCFw=", - "output": "find", + "integrity": "sha256-hYaiwy4ndHtQVXkue5IZqX6eGTEIG5hF9dFiJNwy0hE=", + "output": "true", "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" + "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-find" + "name": "cosmos-true" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-find//:find", - "name": "find" + "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, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -2036,31 +5231,31 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-DB2vUqeSnUryfZj+qibUGKMs4Abcz6qzM3w6lawptsM=", - "output": "fmt", + "integrity": "sha256-WBM53lBcudr5o7aZXSFtGMAtTDOiTO5mzJXu93LKD30=", + "output": "truncate", "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" + "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-fmt" + "name": "cosmos-truncate" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-fmt//:fmt", - "name": "fmt" + "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, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -2068,31 +5263,31 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-TdlGtv30nM28eoUXx9jjhAf7Zj834R0SHz0yfbcrWio=", - "output": "fold", + "integrity": "sha256-UpSUFlDED5YslxGn5tffiVOo+wXCkrHIcxn01I4h15s=", + "output": "tsort", "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" + "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-fold" + "name": "cosmos-tsort" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-fold//:fold", - "name": "fold" + "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, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -2100,31 +5295,31 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-3J/jjvnCUMTfEyRc5RsxmVJw0jpSwmmzrEFO/u2/pQ8=", - "output": "gmake", + "integrity": "sha256-yzZVpirempT1e3VfLqW/wh73Wg/MO9liJDJLRFqzOmE=", + "output": "tty", "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" + "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-gmake" + "name": "cosmos-tty" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-gmake//:gmake", - "name": "gmake" + "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, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -2132,31 +5327,31 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-jZ4Oj9zhG/UUB2QmhMdDsx4fTdL8/0xvBCHOK/rGSys=", - "output": "greenbean", + "integrity": "sha256-80TSpREUXO5RJzkGhTYbDL1r31/JdiQ/9bojc0SJL5w=", + "output": "ttyinfo", "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" + "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-greenbean" + "name": "cosmos-ttyinfo" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-greenbean//:greenbean", - "name": "greenbean" + "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, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -2164,31 +5359,31 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-geISCmpxm4c2gwPnR+XjF47+j/mw2epm5qYEn5Vrvok=", - "output": "grep", + "integrity": "sha256-nXUhnAnJZE2ibUTpzuPRuo3ZStSR5YsizSyzPvleEEg=", + "output": "unbourne", "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" + "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-grep" + "name": "cosmos-unbourne" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-grep//:grep", - "name": "grep" + "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, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -2196,31 +5391,31 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-64yeH5wPP7omE7VfLLH8HGWjyE7zgdzMF8oLpVz+5PY=", - "output": "groups", + "integrity": "sha256-SyirSgmXz8cG1TAs5tZHbTIUEup4TobeFXKHUn8g1d0=", + "output": "unexpand", "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" + "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-groups" + "name": "cosmos-unexpand" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-groups//:groups", - "name": "groups" + "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, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -2228,31 +5423,31 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-Lr5xxWMwjZjQUh2ODx/zDzTO3fx8Yw5694p1t7zG0AU=", - "output": "head", + "integrity": "sha256-bRyARZw39jAZXgyGVm63r2V7r+xT3L4d90kAYVlDAZY=", + "output": "uniq", "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" + "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-head" + "name": "cosmos-uniq" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-head//:head", - "name": "head" + "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, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -2260,31 +5455,31 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-8JUzzmsMkhu2sc9w2I/nb8recinaAamgGe7JEQh98kI=", - "output": "id", + "integrity": "sha256-W4J4XLYs4yyT+7872Fv8RbOYtAlN62r4fXU83EXYZE0=", + "output": "unlink", "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" + "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-id" + "name": "cosmos-unlink" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-id//:id", - "name": "id" + "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, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -2292,31 +5487,31 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-Iu1sv7WjlREuCQp3mgDxFCRf0byn5beC8JmHjWodb/M=", - "output": "install", + "integrity": "sha256-QDT5UL43QhBK1pdJvCJdpyTMkxWQPD57wAkCziGcYP4=", + "output": "unzip", "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" + "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-install" + "name": "cosmos-unzip" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-install//:install", - "name": "install" + "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, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -2324,31 +5519,31 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-eb7PzIfyziQZ8LeauwpuES+YKemu52jmt0KgJ3pAzks=", - "output": "join", + "integrity": "sha256-faDcCqiIAUWbsKqZdtVDIRgvV5NCmEGT8qxMzR6lGOg=", + "output": "uptime", "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" + "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-join" + "name": "cosmos-uptime" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-join//:join", - "name": "join" + "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, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -2356,31 +5551,31 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-l4b6fMDZR4yHnP1ZpRVL2KfCOgbKDHZkUzo8wlZkMUA=", - "output": "kill", + "integrity": "sha256-isx4kM5na0c1MAcDdCcTnEIVB1HBCFKy757f47UD4tA=", + "output": "users", "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" + "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-kill" + "name": "cosmos-users" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-kill//:kill", - "name": "kill" + "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, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -2388,31 +5583,31 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-pysLPyq9zi5gTcj+UTu41PgZsRnUAdYzATIUMiMEsQw=", - "output": "less", + "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/less", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/less" + "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-less" + "name": "cosmos-vdir" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-less//:less", - "name": "less" + "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, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -2420,31 +5615,31 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-ui3H0RF4G0JHV9kbDIy5qviR+mKEN//98jHfznq8tO4=", - "output": "life", + "integrity": "sha256-S5D4PmAPPZ1WmQZmCAWFuIt3XdUHQoL9++LV7VTYtvI=", + "output": "verynice", "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" + "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-life" + "name": "cosmos-verynice" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-life//:life", - "name": "life" + "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, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -2452,31 +5647,31 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-HFtwRXzP/Z+pJTM/Yz7+AMXumO46HmvGGfsHE9vUox8=", - "output": "link", + "integrity": "sha256-onKJ/dqER14qtN3DMg7U0kU9EE1qvy+d4NyDl27tdUY=", + "output": "vim", "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" + "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-link" + "name": "cosmos-vim" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-link//:link", - "name": "link" + "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, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -2484,31 +5679,31 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-EEOqXakHybI51BOxnBCHwLeYlwF8iSSx8p3Gxgcz0Qc=", - "output": "links", + "integrity": "sha256-Fx/k6dM6iCdaKuC56Q2QoxhMcC0LaHacZRfT+EWTHHA=", + "output": "wall", "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" + "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-links" + "name": "cosmos-wall" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-links//:links", - "name": "links" + "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, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -2516,31 +5711,31 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-FtXuVwYLaC/DT3LPF8coiSMCEOmVVorVzqBYDDRtjyg=", - "output": "ln", + "integrity": "sha256-XRpXEGIZ/9Ow5IrHP+dbo5dc1hHqKZ1ewqJLM1CX9bg=", + "output": "wc", "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" + "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-ln" + "name": "cosmos-wc" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-ln//:ln", - "name": "ln" + "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, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -2548,31 +5743,31 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-ZQUPf3kqvmik5citQP+wJiHeOJWrcX4TIDLytEuRyyo=", - "output": "locate", + "integrity": "sha256-CHZFKvpbmc5AmpkazKk0H0MeYE8wTl7aANjbU9NKDb0=", + "output": "wget", "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" + "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-locate" + "name": "cosmos-wget" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-locate//:locate", - "name": "locate" + "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, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -2580,31 +5775,31 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-IMIHQygOJnWQ2pPMqcFZwKURdNAZM5onxESxBcLM7kM=", - "output": "logname", + "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/logname", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/logname" + "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-logname" + "name": "cosmos-who" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-logname//:logname", - "name": "logname" + "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, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -2612,31 +5807,31 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-Fno6FUKMAA/8Uk2rsAauhr/b5uqeZcs2oAy+s8uHx3w=", - "output": "ls", + "integrity": "sha256-yjAXVvBgVSkLRpNve2AC9srTCSdieNLjh63wFpgxM88=", + "output": "whoami", "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" + "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-ls" + "name": "cosmos-whoami" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-ls//:ls", - "name": "ls" + "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, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -2644,31 +5839,31 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-LRYoHAQg+M8kQKtX6gCjSvD4b9puEbTK2t4z6hyVW8I=", - "output": "lua", + "integrity": "sha256-A34zn2hiDh2xMdPY82s1ghm/xzDUEXqxy6IVqOJv9vY=", + "output": "xargs", "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" + "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-lua" + "name": "cosmos-xargs" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-lua//:lua", - "name": "lua" + "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, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -2676,31 +5871,31 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-ymvYKyvlv31C6tdLYCVFfhaqvmZ5J37RDbxeGx/6rrI=", - "output": "lz4", + "integrity": "sha256-84VVLEvkMFVKsNTKX8IZ90XAqebHofJ4bsy3J3f+Xe0=", + "output": "xz", "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" + "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-lz4" + "name": "cosmos-xz" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-lz4//:lz4", - "name": "lz4" + "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, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -2708,31 +5903,31 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-98atSW2fzibEFrcpFy77A7IvnW0TtMEbeMKxicWb8FM=", - "output": "make", + "integrity": "sha256-J+N2zXEIyM9SF5Xqmpye6hISJi40Xj8343AQUL9jOiI=", + "output": "yes", "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" + "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-make" + "name": "cosmos-yes" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-make//:make", - "name": "make" + "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, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -2740,31 +5935,31 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-1lNBqdyji+ttmR+4sIS6DXcJs6d+67gF0+Q3bUqNaIs=", - "output": "md5sum", + "integrity": "sha256-hxobwz7sl7w+NmS45mBoFd0sVSQ3haPeoPW5S7WBUN8=", + "output": "zip", "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" + "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-md5sum" + "name": "cosmos-zip" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-md5sum//:md5sum", - "name": "md5sum" + "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, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -2772,31 +5967,31 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-Z/dfvumWh0v8wr0l8ByZztaztwMkfekaOXNVnFLVxEk=", - "output": "mkfifo", + "integrity": "sha256-zYH33XZzUvk6v5DiLKe5lKTKx0IsRW7zJWIeQmhM0f4=", + "output": "zsh", "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" + "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-mkfifo" + "name": "cosmos-zsh" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-mkfifo//:mkfifo", - "name": "mkfifo" + "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, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -2804,31 +5999,31 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-C7rFuRsgVIA63trDx8rTpFGJztXbNAPMtNuqbzGeqdw=", - "output": "mknod", + "integrity": "sha256-UQRCbSiHGWmBr2qsbnsCGQjIyhZG2ilfx9Iyxv6KbzQ=", + "output": "zstd", "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" + "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-mknod" + "name": "cosmos-zstd" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-mknod//:mknod", - "name": "mknod" + "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, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -2836,31 +6031,31 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-GihMOG1RDJHUqphmOZPwkfEaVC4jC/X0kCRskpH09u8=", - "output": "mktemp", + "integrity": "sha256-wr8yeoXHPf1zaytyG67uZFGXXr2P/EQfBDX2BXSEzg8=", + "output": "chmod", "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" + "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": "cosmos-mktemp" + "name": "cosmos-chmod" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 295, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-mktemp//:mktemp", - "name": "mktemp" + "binary": "@cosmos-chmod//:chmod", + "name": "chmod" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 305, "column": 23 } }, @@ -2868,31 +6063,31 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-WreRwEGUss++hwxb+3Cttu72Voe4yi4E7Xyr9soCXps=", - "output": "mktemper", + "integrity": "sha256-uGcAdLFNsJ2iRWGfWkNvDDy8tq8ZuILOxPSsYAbRRWQ=", + "output": "cp", "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" + "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": "cosmos-mktemper" + "name": "cosmos-cp" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 295, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-mktemper//:mktemper", - "name": "mktemper" + "binary": "@cosmos-cp//:cp", + "name": "cp" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 305, "column": 23 } }, @@ -2900,31 +6095,31 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-trc2X1Jg1JTviP+nbelsQvtMmgrh5gtF7fEijdDvkZY=", - "output": "nano", + "integrity": "sha256-YcnILuHRDjt0KO1eK92RWERJ/kINYz984lmfSZxubFU=", + "output": "dd", "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" + "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-nano" + "name": "cosmos-dd" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 295, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-nano//:nano", - "name": "nano" + "binary": "@cosmos-dd//:dd", + "name": "dd" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 305, "column": 23 } }, @@ -2932,31 +6127,31 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-JOqaQ2aNcGoiB3YdX2zLCGGD8kFr4Glv3PLPVej/nwc=", - "output": "nesemu1", + "integrity": "sha256-Fq/mSx5iToZAUnUol34WY2hpxCJQniM6ZiKtxAzfAMM=", + "output": "echo", "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" + "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-nesemu1" + "name": "cosmos-echo" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 295, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-nesemu1//:nesemu1", - "name": "nesemu1" + "binary": "@cosmos-echo//:echo", + "name": "echo" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 305, "column": 23 } }, @@ -2964,31 +6159,31 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-+fHYlw1WIDX4kCzoTDYy5tqI/BdetF7WlxkJCWpJlrM=", - "output": "nice", + "integrity": "sha256-fLhh2zULCabpmmthArIDpQvaYKc3LPPSCct4+/6wBSw=", + "output": "gzip", "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" + "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-nice" + "name": "cosmos-gzip" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 295, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-nice//:nice", - "name": "nice" + "binary": "@cosmos-gzip//:gzip", + "name": "gzip" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 305, "column": 23 } }, @@ -2996,31 +6191,31 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-MdTFCVaBaiknlbcAXEshhc6P+QDEmNLH6NOt1bGbbu4=", - "output": "ninja", + "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/ninja", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/ninja" + "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-ninja" + "name": "cosmos-mkdir" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 295, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-ninja//:ninja", - "name": "ninja" + "binary": "@cosmos-mkdir//:mkdir", + "name": "mkdir" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 305, "column": 23 } }, @@ -3028,31 +6223,31 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-y5a/fgKdjraA7e+RUKZSh6BIQPviZsxu4720/yPzGUI=", - "output": "nl", + "integrity": "sha256-jB7HYOKnprY6cyRiHpToKrGKW4cPID7gVUXWYi1tmlM=", + "output": "mv", "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" + "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-nl" + "name": "cosmos-mv" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 295, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-nl//:nl", - "name": "nl" + "binary": "@cosmos-mv//:mv", + "name": "mv" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 305, "column": 23 } }, @@ -3060,31 +6255,31 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-sTiFAUHIl+IF6N8wChBjYZj3NJg4vN461JPY9T1peo8=", - "output": "nohup", + "integrity": "sha256-lES1AJ1YXEsQN8At0yZvM5w0JGsJbfN8jGeb+n3i688=", + "output": "printf", "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" + "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-nohup" + "name": "cosmos-printf" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 295, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-nohup//:nohup", - "name": "nohup" + "binary": "@cosmos-printf//:printf", + "name": "printf" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 305, "column": 23 } }, @@ -3092,31 +6287,31 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-Dydu9oowmpkajx9rq006f5I4Z0BhP6EJv+S0xEjTRcU=", - "output": "nproc", + "integrity": "sha256-pqJTHikQR3b1pSwEcvMaS4SVmHqqUP2k6jCeKSUtDI8=", + "output": "rm", "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" + "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-nproc" + "name": "cosmos-rm" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 295, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-nproc//:nproc", - "name": "nproc" + "binary": "@cosmos-rm//:rm", + "name": "rm" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 305, "column": 23 } }, @@ -3124,31 +6319,31 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-7VTO7GYItNhcoqC7qixlY4dK7l0TgRFRBivCJjbls5Y=", - "output": "numfmt", + "integrity": "sha256-C3SggIVtotuyaYo/xQchyv0p8cQnXlyRyVAfnnDA+QU=", + "output": "uname", "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" + "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-numfmt" + "name": "cosmos-uname" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 295, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-numfmt//:numfmt", - "name": "numfmt" + "binary": "@cosmos-uname//:uname", + "name": "uname" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 305, "column": 23 } }, @@ -3156,4482 +6351,4573 @@ "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { "executable": true, - "integrity": "sha256-RV+nBJ885wCxqLW8+UOEm3rQopQQhQ/rHuHJYrhZiYA=", - "output": "od", + "integrity": "sha256-KReMrcHfifpjgxeb/k4WNl6ZtgJwfDIf9mTbcEldR0w=", + "output": "pigz", "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" + "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-od" + "name": "cosmos-pigz" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 332, "column": 22 } }, { "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "binary": "@cosmos-od//:od", - "name": "od" + "binary": "@cosmos-pigz//:pigz", + "name": "pigz" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 342, + "column": 23 + } + } + ], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + }, + { + "extensionBzlFile": "@toolchain_utils//toolchain/export:defs.bzl", + "extensionName": "toolchain_export", + "usingModule": "ape@1.0.0-beta.11", + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 110, + "column": 23 + }, + "imports": {}, + "devImports": [], + "tags": [ + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-assimilate", + "target": "@assimilate" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, { - "tagName": "@download_utils//download/file:defs.bzl%download_file", + "tagName": "symlink", "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" + "name": "ape-awk", + "target": "@awk" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, - "column": 22 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 } }, { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "tagName": "symlink", "attributeValues": { - "binary": "@cosmos-paste//:paste", - "name": "paste" + "name": "ape-b2sum", + "target": "@b2sum" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, { - "tagName": "@download_utils//download/file:defs.bzl%download_file", + "tagName": "symlink", "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" + "name": "ape-base32", + "target": "@base32" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, - "column": 22 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 } }, { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "tagName": "symlink", "attributeValues": { - "binary": "@cosmos-patch//:patch", - "name": "patch" + "name": "ape-base64", + "target": "@base64" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, { - "tagName": "@download_utils//download/file:defs.bzl%download_file", + "tagName": "symlink", "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" + "name": "ape-basename", + "target": "@basename" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, - "column": 22 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 } }, { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "tagName": "symlink", "attributeValues": { - "binary": "@cosmos-pathchk//:pathchk", - "name": "pathchk" + "name": "ape-basenc", + "target": "@basenc" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, { - "tagName": "@download_utils//download/file:defs.bzl%download_file", + "tagName": "symlink", "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" + "name": "ape-bash", + "target": "@bash" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, - "column": 22 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 } }, { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "tagName": "symlink", "attributeValues": { - "binary": "@cosmos-pigz//:pigz", - "name": "pigz" + "name": "ape-berry", + "target": "@berry" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, { - "tagName": "@download_utils//download/file:defs.bzl%download_file", + "tagName": "symlink", "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" + "name": "ape-brotli", + "target": "@brotli" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, - "column": 22 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 } }, { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "tagName": "symlink", "attributeValues": { - "binary": "@cosmos-pinky//:pinky", - "name": "pinky" + "name": "ape-bzip2", + "target": "@bzip2" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, { - "tagName": "@download_utils//download/file:defs.bzl%download_file", + "tagName": "symlink", "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" + "name": "ape-cat", + "target": "@cat" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, - "column": 22 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 } }, { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "tagName": "symlink", "attributeValues": { - "binary": "@cosmos-pledge//:pledge", - "name": "pledge" + "name": "ape-chcon", + "target": "@chcon" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, { - "tagName": "@download_utils//download/file:defs.bzl%download_file", + "tagName": "symlink", "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" + "name": "ape-chgrp", + "target": "@chgrp" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, - "column": 22 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 } }, { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "tagName": "symlink", "attributeValues": { - "binary": "@cosmos-pr//:pr", - "name": "pr" + "name": "ape-chown", + "target": "@chown" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, { - "tagName": "@download_utils//download/file:defs.bzl%download_file", + "tagName": "symlink", "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" + "name": "ape-chroot", + "target": "@chroot" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, - "column": 22 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 } }, { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "tagName": "symlink", "attributeValues": { - "binary": "@cosmos-printenv//:printenv", - "name": "printenv" + "name": "ape-cksum", + "target": "@cksum" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, { - "tagName": "@download_utils//download/file:defs.bzl%download_file", + "tagName": "symlink", "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" + "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": 113, - "column": 22 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 } }, { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "tagName": "symlink", "attributeValues": { - "binary": "@cosmos-printimage//:printimage", - "name": "printimage" + "name": "ape-cmp", + "target": "@cmp" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, { - "tagName": "@download_utils//download/file:defs.bzl%download_file", + "tagName": "symlink", "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" + "name": "ape-comm", + "target": "@comm" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, - "column": 22 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 } }, { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "tagName": "symlink", "attributeValues": { - "binary": "@cosmos-ptx//:ptx", - "name": "ptx" + "name": "ape-cpuid", + "target": "@cpuid" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, { - "tagName": "@download_utils//download/file:defs.bzl%download_file", + "tagName": "symlink", "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" + "name": "ape-csplit", + "target": "@csplit" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, - "column": 22 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 } }, { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "tagName": "symlink", "attributeValues": { - "binary": "@cosmos-pwd//:pwd", - "name": "pwd" + "name": "ape-ctags", + "target": "@ctags" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, { - "tagName": "@download_utils//download/file:defs.bzl%download_file", + "tagName": "symlink", "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" + "name": "ape-curl", + "target": "@curl" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, - "column": 22 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 } }, { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "tagName": "symlink", "attributeValues": { - "binary": "@cosmos-pypack1//:pypack1", - "name": "pypack1" + "name": "ape-cut", + "target": "@cut" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, { - "tagName": "@download_utils//download/file:defs.bzl%download_file", + "tagName": "symlink", "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" + "name": "ape-dash", + "target": "@dash" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, - "column": 22 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 } }, { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "tagName": "symlink", "attributeValues": { - "binary": "@cosmos-python//:python", - "name": "python" + "name": "ape-datasette", + "target": "@datasette" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, { - "tagName": "@download_utils//download/file:defs.bzl%download_file", + "tagName": "symlink", "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" + "name": "ape-date", + "target": "@date" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, - "column": 22 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 } }, { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "tagName": "symlink", "attributeValues": { - "binary": "@cosmos-qjs//:qjs", - "name": "qjs" + "name": "ape-df", + "target": "@df" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, { - "tagName": "@download_utils//download/file:defs.bzl%download_file", + "tagName": "symlink", "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" + "name": "ape-dir", + "target": "@dir" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, - "column": 22 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 } }, { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "tagName": "symlink", "attributeValues": { - "binary": "@cosmos-readlink//:readlink", - "name": "readlink" + "name": "ape-dircolors", + "target": "@dircolors" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, { - "tagName": "@download_utils//download/file:defs.bzl%download_file", + "tagName": "symlink", "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" + "name": "ape-dirname", + "target": "@dirname" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, - "column": 22 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 } }, { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "tagName": "symlink", "attributeValues": { - "binary": "@cosmos-realpath//:realpath", - "name": "realpath" + "name": "ape-diff", + "target": "@diff" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, { - "tagName": "@download_utils//download/file:defs.bzl%download_file", + "tagName": "symlink", "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" + "name": "ape-diff3", + "target": "@diff3" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, - "column": 22 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 } }, { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "tagName": "symlink", "attributeValues": { - "binary": "@cosmos-redbean//:redbean", - "name": "redbean" + "name": "ape-du", + "target": "@du" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, { - "tagName": "@download_utils//download/file:defs.bzl%download_file", + "tagName": "symlink", "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" + "name": "ape-emacs", + "target": "@emacs" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, - "column": 22 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 } }, { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "tagName": "symlink", "attributeValues": { - "binary": "@cosmos-rmdir//:rmdir", - "name": "rmdir" + "name": "ape-emacsclient", + "target": "@emacsclient" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, { - "tagName": "@download_utils//download/file:defs.bzl%download_file", + "tagName": "symlink", "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" + "name": "ape-env", + "target": "@env" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, - "column": 22 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 } }, { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "tagName": "symlink", "attributeValues": { - "binary": "@cosmos-rsync//:rsync", - "name": "rsync" + "name": "ape-expand", + "target": "@expand" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, { - "tagName": "@download_utils//download/file:defs.bzl%download_file", + "tagName": "symlink", "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" + "name": "ape-expr", + "target": "@expr" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, - "column": 22 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 } }, { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "tagName": "symlink", "attributeValues": { - "binary": "@cosmos-runcon//:runcon", - "name": "runcon" + "name": "ape-factor", + "target": "@factor" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, { - "tagName": "@download_utils//download/file:defs.bzl%download_file", + "tagName": "symlink", "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" + "name": "ape-false", + "target": "@false" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, - "column": 22 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 } }, { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "tagName": "symlink", "attributeValues": { - "binary": "@cosmos-script//:script", - "name": "script" + "name": "ape-find", + "target": "@find" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, { - "tagName": "@download_utils//download/file:defs.bzl%download_file", + "tagName": "symlink", "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" + "name": "ape-fmt", + "target": "@fmt" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, - "column": 22 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 } }, { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "tagName": "symlink", "attributeValues": { - "binary": "@cosmos-sdiff//:sdiff", - "name": "sdiff" + "name": "ape-fold", + "target": "@fold" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, { - "tagName": "@download_utils//download/file:defs.bzl%download_file", + "tagName": "symlink", "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" + "name": "ape-gmake", + "target": "@gmake" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, - "column": 22 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 } }, { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "tagName": "symlink", "attributeValues": { - "binary": "@cosmos-sed//:sed", - "name": "sed" + "name": "ape-greenbean", + "target": "@greenbean" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, { - "tagName": "@download_utils//download/file:defs.bzl%download_file", + "tagName": "symlink", "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" + "name": "ape-grep", + "target": "@grep" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, - "column": 22 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 } }, { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "tagName": "symlink", "attributeValues": { - "binary": "@cosmos-seq//:seq", - "name": "seq" + "name": "ape-groups", + "target": "@groups" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, { - "tagName": "@download_utils//download/file:defs.bzl%download_file", + "tagName": "symlink", "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" + "name": "ape-head", + "target": "@head" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, - "column": 22 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 } }, { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "tagName": "symlink", "attributeValues": { - "binary": "@cosmos-sha1sum//:sha1sum", - "name": "sha1sum" + "name": "ape-id", + "target": "@id" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, { - "tagName": "@download_utils//download/file:defs.bzl%download_file", + "tagName": "symlink", "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" + "name": "ape-install", + "target": "@install" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, - "column": 22 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 } }, { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "tagName": "symlink", "attributeValues": { - "binary": "@cosmos-sha224sum//:sha224sum", - "name": "sha224sum" + "name": "ape-join", + "target": "@join" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, { - "tagName": "@download_utils//download/file:defs.bzl%download_file", + "tagName": "symlink", "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" + "name": "ape-kill", + "target": "@kill" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "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": 113, - "column": 22 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 } }, { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "tagName": "symlink", "attributeValues": { - "binary": "@cosmos-sha256sum//:sha256sum", - "name": "sha256sum" + "name": "ape-life", + "target": "@life" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, { - "tagName": "@download_utils//download/file:defs.bzl%download_file", + "tagName": "symlink", "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" + "name": "ape-link", + "target": "@link" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, - "column": 22 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 } }, { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "tagName": "symlink", "attributeValues": { - "binary": "@cosmos-sha384sum//:sha384sum", - "name": "sha384sum" + "name": "ape-links", + "target": "@links" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, { - "tagName": "@download_utils//download/file:defs.bzl%download_file", + "tagName": "symlink", "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" + "name": "ape-ln", + "target": "@ln" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, - "column": 22 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 } }, { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "tagName": "symlink", "attributeValues": { - "binary": "@cosmos-sha512sum//:sha512sum", - "name": "sha512sum" + "name": "ape-locate", + "target": "@locate" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, { - "tagName": "@download_utils//download/file:defs.bzl%download_file", + "tagName": "symlink", "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" + "name": "ape-logname", + "target": "@logname" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, - "column": 22 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 } }, { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "tagName": "symlink", "attributeValues": { - "binary": "@cosmos-shred//:shred", - "name": "shred" + "name": "ape-ls", + "target": "@ls" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, { - "tagName": "@download_utils//download/file:defs.bzl%download_file", + "tagName": "symlink", "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" + "name": "ape-lua", + "target": "@lua" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, - "column": 22 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 } }, { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "tagName": "symlink", "attributeValues": { - "binary": "@cosmos-shuf//:shuf", - "name": "shuf" + "name": "ape-lz4", + "target": "@lz4" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, { - "tagName": "@download_utils//download/file:defs.bzl%download_file", + "tagName": "symlink", "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" + "name": "ape-make", + "target": "@make" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, - "column": 22 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 } }, { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "tagName": "symlink", "attributeValues": { - "binary": "@cosmos-sleep//:sleep", - "name": "sleep" + "name": "ape-md5sum", + "target": "@md5sum" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, { - "tagName": "@download_utils//download/file:defs.bzl%download_file", + "tagName": "symlink", "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" + "name": "ape-mkfifo", + "target": "@mkfifo" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, - "column": 22 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 } }, { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "tagName": "symlink", "attributeValues": { - "binary": "@cosmos-sort//:sort", - "name": "sort" + "name": "ape-mknod", + "target": "@mknod" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, { - "tagName": "@download_utils//download/file:defs.bzl%download_file", + "tagName": "symlink", "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" + "name": "ape-mktemp", + "target": "@mktemp" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, - "column": 22 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 } }, { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "tagName": "symlink", "attributeValues": { - "binary": "@cosmos-split//:split", - "name": "split" + "name": "ape-mktemper", + "target": "@mktemper" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, { - "tagName": "@download_utils//download/file:defs.bzl%download_file", + "tagName": "symlink", "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" + "name": "ape-nano", + "target": "@nano" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, - "column": 22 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 } }, { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "tagName": "symlink", "attributeValues": { - "binary": "@cosmos-sqlite3//:sqlite3", - "name": "sqlite3" + "name": "ape-nesemu1", + "target": "@nesemu1" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, { - "tagName": "@download_utils//download/file:defs.bzl%download_file", + "tagName": "symlink", "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" + "name": "ape-nice", + "target": "@nice" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, - "column": 22 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 } }, { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "tagName": "symlink", "attributeValues": { - "binary": "@cosmos-stat//:stat", - "name": "stat" + "name": "ape-ninja", + "target": "@ninja" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, { - "tagName": "@download_utils//download/file:defs.bzl%download_file", + "tagName": "symlink", "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" + "name": "ape-nl", + "target": "@nl" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, - "column": 22 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 } }, { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "tagName": "symlink", "attributeValues": { - "binary": "@cosmos-stty//:stty", - "name": "stty" + "name": "ape-nohup", + "target": "@nohup" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, { - "tagName": "@download_utils//download/file:defs.bzl%download_file", + "tagName": "symlink", "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" + "name": "ape-nproc", + "target": "@nproc" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, - "column": 22 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 } }, { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "tagName": "symlink", "attributeValues": { - "binary": "@cosmos-sum//:sum", - "name": "sum" + "name": "ape-numfmt", + "target": "@numfmt" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, { - "tagName": "@download_utils//download/file:defs.bzl%download_file", + "tagName": "symlink", "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" + "name": "ape-od", + "target": "@od" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, - "column": 22 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 } }, { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "tagName": "symlink", "attributeValues": { - "binary": "@cosmos-sync//:sync", - "name": "sync" + "name": "ape-paste", + "target": "@paste" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, { - "tagName": "@download_utils//download/file:defs.bzl%download_file", + "tagName": "symlink", "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" + "name": "ape-patch", + "target": "@patch" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, - "column": 22 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 } }, { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "tagName": "symlink", "attributeValues": { - "binary": "@cosmos-tac//:tac", - "name": "tac" + "name": "ape-pathchk", + "target": "@pathchk" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, { - "tagName": "@download_utils//download/file:defs.bzl%download_file", + "tagName": "symlink", "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" + "name": "ape-pinky", + "target": "@pinky" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, - "column": 22 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 } }, { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "tagName": "symlink", "attributeValues": { - "binary": "@cosmos-tail//:tail", - "name": "tail" + "name": "ape-pledge", + "target": "@pledge" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, { - "tagName": "@download_utils//download/file:defs.bzl%download_file", + "tagName": "symlink", "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" + "name": "ape-pr", + "target": "@pr" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, - "column": 22 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 } }, { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "tagName": "symlink", "attributeValues": { - "binary": "@cosmos-tar//:tar", - "name": "tar" + "name": "ape-printenv", + "target": "@printenv" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, { - "tagName": "@download_utils//download/file:defs.bzl%download_file", + "tagName": "symlink", "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" + "name": "ape-printimage", + "target": "@printimage" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, - "column": 22 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 } }, { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "tagName": "symlink", "attributeValues": { - "binary": "@cosmos-tee//:tee", - "name": "tee" + "name": "ape-ptx", + "target": "@ptx" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, { - "tagName": "@download_utils//download/file:defs.bzl%download_file", + "tagName": "symlink", "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" + "name": "ape-pwd", + "target": "@pwd" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, - "column": 22 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 } }, { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "tagName": "symlink", "attributeValues": { - "binary": "@cosmos-test//:test", - "name": "test" + "name": "ape-pypack1", + "target": "@pypack1" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, { - "tagName": "@download_utils//download/file:defs.bzl%download_file", + "tagName": "symlink", "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" + "name": "ape-python", + "target": "@python" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, - "column": 22 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 } }, { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "tagName": "symlink", "attributeValues": { - "binary": "@cosmos-tidy//:tidy", - "name": "tidy" + "name": "ape-qjs", + "target": "@qjs" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, { - "tagName": "@download_utils//download/file:defs.bzl%download_file", + "tagName": "symlink", "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" + "name": "ape-readlink", + "target": "@readlink" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, - "column": 22 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 } }, { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "tagName": "symlink", "attributeValues": { - "binary": "@cosmos-timeout//:timeout", - "name": "timeout" + "name": "ape-realpath", + "target": "@realpath" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, { - "tagName": "@download_utils//download/file:defs.bzl%download_file", + "tagName": "symlink", "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" + "name": "ape-redbean", + "target": "@redbean" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, - "column": 22 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 } }, { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "tagName": "symlink", "attributeValues": { - "binary": "@cosmos-tmux//:tmux", - "name": "tmux" + "name": "ape-rmdir", + "target": "@rmdir" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, { - "tagName": "@download_utils//download/file:defs.bzl%download_file", + "tagName": "symlink", "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" + "name": "ape-rsync", + "target": "@rsync" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, - "column": 22 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 } }, { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "tagName": "symlink", "attributeValues": { - "binary": "@cosmos-touch//:touch", - "name": "touch" + "name": "ape-runcon", + "target": "@runcon" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, { - "tagName": "@download_utils//download/file:defs.bzl%download_file", + "tagName": "symlink", "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" + "name": "ape-script", + "target": "@script" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, - "column": 22 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 } }, { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "tagName": "symlink", "attributeValues": { - "binary": "@cosmos-tr//:tr", - "name": "tr" + "name": "ape-sdiff", + "target": "@sdiff" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, { - "tagName": "@download_utils//download/file:defs.bzl%download_file", + "tagName": "symlink", "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" + "name": "ape-sed", + "target": "@sed" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, - "column": 22 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 } }, { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "tagName": "symlink", "attributeValues": { - "binary": "@cosmos-tree//:tree", - "name": "tree" + "name": "ape-seq", + "target": "@seq" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, { - "tagName": "@download_utils//download/file:defs.bzl%download_file", + "tagName": "symlink", "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" + "name": "ape-sha1sum", + "target": "@sha1sum" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, - "column": 22 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 } }, { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "tagName": "symlink", "attributeValues": { - "binary": "@cosmos-true//:true", - "name": "true" + "name": "ape-sha224sum", + "target": "@sha224sum" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, { - "tagName": "@download_utils//download/file:defs.bzl%download_file", + "tagName": "symlink", "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" + "name": "ape-sha256sum", + "target": "@sha256sum" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "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": 113, - "column": 22 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 } }, { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "tagName": "symlink", "attributeValues": { - "binary": "@cosmos-truncate//:truncate", - "name": "truncate" + "name": "ape-sha512sum", + "target": "@sha512sum" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, { - "tagName": "@download_utils//download/file:defs.bzl%download_file", + "tagName": "symlink", "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" + "name": "ape-shred", + "target": "@shred" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, - "column": 22 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 } }, { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "tagName": "symlink", "attributeValues": { - "binary": "@cosmos-tsort//:tsort", - "name": "tsort" + "name": "ape-shuf", + "target": "@shuf" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, { - "tagName": "@download_utils//download/file:defs.bzl%download_file", + "tagName": "symlink", "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" + "name": "ape-sleep", + "target": "@sleep" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, - "column": 22 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 } }, { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "tagName": "symlink", "attributeValues": { - "binary": "@cosmos-tty//:tty", - "name": "tty" + "name": "ape-sort", + "target": "@sort" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, { - "tagName": "@download_utils//download/file:defs.bzl%download_file", + "tagName": "symlink", "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" + "name": "ape-split", + "target": "@split" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, - "column": 22 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 } }, { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "tagName": "symlink", "attributeValues": { - "binary": "@cosmos-ttyinfo//:ttyinfo", - "name": "ttyinfo" + "name": "ape-sqlite3", + "target": "@sqlite3" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, { - "tagName": "@download_utils//download/file:defs.bzl%download_file", + "tagName": "symlink", "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" + "name": "ape-stat", + "target": "@stat" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, - "column": 22 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 } }, { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "tagName": "symlink", "attributeValues": { - "binary": "@cosmos-unbourne//:unbourne", - "name": "unbourne" + "name": "ape-stty", + "target": "@stty" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, { - "tagName": "@download_utils//download/file:defs.bzl%download_file", + "tagName": "symlink", "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" + "name": "ape-sum", + "target": "@sum" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, - "column": 22 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 } }, { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "tagName": "symlink", "attributeValues": { - "binary": "@cosmos-unexpand//:unexpand", - "name": "unexpand" + "name": "ape-sync", + "target": "@sync" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, { - "tagName": "@download_utils//download/file:defs.bzl%download_file", + "tagName": "symlink", "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" + "name": "ape-tac", + "target": "@tac" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, - "column": 22 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 } }, { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "tagName": "symlink", "attributeValues": { - "binary": "@cosmos-uniq//:uniq", - "name": "uniq" + "name": "ape-tail", + "target": "@tail" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, { - "tagName": "@download_utils//download/file:defs.bzl%download_file", + "tagName": "symlink", "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" + "name": "ape-tar", + "target": "@tar" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, - "column": 22 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 } }, { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "tagName": "symlink", "attributeValues": { - "binary": "@cosmos-unlink//:unlink", - "name": "unlink" + "name": "ape-tee", + "target": "@tee" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, { - "tagName": "@download_utils//download/file:defs.bzl%download_file", + "tagName": "symlink", "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" + "name": "ape-test", + "target": "@test" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, - "column": 22 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 } }, { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "tagName": "symlink", "attributeValues": { - "binary": "@cosmos-unzip//:unzip", - "name": "unzip" + "name": "ape-tidy", + "target": "@tidy" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, { - "tagName": "@download_utils//download/file:defs.bzl%download_file", + "tagName": "symlink", "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" + "name": "ape-timeout", + "target": "@timeout" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, - "column": 22 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 } }, { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "tagName": "symlink", "attributeValues": { - "binary": "@cosmos-uptime//:uptime", - "name": "uptime" + "name": "ape-tmux", + "target": "@tmux" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, { - "tagName": "@download_utils//download/file:defs.bzl%download_file", + "tagName": "symlink", "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" + "name": "ape-touch", + "target": "@touch" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, - "column": 22 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 } }, { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "tagName": "symlink", "attributeValues": { - "binary": "@cosmos-users//:users", - "name": "users" + "name": "ape-tr", + "target": "@tr" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, { - "tagName": "@download_utils//download/file:defs.bzl%download_file", + "tagName": "symlink", "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" + "name": "ape-tree", + "target": "@tree" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, - "column": 22 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 } }, { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "tagName": "symlink", "attributeValues": { - "binary": "@cosmos-vdir//:vdir", - "name": "vdir" + "name": "ape-true", + "target": "@true" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, { - "tagName": "@download_utils//download/file:defs.bzl%download_file", + "tagName": "symlink", "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" + "name": "ape-truncate", + "target": "@truncate" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, - "column": 22 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 } }, { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "tagName": "symlink", "attributeValues": { - "binary": "@cosmos-verynice//:verynice", - "name": "verynice" + "name": "ape-tsort", + "target": "@tsort" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, { - "tagName": "@download_utils//download/file:defs.bzl%download_file", + "tagName": "symlink", "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" + "name": "ape-tty", + "target": "@tty" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, - "column": 22 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 } }, { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "tagName": "symlink", "attributeValues": { - "binary": "@cosmos-vim//:vim", - "name": "vim" + "name": "ape-ttyinfo", + "target": "@ttyinfo" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, { - "tagName": "@download_utils//download/file:defs.bzl%download_file", + "tagName": "symlink", "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" + "name": "ape-unbourne", + "target": "@unbourne" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, - "column": 22 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 } }, { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "tagName": "symlink", "attributeValues": { - "binary": "@cosmos-wall//:wall", - "name": "wall" + "name": "ape-unexpand", + "target": "@unexpand" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, { - "tagName": "@download_utils//download/file:defs.bzl%download_file", + "tagName": "symlink", "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" + "name": "ape-uniq", + "target": "@uniq" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, - "column": 22 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 } }, { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "tagName": "symlink", "attributeValues": { - "binary": "@cosmos-wc//:wc", - "name": "wc" + "name": "ape-unlink", + "target": "@unlink" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, { - "tagName": "@download_utils//download/file:defs.bzl%download_file", + "tagName": "symlink", "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" + "name": "ape-unzip", + "target": "@unzip" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, - "column": 22 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 } }, { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "tagName": "symlink", "attributeValues": { - "binary": "@cosmos-wget//:wget", - "name": "wget" + "name": "ape-uptime", + "target": "@uptime" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, { - "tagName": "@download_utils//download/file:defs.bzl%download_file", + "tagName": "symlink", "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" + "name": "ape-users", + "target": "@users" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, - "column": 22 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 } }, { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "tagName": "symlink", "attributeValues": { - "binary": "@cosmos-who//:who", - "name": "who" + "name": "ape-vdir", + "target": "@vdir" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, { - "tagName": "@download_utils//download/file:defs.bzl%download_file", + "tagName": "symlink", "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" + "name": "ape-verynice", + "target": "@verynice" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, - "column": 22 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 } }, { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "tagName": "symlink", "attributeValues": { - "binary": "@cosmos-whoami//:whoami", - "name": "whoami" + "name": "ape-vim", + "target": "@vim" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, { - "tagName": "@download_utils//download/file:defs.bzl%download_file", + "tagName": "symlink", "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" + "name": "ape-wall", + "target": "@wall" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, - "column": 22 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 } }, { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "tagName": "symlink", "attributeValues": { - "binary": "@cosmos-xargs//:xargs", - "name": "xargs" + "name": "ape-wc", + "target": "@wc" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, { - "tagName": "@download_utils//download/file:defs.bzl%download_file", + "tagName": "symlink", "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" + "name": "ape-wget", + "target": "@wget" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, - "column": 22 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 } }, { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "tagName": "symlink", "attributeValues": { - "binary": "@cosmos-xz//:xz", - "name": "xz" + "name": "ape-who", + "target": "@who" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, { - "tagName": "@download_utils//download/file:defs.bzl%download_file", + "tagName": "symlink", "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" + "name": "ape-whoami", + "target": "@whoami" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, - "column": 22 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 } }, { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "tagName": "symlink", "attributeValues": { - "binary": "@cosmos-yes//:yes", - "name": "yes" + "name": "ape-xargs", + "target": "@xargs" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, { - "tagName": "@download_utils//download/file:defs.bzl%download_file", + "tagName": "symlink", "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" + "name": "ape-xz", + "target": "@xz" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, - "column": 22 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 } }, { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "tagName": "symlink", "attributeValues": { - "binary": "@cosmos-zip//:zip", - "name": "zip" + "name": "ape-yes", + "target": "@yes" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, { - "tagName": "@download_utils//download/file:defs.bzl%download_file", + "tagName": "symlink", "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" + "name": "ape-zip", + "target": "@zip" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, - "column": 22 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 } }, { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "tagName": "symlink", "attributeValues": { - "binary": "@cosmos-zsh//:zsh", - "name": "zsh" + "name": "ape-zsh", + "target": "@zsh" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, { - "tagName": "@download_utils//download/file:defs.bzl%download_file", + "tagName": "symlink", "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" + "name": "ape-zstd", + "target": "@zstd" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, - "column": 22 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 } }, { - "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "tagName": "symlink", "attributeValues": { - "binary": "@cosmos-zstd//:zstd", - "name": "zstd" + "name": "ape-chmod", + "target": "@chmod" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 309, "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" + "attributeValues": { + "name": "ape-cp", + "target": "@cp" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 309, "column": 23 } }, { "tagName": "symlink", "attributeValues": { - "name": "ape-b2sum", - "target": "@b2sum" + "name": "ape-dd", + "target": "@dd" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 309, "column": 23 } }, { "tagName": "symlink", "attributeValues": { - "name": "ape-base32", - "target": "@base32" + "name": "ape-echo", + "target": "@echo" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 309, "column": 23 } }, { "tagName": "symlink", "attributeValues": { - "name": "ape-base64", - "target": "@base64" + "name": "ape-gzip", + "target": "@gzip" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 309, "column": 23 } }, { "tagName": "symlink", "attributeValues": { - "name": "ape-basename", - "target": "@basename" + "name": "ape-mkdir", + "target": "@mkdir" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 309, "column": 23 } }, { "tagName": "symlink", "attributeValues": { - "name": "ape-basenc", - "target": "@basenc" + "name": "ape-mv", + "target": "@mv" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 309, "column": 23 } }, { "tagName": "symlink", "attributeValues": { - "name": "ape-bash", - "target": "@bash" + "name": "ape-printf", + "target": "@printf" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 309, "column": 23 } }, { "tagName": "symlink", "attributeValues": { - "name": "ape-berry", - "target": "@berry" + "name": "ape-rm", + "target": "@rm" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 309, "column": 23 } }, { "tagName": "symlink", "attributeValues": { - "name": "ape-brotli", - "target": "@brotli" + "name": "ape-uname", + "target": "@uname" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 309, "column": 23 } }, { "tagName": "symlink", "attributeValues": { - "name": "ape-bzip2", - "target": "@bzip2" + "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": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 346, "column": 23 } + } + ], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + } + ], + "deps": { + "platforms": "platforms@0.0.10", + "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.11", + "urls": [ + "https://gitlab.arm.com/bazel/ape/-/releases/v1.0.0-beta.11/downloads/src.tar.gz" + ], + "integrity": "sha512-qGyXIPfEYHMAhe75UrvEMaFD9Rhvh2NQTAGKVKDpUwPBvctNhF31eSknLU7YoDTWPyuQILMo6xy5pWWQ4UHqLw==", + "strip_prefix": "ape-v1.0.0-beta.11", + "remote_patches": {}, + "remote_patch_strip": 0 + } + } + }, + "bazel_tools@_": { + "name": "bazel_tools", + "version": "", + "key": "bazel_tools@_", + "repoName": "bazel_tools", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [ + "@local_config_cc_toolchains//:all", + "@local_config_sh//:local_sh_toolchain" + ], + "extensionUsages": [ + { + "extensionBzlFile": "@bazel_tools//tools/cpp:cc_configure.bzl", + "extensionName": "cc_configure_extension", + "usingModule": "bazel_tools@_", + "location": { + "file": "@@bazel_tools//:MODULE.bazel", + "line": 17, + "column": 29 + }, + "imports": { + "local_config_cc": "local_config_cc", + "local_config_cc_toolchains": "local_config_cc_toolchains" + }, + "devImports": [], + "tags": [], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + }, + { + "extensionBzlFile": "@bazel_tools//tools/osx:xcode_configure.bzl", + "extensionName": "xcode_configure_extension", + "usingModule": "bazel_tools@_", + "location": { + "file": "@@bazel_tools//:MODULE.bazel", + "line": 21, + "column": 32 + }, + "imports": { + "local_config_xcode": "local_config_xcode" + }, + "devImports": [], + "tags": [], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + }, + { + "extensionBzlFile": "@rules_java//java:extensions.bzl", + "extensionName": "toolchains", + "usingModule": "bazel_tools@_", + "location": { + "file": "@@bazel_tools//:MODULE.bazel", + "line": 24, + "column": 32 + }, + "imports": { + "local_jdk": "local_jdk", + "remote_java_tools": "remote_java_tools", + "remote_java_tools_linux": "remote_java_tools_linux", + "remote_java_tools_windows": "remote_java_tools_windows", + "remote_java_tools_darwin_x86_64": "remote_java_tools_darwin_x86_64", + "remote_java_tools_darwin_arm64": "remote_java_tools_darwin_arm64" + }, + "devImports": [], + "tags": [], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + }, + { + "extensionBzlFile": "@bazel_tools//tools/sh:sh_configure.bzl", + "extensionName": "sh_configure_extension", + "usingModule": "bazel_tools@_", + "location": { + "file": "@@bazel_tools//:MODULE.bazel", + "line": 35, + "column": 39 + }, + "imports": { + "local_config_sh": "local_config_sh" + }, + "devImports": [], + "tags": [], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + }, + { + "extensionBzlFile": "@bazel_tools//tools/test:extensions.bzl", + "extensionName": "remote_coverage_tools_extension", + "usingModule": "bazel_tools@_", + "location": { + "file": "@@bazel_tools//:MODULE.bazel", + "line": 39, + "column": 48 + }, + "imports": { + "remote_coverage_tools": "remote_coverage_tools" + }, + "devImports": [], + "tags": [], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + }, + { + "extensionBzlFile": "@bazel_tools//tools/android:android_extensions.bzl", + "extensionName": "remote_android_tools_extensions", + "usingModule": "bazel_tools@_", + "location": { + "file": "@@bazel_tools//:MODULE.bazel", + "line": 42, + "column": 42 + }, + "imports": { + "android_gmaven_r8": "android_gmaven_r8", + "android_tools": "android_tools" + }, + "devImports": [], + "tags": [], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + } + ], + "deps": { + "rules_cc": "rules_cc@0.0.9", + "rules_java": "rules_java@7.1.0", + "rules_license": "rules_license@0.0.7", + "rules_proto": "rules_proto@4.0.0", + "rules_python": "rules_python@0.4.0", + "platforms": "platforms@0.0.10", + "com_google_protobuf": "protobuf@3.19.6", + "zlib": "zlib@1.3", + "build_bazel_apple_support": "apple_support@1.5.0", + "local_config_platform": "local_config_platform@_" + } + }, + "local_config_platform@_": { + "name": "local_config_platform", + "version": "", + "key": "local_config_platform@_", + "repoName": "local_config_platform", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [], + "extensionUsages": [], + "deps": { + "platforms": "platforms@0.0.10", + "bazel_tools": "bazel_tools@_" + } + }, + "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": "symlink", + "tagName": "@download_utils//download/archive:defs.bzl%download_archive", "attributeValues": { - "name": "ape-cat", - "target": "@cat" + "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/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 16, + "column": 12 } }, { - "tagName": "symlink", + "tagName": "@download_utils//download/archive:defs.bzl%download_archive", "attributeValues": { - "name": "ape-chcon", - "target": "@chcon" + "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/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 16, + "column": 12 } }, { - "tagName": "symlink", + "tagName": "@download_utils//download/archive:defs.bzl%download_archive", "attributeValues": { - "name": "ape-chgrp", - "target": "@chgrp" + "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/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 16, + "column": 12 } }, { - "tagName": "symlink", + "tagName": "@download_utils//download/archive:defs.bzl%download_archive", "attributeValues": { - "name": "ape-chown", - "target": "@chown" + "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/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 16, + "column": 12 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/local/select:defs.bzl%toolchain_local_select", "attributeValues": { - "name": "ape-chroot", - "target": "@chroot" + "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/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 40, + "column": 7 } }, { - "tagName": "symlink", + "tagName": "@download_utils//download/deb:defs.bzl%download_deb", "attributeValues": { - "name": "ape-cksum", - "target": "@cksum" + "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/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 59, + "column": 4 } }, { - "tagName": "symlink", + "tagName": "@download_utils//download/deb:defs.bzl%download_deb", "attributeValues": { - "name": "ape-clang-format", - "target": "@clang-format" + "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/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 67, + "column": 4 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", "attributeValues": { - "name": "ape-cmp", - "target": "@cmp" + "basename": "busybox", + "toolchain_type": "//coreutils/toolchain/busybox:type", + "name": "resolved-busybox" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", "attributeValues": { - "name": "ape-comm", - "target": "@comm" + "basename": "busybox", + "name": "which-busybox" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", "attributeValues": { - "name": "ape-cpuid", - "target": "@cpuid" + "basename": "coreutils", + "toolchain_type": "//coreutils/toolchain/coreutils:type", + "name": "resolved-coreutils" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", "attributeValues": { - "name": "ape-csplit", - "target": "@csplit" + "basename": "coreutils", + "name": "which-coreutils" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", "attributeValues": { - "name": "ape-ctags", - "target": "@ctags" + "basename": "arch", + "toolchain_type": "//coreutils/toolchain/arch:type", + "name": "resolved-arch" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", "attributeValues": { - "name": "ape-curl", - "target": "@curl" + "basename": "arch", + "name": "which-arch" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", "attributeValues": { - "name": "ape-cut", - "target": "@cut" + "basename": "base64", + "toolchain_type": "//coreutils/toolchain/base64:type", + "name": "resolved-base64" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", "attributeValues": { - "name": "ape-dash", - "target": "@dash" + "basename": "base64", + "name": "which-base64" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", "attributeValues": { - "name": "ape-datasette", - "target": "@datasette" + "basename": "basename", + "toolchain_type": "//coreutils/toolchain/basename:type", + "name": "resolved-basename" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", "attributeValues": { - "name": "ape-date", - "target": "@date" + "basename": "basename", + "name": "which-basename" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", "attributeValues": { - "name": "ape-df", - "target": "@df" + "basename": "cat", + "toolchain_type": "//coreutils/toolchain/cat:type", + "name": "resolved-cat" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", "attributeValues": { - "name": "ape-dir", - "target": "@dir" + "basename": "cat", + "name": "which-cat" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", "attributeValues": { - "name": "ape-dircolors", - "target": "@dircolors" + "basename": "chmod", + "toolchain_type": "//coreutils/toolchain/chmod:type", + "name": "resolved-chmod" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", "attributeValues": { - "name": "ape-dirname", - "target": "@dirname" + "basename": "chmod", + "name": "which-chmod" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", "attributeValues": { - "name": "ape-diff", - "target": "@diff" + "basename": "chown", + "toolchain_type": "//coreutils/toolchain/chown:type", + "name": "resolved-chown" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", "attributeValues": { - "name": "ape-diff3", - "target": "@diff3" + "basename": "chown", + "name": "which-chown" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", "attributeValues": { - "name": "ape-du", - "target": "@du" + "basename": "cp", + "toolchain_type": "//coreutils/toolchain/cp:type", + "name": "resolved-cp" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", "attributeValues": { - "name": "ape-emacs", - "target": "@emacs" + "basename": "cp", + "name": "which-cp" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", "attributeValues": { - "name": "ape-emacsclient", - "target": "@emacsclient" + "basename": "cut", + "toolchain_type": "//coreutils/toolchain/cut:type", + "name": "resolved-cut" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", "attributeValues": { - "name": "ape-env", - "target": "@env" + "basename": "cut", + "name": "which-cut" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", "attributeValues": { - "name": "ape-expand", - "target": "@expand" + "basename": "date", + "toolchain_type": "//coreutils/toolchain/date:type", + "name": "resolved-date" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", "attributeValues": { - "name": "ape-expr", - "target": "@expr" + "basename": "date", + "name": "which-date" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", "attributeValues": { - "name": "ape-factor", - "target": "@factor" + "basename": "dd", + "toolchain_type": "//coreutils/toolchain/dd:type", + "name": "resolved-dd" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", "attributeValues": { - "name": "ape-false", - "target": "@false" + "basename": "dd", + "name": "which-dd" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", "attributeValues": { - "name": "ape-find", - "target": "@find" + "basename": "df", + "toolchain_type": "//coreutils/toolchain/df:type", + "name": "resolved-df" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", "attributeValues": { - "name": "ape-fmt", - "target": "@fmt" + "basename": "df", + "name": "which-df" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", "attributeValues": { - "name": "ape-fold", - "target": "@fold" + "basename": "dirname", + "toolchain_type": "//coreutils/toolchain/dirname:type", + "name": "resolved-dirname" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", "attributeValues": { - "name": "ape-gmake", - "target": "@gmake" + "basename": "dirname", + "name": "which-dirname" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", "attributeValues": { - "name": "ape-greenbean", - "target": "@greenbean" + "basename": "du", + "toolchain_type": "//coreutils/toolchain/du:type", + "name": "resolved-du" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", "attributeValues": { - "name": "ape-grep", - "target": "@grep" + "basename": "du", + "name": "which-du" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", "attributeValues": { - "name": "ape-groups", - "target": "@groups" + "basename": "echo", + "toolchain_type": "//coreutils/toolchain/echo:type", + "name": "resolved-echo" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", "attributeValues": { - "name": "ape-head", - "target": "@head" + "basename": "echo", + "name": "which-echo" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", "attributeValues": { - "name": "ape-id", - "target": "@id" + "basename": "env", + "toolchain_type": "//coreutils/toolchain/env:type", + "name": "resolved-env" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", "attributeValues": { - "name": "ape-install", - "target": "@install" + "basename": "env", + "name": "which-env" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", "attributeValues": { - "name": "ape-join", - "target": "@join" + "basename": "expand", + "toolchain_type": "//coreutils/toolchain/expand:type", + "name": "resolved-expand" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", "attributeValues": { - "name": "ape-kill", - "target": "@kill" + "basename": "expand", + "name": "which-expand" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", "attributeValues": { - "name": "ape-less", - "target": "@less" + "basename": "expr", + "toolchain_type": "//coreutils/toolchain/expr:type", + "name": "resolved-expr" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", "attributeValues": { - "name": "ape-life", - "target": "@life" + "basename": "expr", + "name": "which-expr" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", "attributeValues": { - "name": "ape-link", - "target": "@link" + "basename": "factor", + "toolchain_type": "//coreutils/toolchain/factor:type", + "name": "resolved-factor" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", "attributeValues": { - "name": "ape-links", - "target": "@links" + "basename": "factor", + "name": "which-factor" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", "attributeValues": { - "name": "ape-ln", - "target": "@ln" + "basename": "false", + "toolchain_type": "//coreutils/toolchain/false:type", + "name": "resolved-false" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", "attributeValues": { - "name": "ape-locate", - "target": "@locate" + "basename": "false", + "name": "which-false" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", "attributeValues": { - "name": "ape-logname", - "target": "@logname" + "basename": "fold", + "toolchain_type": "//coreutils/toolchain/fold:type", + "name": "resolved-fold" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", "attributeValues": { - "name": "ape-ls", - "target": "@ls" + "basename": "fold", + "name": "which-fold" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", "attributeValues": { - "name": "ape-lua", - "target": "@lua" + "basename": "head", + "toolchain_type": "//coreutils/toolchain/head:type", + "name": "resolved-head" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", "attributeValues": { - "name": "ape-lz4", - "target": "@lz4" + "basename": "head", + "name": "which-head" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", "attributeValues": { - "name": "ape-make", - "target": "@make" + "basename": "hostname", + "toolchain_type": "//coreutils/toolchain/hostname:type", + "name": "resolved-hostname" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", "attributeValues": { - "name": "ape-md5sum", - "target": "@md5sum" + "basename": "hostname", + "name": "which-hostname" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", "attributeValues": { - "name": "ape-mkfifo", - "target": "@mkfifo" + "basename": "install", + "toolchain_type": "//coreutils/toolchain/install:type", + "name": "resolved-install" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", "attributeValues": { - "name": "ape-mknod", - "target": "@mknod" + "basename": "install", + "name": "which-install" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", "attributeValues": { - "name": "ape-mktemp", - "target": "@mktemp" + "basename": "link", + "toolchain_type": "//coreutils/toolchain/link:type", + "name": "resolved-link" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", "attributeValues": { - "name": "ape-mktemper", - "target": "@mktemper" + "basename": "link", + "name": "which-link" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", "attributeValues": { - "name": "ape-nano", - "target": "@nano" + "basename": "ln", + "toolchain_type": "//coreutils/toolchain/ln:type", + "name": "resolved-ln" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", "attributeValues": { - "name": "ape-nesemu1", - "target": "@nesemu1" + "basename": "ln", + "name": "which-ln" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", "attributeValues": { - "name": "ape-nice", - "target": "@nice" + "basename": "ls", + "toolchain_type": "//coreutils/toolchain/ls:type", + "name": "resolved-ls" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", "attributeValues": { - "name": "ape-ninja", - "target": "@ninja" + "basename": "ls", + "name": "which-ls" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", "attributeValues": { - "name": "ape-nl", - "target": "@nl" + "basename": "md5sum", + "toolchain_type": "//coreutils/toolchain/md5sum:type", + "name": "resolved-md5sum" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", "attributeValues": { - "name": "ape-nohup", - "target": "@nohup" + "basename": "md5sum", + "name": "which-md5sum" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", "attributeValues": { - "name": "ape-nproc", - "target": "@nproc" + "basename": "mkdir", + "toolchain_type": "//coreutils/toolchain/mkdir:type", + "name": "resolved-mkdir" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", "attributeValues": { - "name": "ape-numfmt", - "target": "@numfmt" + "basename": "mkdir", + "name": "which-mkdir" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", "attributeValues": { - "name": "ape-od", - "target": "@od" + "basename": "mktemp", + "toolchain_type": "//coreutils/toolchain/mktemp:type", + "name": "resolved-mktemp" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", "attributeValues": { - "name": "ape-paste", - "target": "@paste" + "basename": "mktemp", + "name": "which-mktemp" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", "attributeValues": { - "name": "ape-patch", - "target": "@patch" + "basename": "more", + "toolchain_type": "//coreutils/toolchain/more:type", + "name": "resolved-more" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", "attributeValues": { - "name": "ape-pathchk", - "target": "@pathchk" + "basename": "more", + "name": "which-more" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", "attributeValues": { - "name": "ape-pigz", - "target": "@pigz" + "basename": "mv", + "toolchain_type": "//coreutils/toolchain/mv:type", + "name": "resolved-mv" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", "attributeValues": { - "name": "ape-pinky", - "target": "@pinky" + "basename": "mv", + "name": "which-mv" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", "attributeValues": { - "name": "ape-pledge", - "target": "@pledge" + "basename": "nl", + "toolchain_type": "//coreutils/toolchain/nl:type", + "name": "resolved-nl" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", "attributeValues": { - "name": "ape-pr", - "target": "@pr" + "basename": "nl", + "name": "which-nl" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", "attributeValues": { - "name": "ape-printenv", - "target": "@printenv" + "basename": "nproc", + "toolchain_type": "//coreutils/toolchain/nproc:type", + "name": "resolved-nproc" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", "attributeValues": { - "name": "ape-printimage", - "target": "@printimage" + "basename": "nproc", + "name": "which-nproc" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", "attributeValues": { - "name": "ape-ptx", - "target": "@ptx" + "basename": "od", + "toolchain_type": "//coreutils/toolchain/od:type", + "name": "resolved-od" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", "attributeValues": { - "name": "ape-pwd", - "target": "@pwd" + "basename": "od", + "name": "which-od" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", "attributeValues": { - "name": "ape-pypack1", - "target": "@pypack1" + "basename": "paste", + "toolchain_type": "//coreutils/toolchain/paste:type", + "name": "resolved-paste" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", "attributeValues": { - "name": "ape-python", - "target": "@python" + "basename": "paste", + "name": "which-paste" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", "attributeValues": { - "name": "ape-qjs", - "target": "@qjs" + "basename": "printf", + "toolchain_type": "//coreutils/toolchain/printf:type", + "name": "resolved-printf" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", "attributeValues": { - "name": "ape-readlink", - "target": "@readlink" + "basename": "printf", + "name": "which-printf" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", "attributeValues": { - "name": "ape-realpath", - "target": "@realpath" + "basename": "pwd", + "toolchain_type": "//coreutils/toolchain/pwd:type", + "name": "resolved-pwd" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", "attributeValues": { - "name": "ape-redbean", - "target": "@redbean" + "basename": "pwd", + "name": "which-pwd" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", "attributeValues": { - "name": "ape-rmdir", - "target": "@rmdir" + "basename": "readlink", + "toolchain_type": "//coreutils/toolchain/readlink:type", + "name": "resolved-readlink" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", "attributeValues": { - "name": "ape-rsync", - "target": "@rsync" + "basename": "readlink", + "name": "which-readlink" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", "attributeValues": { - "name": "ape-runcon", - "target": "@runcon" + "basename": "realpath", + "toolchain_type": "//coreutils/toolchain/realpath:type", + "name": "resolved-realpath" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", "attributeValues": { - "name": "ape-script", - "target": "@script" + "basename": "realpath", + "name": "which-realpath" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", "attributeValues": { - "name": "ape-sdiff", - "target": "@sdiff" + "basename": "rm", + "toolchain_type": "//coreutils/toolchain/rm:type", + "name": "resolved-rm" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", "attributeValues": { - "name": "ape-sed", - "target": "@sed" + "basename": "rm", + "name": "which-rm" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", "attributeValues": { - "name": "ape-seq", - "target": "@seq" + "basename": "rmdir", + "toolchain_type": "//coreutils/toolchain/rmdir:type", + "name": "resolved-rmdir" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", "attributeValues": { - "name": "ape-sha1sum", - "target": "@sha1sum" + "basename": "rmdir", + "name": "which-rmdir" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", "attributeValues": { - "name": "ape-sha224sum", - "target": "@sha224sum" + "basename": "seq", + "toolchain_type": "//coreutils/toolchain/seq:type", + "name": "resolved-seq" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", "attributeValues": { - "name": "ape-sha256sum", - "target": "@sha256sum" + "basename": "seq", + "name": "which-seq" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", "attributeValues": { - "name": "ape-sha384sum", - "target": "@sha384sum" + "basename": "sha1sum", + "toolchain_type": "//coreutils/toolchain/sha1sum:type", + "name": "resolved-sha1sum" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", "attributeValues": { - "name": "ape-sha512sum", - "target": "@sha512sum" + "basename": "sha1sum", + "name": "which-sha1sum" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", "attributeValues": { - "name": "ape-shred", - "target": "@shred" + "basename": "sha256sum", + "toolchain_type": "//coreutils/toolchain/sha256sum:type", + "name": "resolved-sha256sum" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", "attributeValues": { - "name": "ape-shuf", - "target": "@shuf" + "basename": "sha256sum", + "name": "which-sha256sum" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", "attributeValues": { - "name": "ape-sleep", - "target": "@sleep" + "basename": "sha3sum", + "toolchain_type": "//coreutils/toolchain/sha3sum:type", + "name": "resolved-sha3sum" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", "attributeValues": { - "name": "ape-sort", - "target": "@sort" + "basename": "sha3sum", + "name": "which-sha3sum" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", "attributeValues": { - "name": "ape-split", - "target": "@split" + "basename": "sha512sum", + "toolchain_type": "//coreutils/toolchain/sha512sum:type", + "name": "resolved-sha512sum" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", "attributeValues": { - "name": "ape-sqlite3", - "target": "@sqlite3" + "basename": "sha512sum", + "name": "which-sha512sum" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", "attributeValues": { - "name": "ape-stat", - "target": "@stat" + "basename": "shred", + "toolchain_type": "//coreutils/toolchain/shred:type", + "name": "resolved-shred" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", "attributeValues": { - "name": "ape-stty", - "target": "@stty" + "basename": "shred", + "name": "which-shred" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", "attributeValues": { - "name": "ape-sum", - "target": "@sum" + "basename": "shuf", + "toolchain_type": "//coreutils/toolchain/shuf:type", + "name": "resolved-shuf" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", "attributeValues": { - "name": "ape-sync", - "target": "@sync" + "basename": "shuf", + "name": "which-shuf" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", "attributeValues": { - "name": "ape-tac", - "target": "@tac" + "basename": "sleep", + "toolchain_type": "//coreutils/toolchain/sleep:type", + "name": "resolved-sleep" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", "attributeValues": { - "name": "ape-tail", - "target": "@tail" + "basename": "sleep", + "name": "which-sleep" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", "attributeValues": { - "name": "ape-tar", - "target": "@tar" + "basename": "sort", + "toolchain_type": "//coreutils/toolchain/sort:type", + "name": "resolved-sort" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", "attributeValues": { - "name": "ape-tee", - "target": "@tee" + "basename": "sort", + "name": "which-sort" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", "attributeValues": { - "name": "ape-test", - "target": "@test" + "basename": "sync", + "toolchain_type": "//coreutils/toolchain/sync:type", + "name": "resolved-sync" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", "attributeValues": { - "name": "ape-tidy", - "target": "@tidy" + "basename": "sync", + "name": "which-sync" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", "attributeValues": { - "name": "ape-timeout", - "target": "@timeout" + "basename": "tac", + "toolchain_type": "//coreutils/toolchain/tac:type", + "name": "resolved-tac" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", "attributeValues": { - "name": "ape-tmux", - "target": "@tmux" + "basename": "tac", + "name": "which-tac" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", "attributeValues": { - "name": "ape-touch", - "target": "@touch" + "basename": "tail", + "toolchain_type": "//coreutils/toolchain/tail:type", + "name": "resolved-tail" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", "attributeValues": { - "name": "ape-tr", - "target": "@tr" + "basename": "tail", + "name": "which-tail" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", "attributeValues": { - "name": "ape-tree", - "target": "@tree" + "basename": "tee", + "toolchain_type": "//coreutils/toolchain/tee:type", + "name": "resolved-tee" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", "attributeValues": { - "name": "ape-true", - "target": "@true" + "basename": "tee", + "name": "which-tee" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", "attributeValues": { - "name": "ape-truncate", - "target": "@truncate" + "basename": "test", + "toolchain_type": "//coreutils/toolchain/test:type", + "name": "resolved-test" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", "attributeValues": { - "name": "ape-tsort", - "target": "@tsort" + "basename": "test", + "name": "which-test" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", "attributeValues": { - "name": "ape-tty", - "target": "@tty" + "basename": "touch", + "toolchain_type": "//coreutils/toolchain/touch:type", + "name": "resolved-touch" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", "attributeValues": { - "name": "ape-ttyinfo", - "target": "@ttyinfo" + "basename": "touch", + "name": "which-touch" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", "attributeValues": { - "name": "ape-unbourne", - "target": "@unbourne" + "basename": "tr", + "toolchain_type": "//coreutils/toolchain/tr:type", + "name": "resolved-tr" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", "attributeValues": { - "name": "ape-unexpand", - "target": "@unexpand" + "basename": "tr", + "name": "which-tr" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", "attributeValues": { - "name": "ape-uniq", - "target": "@uniq" + "basename": "true", + "toolchain_type": "//coreutils/toolchain/true:type", + "name": "resolved-true" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", "attributeValues": { - "name": "ape-unlink", - "target": "@unlink" + "basename": "true", + "name": "which-true" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", "attributeValues": { - "name": "ape-unzip", - "target": "@unzip" + "basename": "truncate", + "toolchain_type": "//coreutils/toolchain/truncate:type", + "name": "resolved-truncate" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", "attributeValues": { - "name": "ape-uptime", - "target": "@uptime" + "basename": "truncate", + "name": "which-truncate" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", "attributeValues": { - "name": "ape-users", - "target": "@users" + "basename": "uname", + "toolchain_type": "//coreutils/toolchain/uname:type", + "name": "resolved-uname" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", "attributeValues": { - "name": "ape-vdir", - "target": "@vdir" + "basename": "uname", + "name": "which-uname" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", "attributeValues": { - "name": "ape-verynice", - "target": "@verynice" + "basename": "unexpand", + "toolchain_type": "//coreutils/toolchain/unexpand:type", + "name": "resolved-unexpand" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", "attributeValues": { - "name": "ape-vim", - "target": "@vim" + "basename": "unexpand", + "name": "which-unexpand" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", "attributeValues": { - "name": "ape-wall", - "target": "@wall" + "basename": "uniq", + "toolchain_type": "//coreutils/toolchain/uniq:type", + "name": "resolved-uniq" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", "attributeValues": { - "name": "ape-wc", - "target": "@wc" + "basename": "uniq", + "name": "which-uniq" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", "attributeValues": { - "name": "ape-wget", - "target": "@wget" + "basename": "unlink", + "toolchain_type": "//coreutils/toolchain/unlink:type", + "name": "resolved-unlink" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", "attributeValues": { - "name": "ape-who", - "target": "@who" + "basename": "unlink", + "name": "which-unlink" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", "attributeValues": { - "name": "ape-whoami", - "target": "@whoami" + "basename": "wc", + "toolchain_type": "//coreutils/toolchain/wc:type", + "name": "resolved-wc" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", "attributeValues": { - "name": "ape-xargs", - "target": "@xargs" + "basename": "wc", + "name": "which-wc" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", "attributeValues": { - "name": "ape-xz", - "target": "@xz" + "basename": "whoami", + "toolchain_type": "//coreutils/toolchain/whoami:type", + "name": "resolved-whoami" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", "attributeValues": { - "name": "ape-yes", - "target": "@yes" + "basename": "whoami", + "name": "which-whoami" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 86, + "column": 14 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", "attributeValues": { - "name": "ape-zip", - "target": "@zip" + "basename": "yes", + "toolchain_type": "//coreutils/toolchain/yes:type", + "name": "resolved-yes" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 81, + "column": 17 } }, { - "tagName": "symlink", + "tagName": "@toolchain_utils//toolchain/local/which:defs.bzl%toolchain_local_which", "attributeValues": { - "name": "ape-zsh", - "target": "@zsh" + "basename": "yes", + "name": "which-yes" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "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": "ape-zstd", - "target": "@zstd" + "name": "coreutils", + "target": "@coreutils" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/rules_coreutils/1.0.0-beta.1/MODULE.bazel", + "line": 52, + "column": 15 } } ], @@ -7649,177 +10935,175 @@ "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "ape~1.0.0-beta.6", + "name": "rules_coreutils~1.0.0-beta.1", "urls": [ - "https://gitlab.arm.com/bazel/ape/-/releases/v1.0.0-beta.6/downloads/src.tar.gz" + "https://gitlab.arm.com/bazel/rules_coreutils/-/releases/v1.0.0-beta.1/downloads/src.tar.gz" ], - "integrity": "sha512-fZNOpj31MphsHbrPcS71rxq2vcGkLtiBB8hpTQkqrd4sHDhhjfi8ovi8YSQtC70lbyBKxZQ/htwrradnbB58kg==", - "strip_prefix": "ape-v1.0.0-beta.6", + "integrity": "sha512-EikhiyGoZmyrDJOdR+NI0ngZlntHK8gBIEtAdwwrUdOK2Bjd0Kzys+sT5M2uWB0ELwBbZag+sFYh8p5QlgxZcw==", + "strip_prefix": "rules_coreutils-v1.0.0-beta.1", "remote_patches": {}, "remote_patch_strip": 0 } } }, - "bazel_tools@_": { - "name": "bazel_tools", - "version": "", - "key": "bazel_tools@_", - "repoName": "bazel_tools", + "bazel_skylib@1.5.0": { + "name": "bazel_skylib", + "version": "1.5.0", + "key": "bazel_skylib@1.5.0", + "repoName": "bazel_skylib", "executionPlatformsToRegister": [], "toolchainsToRegister": [ - "@local_config_cc_toolchains//:all", - "@local_config_sh//:local_sh_toolchain" + "//toolchains/unittest:cmd_toolchain", + "//toolchains/unittest:bash_toolchain" + ], + "extensionUsages": [], + "deps": { + "platforms": "platforms@0.0.10", + "bazel_tools": "bazel_tools@_", + "local_config_platform": "local_config_platform@_" + }, + "repoSpec": { + "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "bazel_skylib~1.5.0", + "urls": [ + "https://github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-1.5.0.tar.gz" + ], + "integrity": "sha256-zVWgYudjuTSZIfD124w5MyiNyLpPdt2UFqrGis7jy5Q=", + "strip_prefix": "", + "remote_patches": {}, + "remote_patch_strip": 0 + } + } + }, + "aspect_bazel_lib@2.7.0": { + "name": "aspect_bazel_lib", + "version": "2.7.0", + "key": "aspect_bazel_lib@2.7.0", + "repoName": "aspect_bazel_lib", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [ + "@copy_directory_toolchains//:all", + "@copy_to_directory_toolchains//:all", + "@jq_toolchains//:all", + "@yq_toolchains//:all", + "@coreutils_toolchains//:all", + "@expand_template_toolchains//:all", + "@bats_toolchains//:all", + "@bsd_tar_toolchains//:all" ], "extensionUsages": [ { - "extensionBzlFile": "@bazel_tools//tools/cpp:cc_configure.bzl", - "extensionName": "cc_configure_extension", - "usingModule": "bazel_tools@_", - "location": { - "file": "@@bazel_tools//:MODULE.bazel", - "line": 17, - "column": 29 - }, - "imports": { - "local_config_cc": "local_config_cc", - "local_config_cc_toolchains": "local_config_cc_toolchains" - }, - "devImports": [], - "tags": [], - "hasDevUseExtension": false, - "hasNonDevUseExtension": true - }, - { - "extensionBzlFile": "@bazel_tools//tools/osx:xcode_configure.bzl", - "extensionName": "xcode_configure_extension", - "usingModule": "bazel_tools@_", - "location": { - "file": "@@bazel_tools//:MODULE.bazel", - "line": 21, - "column": 32 - }, - "imports": { - "local_config_xcode": "local_config_xcode" - }, - "devImports": [], - "tags": [], - "hasDevUseExtension": false, - "hasNonDevUseExtension": true - }, - { - "extensionBzlFile": "@rules_java//java:extensions.bzl", + "extensionBzlFile": "@aspect_bazel_lib//lib:extensions.bzl", "extensionName": "toolchains", - "usingModule": "bazel_tools@_", - "location": { - "file": "@@bazel_tools//:MODULE.bazel", - "line": 24, - "column": 32 - }, - "imports": { - "local_jdk": "local_jdk", - "remote_java_tools": "remote_java_tools", - "remote_java_tools_linux": "remote_java_tools_linux", - "remote_java_tools_windows": "remote_java_tools_windows", - "remote_java_tools_darwin_x86_64": "remote_java_tools_darwin_x86_64", - "remote_java_tools_darwin_arm64": "remote_java_tools_darwin_arm64" - }, - "devImports": [], - "tags": [], - "hasDevUseExtension": false, - "hasNonDevUseExtension": true - }, - { - "extensionBzlFile": "@bazel_tools//tools/sh:sh_configure.bzl", - "extensionName": "sh_configure_extension", - "usingModule": "bazel_tools@_", - "location": { - "file": "@@bazel_tools//:MODULE.bazel", - "line": 35, - "column": 39 - }, - "imports": { - "local_config_sh": "local_config_sh" - }, - "devImports": [], - "tags": [], - "hasDevUseExtension": false, - "hasNonDevUseExtension": true - }, - { - "extensionBzlFile": "@bazel_tools//tools/test:extensions.bzl", - "extensionName": "remote_coverage_tools_extension", - "usingModule": "bazel_tools@_", - "location": { - "file": "@@bazel_tools//:MODULE.bazel", - "line": 39, - "column": 48 - }, - "imports": { - "remote_coverage_tools": "remote_coverage_tools" - }, - "devImports": [], - "tags": [], - "hasDevUseExtension": false, - "hasNonDevUseExtension": true - }, - { - "extensionBzlFile": "@bazel_tools//tools/android:android_extensions.bzl", - "extensionName": "remote_android_tools_extensions", - "usingModule": "bazel_tools@_", + "usingModule": "aspect_bazel_lib@2.7.0", "location": { - "file": "@@bazel_tools//:MODULE.bazel", - "line": 42, - "column": 42 + "file": "https://bcr.bazel.build/modules/aspect_bazel_lib/2.7.0/MODULE.bazel", + "line": 17, + "column": 37 }, "imports": { - "android_gmaven_r8": "android_gmaven_r8", - "android_tools": "android_tools" + "bats_toolchains": "bats_toolchains", + "bsd_tar_toolchains": "bsd_tar_toolchains", + "copy_directory_toolchains": "copy_directory_toolchains", + "copy_to_directory_toolchains": "copy_to_directory_toolchains", + "coreutils_toolchains": "coreutils_toolchains", + "expand_template_toolchains": "expand_template_toolchains", + "jq_toolchains": "jq_toolchains", + "yq_toolchains": "yq_toolchains" }, "devImports": [], - "tags": [], + "tags": [ + { + "tagName": "copy_directory", + "attributeValues": {}, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/aspect_bazel_lib/2.7.0/MODULE.bazel", + "line": 18, + "column": 36 + } + }, + { + "tagName": "copy_to_directory", + "attributeValues": {}, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/aspect_bazel_lib/2.7.0/MODULE.bazel", + "line": 19, + "column": 39 + } + }, + { + "tagName": "jq", + "attributeValues": {}, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/aspect_bazel_lib/2.7.0/MODULE.bazel", + "line": 20, + "column": 24 + } + }, + { + "tagName": "yq", + "attributeValues": {}, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/aspect_bazel_lib/2.7.0/MODULE.bazel", + "line": 21, + "column": 24 + } + }, + { + "tagName": "coreutils", + "attributeValues": {}, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/aspect_bazel_lib/2.7.0/MODULE.bazel", + "line": 22, + "column": 31 + } + }, + { + "tagName": "tar", + "attributeValues": {}, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/aspect_bazel_lib/2.7.0/MODULE.bazel", + "line": 23, + "column": 25 + } + }, + { + "tagName": "expand_template", + "attributeValues": {}, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/aspect_bazel_lib/2.7.0/MODULE.bazel", + "line": 24, + "column": 37 + } + }, + { + "tagName": "bats", + "attributeValues": {}, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/aspect_bazel_lib/2.7.0/MODULE.bazel", + "line": 25, + "column": 26 + } + } + ], "hasDevUseExtension": false, "hasNonDevUseExtension": true } ], "deps": { - "rules_cc": "rules_cc@0.0.9", - "rules_java": "rules_java@7.1.0", - "rules_license": "rules_license@0.0.7", - "rules_proto": "rules_proto@4.0.0", - "rules_python": "rules_python@0.4.0", - "platforms": "platforms@0.0.7", - "com_google_protobuf": "protobuf@3.19.6", - "zlib": "zlib@1.3", - "build_bazel_apple_support": "apple_support@1.5.0", - "local_config_platform": "local_config_platform@_" - } - }, - "local_config_platform@_": { - "name": "local_config_platform", - "version": "", - "key": "local_config_platform@_", - "repoName": "local_config_platform", - "executionPlatformsToRegister": [], - "toolchainsToRegister": [], - "extensionUsages": [], - "deps": { - "platforms": "platforms@0.0.7", - "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_skylib": "bazel_skylib@1.5.0", + "platforms": "platforms@0.0.10", + "io_bazel_stardoc": "stardoc@0.5.4", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" }, @@ -7827,25 +11111,46 @@ "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "bazel_skylib~1.4.2", + "name": "aspect_bazel_lib~2.7.0", "urls": [ - "https://github.com/bazelbuild/bazel-skylib/releases/download/1.4.2/bazel-skylib-1.4.2.tar.gz" + "https://github.com/aspect-build/bazel-lib/releases/download/v2.7.0/bazel-lib-v2.7.0.tar.gz" ], - "integrity": "sha256-Zv/ZMVZlv6r8lrUiePV8fi3Qn17eJ56m05sr5HHn46o=", - "strip_prefix": "", - "remote_patches": {}, - "remote_patch_strip": 0 + "integrity": "sha256-NX2tnSEjJ8NdkkQZDvAQqtMV5z/6G+0aKeIMNy+co0Y=", + "strip_prefix": "bazel-lib-2.7.0", + "remote_patches": { + "https://bcr.bazel.build/modules/aspect_bazel_lib/2.7.0/patches/go_dev_dep.patch": "sha256-KgABwDzOT+DugUHn9tHLOz05osnk2FLsS10d5zqG/M0=", + "https://bcr.bazel.build/modules/aspect_bazel_lib/2.7.0/patches/module_dot_bazel_version.patch": "sha256-WYIBojN6hwiR6VcIhPR+k7VWAR6+4HaKVMA8WKDYwpw=" + }, + "remote_patch_strip": 1 + } + } + }, + "platforms@0.0.10": { + "name": "platforms", + "version": "0.0.10", + "key": "platforms@0.0.10", + "repoName": "platforms", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [], + "extensionUsages": [ + { + "extensionBzlFile": "@platforms//host:extension.bzl", + "extensionName": "host_platform", + "usingModule": "platforms@0.0.10", + "location": { + "file": "https://bcr.bazel.build/modules/platforms/0.0.10/MODULE.bazel", + "line": 9, + "column": 30 + }, + "imports": { + "host_platform": "host_platform" + }, + "devImports": [], + "tags": [], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true } - } - }, - "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@_", @@ -7857,9 +11162,9 @@ "attributes": { "name": "platforms", "urls": [ - "https://github.com/bazelbuild/platforms/releases/download/0.0.7/platforms-0.0.7.tar.gz" + "https://github.com/bazelbuild/platforms/releases/download/0.0.10/platforms-0.0.10.tar.gz" ], - "integrity": "sha256-OlYcmee9vpFzqmU/1Xn+hJ8djWc5V4CrR3Cx84FDHVE=", + "integrity": "sha256-IY7+juc20mo1cmY7N0olPAErcW2K8MB+hC6C8jigp+4=", "strip_prefix": "", "remote_patches": {}, "remote_patch_strip": 0 @@ -7922,7 +11227,7 @@ } ], "deps": { - "platforms": "platforms@0.0.7", + "platforms": "platforms@0.0.10", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" }, @@ -8021,9 +11326,9 @@ } ], "deps": { - "platforms": "platforms@0.0.7", + "platforms": "platforms@0.0.10", "rules_cc": "rules_cc@0.0.9", - "bazel_skylib": "bazel_skylib@1.4.2", + "bazel_skylib": "bazel_skylib@1.5.0", "rules_proto": "rules_proto@4.0.0", "rules_license": "rules_license@0.0.7", "bazel_tools": "bazel_tools@_", @@ -8080,7 +11385,7 @@ "toolchainsToRegister": [], "extensionUsages": [], "deps": { - "bazel_skylib": "bazel_skylib@1.4.2", + "bazel_skylib": "bazel_skylib@1.5.0", "rules_cc": "rules_cc@0.0.9", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" @@ -8166,7 +11471,7 @@ "toolchainsToRegister": [], "extensionUsages": [], "deps": { - "bazel_skylib": "bazel_skylib@1.4.2", + "bazel_skylib": "bazel_skylib@1.5.0", "zlib": "zlib@1.3", "rules_python": "rules_python@0.4.0", "rules_cc": "rules_cc@0.0.9", @@ -8204,7 +11509,7 @@ "toolchainsToRegister": [], "extensionUsages": [], "deps": { - "platforms": "platforms@0.0.7", + "platforms": "platforms@0.0.10", "rules_cc": "rules_cc@0.0.9", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" @@ -8257,8 +11562,8 @@ } ], "deps": { - "bazel_skylib": "bazel_skylib@1.4.2", - "platforms": "platforms@0.0.7", + "bazel_skylib": "bazel_skylib@1.5.0", + "platforms": "platforms@0.0.10", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" }, @@ -8276,6 +11581,36 @@ "remote_patch_strip": 0 } } + }, + "stardoc@0.5.4": { + "name": "stardoc", + "version": "0.5.4", + "key": "stardoc@0.5.4", + "repoName": "stardoc", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [], + "extensionUsages": [], + "deps": { + "bazel_skylib": "bazel_skylib@1.5.0", + "rules_java": "rules_java@7.1.0", + "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": "stardoc~0.5.4", + "urls": [ + "https://github.com/bazelbuild/stardoc/releases/download/0.5.4/stardoc-0.5.4.tar.gz" + ], + "integrity": "sha256-7FcTnkZvquVj8vw5YJ2klIpHm7UbbWeu3X2bG4BZxDM=", + "strip_prefix": "", + "remote_patches": {}, + "remote_patch_strip": 0 + } + } } }, "moduleExtensions": { @@ -8296,7 +11631,7 @@ } } }, - "@@ape~1.0.0-beta.6//:MODULE.bazel%_repo_rules": { + "@@ape~1.0.0-beta.11//:MODULE.bazel%_repo_rules": { "general": { "bzlTransitiveDigest": "Eb1Xl7COaA7o2xZRXuWoU8oqNKYaG3jNe5NZjqS8dmk=", "accumulatedFileDigests": {}, @@ -8319,7 +11654,7 @@ "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.6~_repo_rules~zig-0.11.0-arm64-darwin" + "name": "ape~1.0.0-beta.11~_repo_rules~zig-0.11.0-arm64-darwin" } }, "zig": { @@ -8329,7 +11664,7 @@ "map": { "arm64-darwin": "@zig-0.11.0-arm64-darwin" }, - "name": "ape~1.0.0-beta.6~_repo_rules~zig" + "name": "ape~1.0.0-beta.11~_repo_rules~zig" } }, "ape-m1.c": { @@ -8341,21 +11676,21 @@ "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~1.0.0-beta.6~_repo_rules~ape-m1.c" + "name": "ape~1.0.0-beta.11~_repo_rules~ape-m1.c" } }, "ape-arm64.macho": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/compile:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/compile:repository.bzl", "ruleClassName": "compile", "attributes": { "srcs": [ - "@@ape~1.0.0-beta.6~_repo_rules~ape-m1.c//:ape-m1.c" + "@@ape~1.0.0-beta.11~_repo_rules~ape-m1.c//:ape-m1.c" ], "output": "ape", - "zig": "@@ape~1.0.0-beta.6~_repo_rules~zig//:entrypoint", - "name": "ape~1.0.0-beta.6~_repo_rules~ape-arm64.macho" + "zig": "@@ape~1.0.0-beta.11~_repo_rules~zig//:entrypoint", + "name": "ape~1.0.0-beta.11~_repo_rules~ape-arm64.macho" } }, "ape-arm64.elf": { @@ -8369,7 +11704,7 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/ape-arm64.elf", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/ape-arm64.elf" ], - "name": "ape~1.0.0-beta.6~_repo_rules~ape-arm64.elf" + "name": "ape~1.0.0-beta.11~_repo_rules~ape-arm64.elf" } }, "ape-x86_64.elf": { @@ -8383,7 +11718,7 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/ape-x86_64.elf", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/ape-x86_64.elf" ], - "name": "ape~1.0.0-beta.6~_repo_rules~ape-x86_64.elf" + "name": "ape~1.0.0-beta.11~_repo_rules~ape-x86_64.elf" } }, "ape-x86_64.macho": { @@ -8397,14 +11732,14 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/ape-x86_64.macho", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/ape-x86_64.macho" ], - "name": "ape~1.0.0-beta.6~_repo_rules~ape-x86_64.macho" + "name": "ape~1.0.0-beta.11~_repo_rules~ape-x86_64.macho" } }, "ape.pe": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/pe:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/pe:repository.bzl", "ruleClassName": "pe", "attributes": { - "name": "ape~1.0.0-beta.6~_repo_rules~ape.pe" + "name": "ape~1.0.0-beta.11~_repo_rules~ape.pe" } }, "launcher": { @@ -8418,15 +11753,37 @@ "arm64-darwin": "@ape-arm64.macho", "windows": "@ape.pe" }, - "name": "ape~1.0.0-beta.6~_repo_rules~launcher" + "name": "ape~1.0.0-beta.11~_repo_rules~launcher" } }, "resolved-ape": { "bzlFile": "@@toolchain_utils~1.0.0-beta.9//toolchain/resolved:repository.bzl", "ruleClassName": "resolved", "attributes": { - "toolchain_type": "@@ape~1.0.0-beta.6//ape/toolchain/ape:type", - "name": "ape~1.0.0-beta.6~_repo_rules~resolved-ape" + "toolchain_type": "@@ape~1.0.0-beta.11//ape/toolchain/ape:type", + "name": "ape~1.0.0-beta.11~_repo_rules~resolved-ape" + } + }, + "cosmos-assimilate": { + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", + "ruleClassName": "file", + "attributes": { + "executable": true, + "integrity": "sha256-zBP7dVhBaUKyxbSlqVWKjC293c+t0NSMfSYW0/FnV0s=", + "output": "assimilate", + "urls": [ + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/assimilate", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/assimilate" + ], + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-assimilate" + } + }, + "assimilate": { + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", + "ruleClassName": "entrypoint", + "attributes": { + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-assimilate//:assimilate", + "name": "ape~1.0.0-beta.11~_repo_rules~assimilate" } }, "cosmos-awk": { @@ -8440,15 +11797,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/awk", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/awk" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-awk" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-awk" } }, "awk": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-awk//:awk", - "name": "ape~1.0.0-beta.6~_repo_rules~awk" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-awk//:awk", + "name": "ape~1.0.0-beta.11~_repo_rules~awk" } }, "cosmos-b2sum": { @@ -8462,15 +11819,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/b2sum", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/b2sum" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-b2sum" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-b2sum" } }, "b2sum": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-b2sum//:b2sum", - "name": "ape~1.0.0-beta.6~_repo_rules~b2sum" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-b2sum//:b2sum", + "name": "ape~1.0.0-beta.11~_repo_rules~b2sum" } }, "cosmos-base32": { @@ -8484,15 +11841,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/base32", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/base32" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-base32" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-base32" } }, "base32": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-base32//:base32", - "name": "ape~1.0.0-beta.6~_repo_rules~base32" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-base32//:base32", + "name": "ape~1.0.0-beta.11~_repo_rules~base32" } }, "cosmos-base64": { @@ -8506,15 +11863,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/base64", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/base64" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-base64" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-base64" } }, "base64": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-base64//:base64", - "name": "ape~1.0.0-beta.6~_repo_rules~base64" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-base64//:base64", + "name": "ape~1.0.0-beta.11~_repo_rules~base64" } }, "cosmos-basename": { @@ -8528,15 +11885,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/basename", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/basename" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-basename" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-basename" } }, "basename": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-basename//:basename", - "name": "ape~1.0.0-beta.6~_repo_rules~basename" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-basename//:basename", + "name": "ape~1.0.0-beta.11~_repo_rules~basename" } }, "cosmos-basenc": { @@ -8550,15 +11907,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/basenc", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/basenc" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-basenc" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-basenc" } }, "basenc": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-basenc//:basenc", - "name": "ape~1.0.0-beta.6~_repo_rules~basenc" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-basenc//:basenc", + "name": "ape~1.0.0-beta.11~_repo_rules~basenc" } }, "cosmos-bash": { @@ -8572,15 +11929,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/bash", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/bash" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-bash" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-bash" } }, "bash": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-bash//:bash", - "name": "ape~1.0.0-beta.6~_repo_rules~bash" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-bash//:bash", + "name": "ape~1.0.0-beta.11~_repo_rules~bash" } }, "cosmos-berry": { @@ -8594,15 +11951,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/berry", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/berry" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-berry" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-berry" } }, "berry": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-berry//:berry", - "name": "ape~1.0.0-beta.6~_repo_rules~berry" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-berry//:berry", + "name": "ape~1.0.0-beta.11~_repo_rules~berry" } }, "cosmos-brotli": { @@ -8616,15 +11973,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/brotli", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/brotli" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-brotli" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-brotli" } }, "brotli": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-brotli//:brotli", - "name": "ape~1.0.0-beta.6~_repo_rules~brotli" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-brotli//:brotli", + "name": "ape~1.0.0-beta.11~_repo_rules~brotli" } }, "cosmos-bzip2": { @@ -8638,15 +11995,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/bzip2", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/bzip2" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-bzip2" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-bzip2" } }, "bzip2": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-bzip2//:bzip2", - "name": "ape~1.0.0-beta.6~_repo_rules~bzip2" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-bzip2//:bzip2", + "name": "ape~1.0.0-beta.11~_repo_rules~bzip2" } }, "cosmos-cat": { @@ -8660,15 +12017,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/cat", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/cat" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-cat" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-cat" } }, "cat": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-cat//:cat", - "name": "ape~1.0.0-beta.6~_repo_rules~cat" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-cat//:cat", + "name": "ape~1.0.0-beta.11~_repo_rules~cat" } }, "cosmos-chcon": { @@ -8682,15 +12039,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/chcon", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/chcon" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-chcon" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-chcon" } }, "chcon": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-chcon//:chcon", - "name": "ape~1.0.0-beta.6~_repo_rules~chcon" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-chcon//:chcon", + "name": "ape~1.0.0-beta.11~_repo_rules~chcon" } }, "cosmos-chgrp": { @@ -8704,15 +12061,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/chgrp", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/chgrp" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-chgrp" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-chgrp" } }, "chgrp": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-chgrp//:chgrp", - "name": "ape~1.0.0-beta.6~_repo_rules~chgrp" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-chgrp//:chgrp", + "name": "ape~1.0.0-beta.11~_repo_rules~chgrp" } }, "cosmos-chown": { @@ -8726,15 +12083,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/chown", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/chown" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-chown" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-chown" } }, "chown": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-chown//:chown", - "name": "ape~1.0.0-beta.6~_repo_rules~chown" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-chown//:chown", + "name": "ape~1.0.0-beta.11~_repo_rules~chown" } }, "cosmos-chroot": { @@ -8748,15 +12105,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/chroot", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/chroot" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-chroot" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-chroot" } }, "chroot": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-chroot//:chroot", - "name": "ape~1.0.0-beta.6~_repo_rules~chroot" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-chroot//:chroot", + "name": "ape~1.0.0-beta.11~_repo_rules~chroot" } }, "cosmos-cksum": { @@ -8770,15 +12127,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/cksum", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/cksum" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-cksum" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-cksum" } }, "cksum": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-cksum//:cksum", - "name": "ape~1.0.0-beta.6~_repo_rules~cksum" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-cksum//:cksum", + "name": "ape~1.0.0-beta.11~_repo_rules~cksum" } }, "cosmos-clang-format": { @@ -8792,15 +12149,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/clang-format", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/clang-format" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-clang-format" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-clang-format" } }, "clang-format": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-clang-format//:clang-format", - "name": "ape~1.0.0-beta.6~_repo_rules~clang-format" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-clang-format//:clang-format", + "name": "ape~1.0.0-beta.11~_repo_rules~clang-format" } }, "cosmos-cmp": { @@ -8814,15 +12171,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/cmp", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/cmp" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-cmp" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-cmp" } }, "cmp": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-cmp//:cmp", - "name": "ape~1.0.0-beta.6~_repo_rules~cmp" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-cmp//:cmp", + "name": "ape~1.0.0-beta.11~_repo_rules~cmp" } }, "cosmos-comm": { @@ -8836,15 +12193,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/comm", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/comm" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-comm" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-comm" } }, "comm": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-comm//:comm", - "name": "ape~1.0.0-beta.6~_repo_rules~comm" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-comm//:comm", + "name": "ape~1.0.0-beta.11~_repo_rules~comm" } }, "cosmos-cpuid": { @@ -8858,15 +12215,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/cpuid", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/cpuid" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-cpuid" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-cpuid" } }, "cpuid": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-cpuid//:cpuid", - "name": "ape~1.0.0-beta.6~_repo_rules~cpuid" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-cpuid//:cpuid", + "name": "ape~1.0.0-beta.11~_repo_rules~cpuid" } }, "cosmos-csplit": { @@ -8880,15 +12237,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/csplit", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/csplit" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-csplit" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-csplit" } }, "csplit": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-csplit//:csplit", - "name": "ape~1.0.0-beta.6~_repo_rules~csplit" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-csplit//:csplit", + "name": "ape~1.0.0-beta.11~_repo_rules~csplit" } }, "cosmos-ctags": { @@ -8902,15 +12259,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/ctags", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/ctags" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-ctags" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-ctags" } }, "ctags": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-ctags//:ctags", - "name": "ape~1.0.0-beta.6~_repo_rules~ctags" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-ctags//:ctags", + "name": "ape~1.0.0-beta.11~_repo_rules~ctags" } }, "cosmos-curl": { @@ -8924,15 +12281,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/curl", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/curl" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-curl" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-curl" } }, "curl": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-curl//:curl", - "name": "ape~1.0.0-beta.6~_repo_rules~curl" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-curl//:curl", + "name": "ape~1.0.0-beta.11~_repo_rules~curl" } }, "cosmos-cut": { @@ -8946,15 +12303,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/cut", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/cut" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-cut" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-cut" } }, "cut": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-cut//:cut", - "name": "ape~1.0.0-beta.6~_repo_rules~cut" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-cut//:cut", + "name": "ape~1.0.0-beta.11~_repo_rules~cut" } }, "cosmos-dash": { @@ -8968,15 +12325,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/dash", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/dash" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-dash" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-dash" } }, "dash": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-dash//:dash", - "name": "ape~1.0.0-beta.6~_repo_rules~dash" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-dash//:dash", + "name": "ape~1.0.0-beta.11~_repo_rules~dash" } }, "cosmos-datasette": { @@ -8990,15 +12347,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/datasette", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/datasette" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-datasette" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-datasette" } }, "datasette": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-datasette//:datasette", - "name": "ape~1.0.0-beta.6~_repo_rules~datasette" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-datasette//:datasette", + "name": "ape~1.0.0-beta.11~_repo_rules~datasette" } }, "cosmos-date": { @@ -9012,15 +12369,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/date", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/date" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-date" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-date" } }, "date": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-date//:date", - "name": "ape~1.0.0-beta.6~_repo_rules~date" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-date//:date", + "name": "ape~1.0.0-beta.11~_repo_rules~date" } }, "cosmos-df": { @@ -9034,15 +12391,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/df", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/df" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-df" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-df" } }, "df": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-df//:df", - "name": "ape~1.0.0-beta.6~_repo_rules~df" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-df//:df", + "name": "ape~1.0.0-beta.11~_repo_rules~df" } }, "cosmos-dir": { @@ -9056,15 +12413,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/dir", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/dir" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-dir" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-dir" } }, "dir": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-dir//:dir", - "name": "ape~1.0.0-beta.6~_repo_rules~dir" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-dir//:dir", + "name": "ape~1.0.0-beta.11~_repo_rules~dir" } }, "cosmos-dircolors": { @@ -9078,15 +12435,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/dircolors", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/dircolors" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-dircolors" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-dircolors" } }, "dircolors": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-dircolors//:dircolors", - "name": "ape~1.0.0-beta.6~_repo_rules~dircolors" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-dircolors//:dircolors", + "name": "ape~1.0.0-beta.11~_repo_rules~dircolors" } }, "cosmos-dirname": { @@ -9100,15 +12457,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/dirname", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/dirname" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-dirname" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-dirname" } }, "dirname": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-dirname//:dirname", - "name": "ape~1.0.0-beta.6~_repo_rules~dirname" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-dirname//:dirname", + "name": "ape~1.0.0-beta.11~_repo_rules~dirname" } }, "cosmos-diff": { @@ -9122,15 +12479,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/diff", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/diff" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-diff" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-diff" } }, "diff": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-diff//:diff", - "name": "ape~1.0.0-beta.6~_repo_rules~diff" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-diff//:diff", + "name": "ape~1.0.0-beta.11~_repo_rules~diff" } }, "cosmos-diff3": { @@ -9144,15 +12501,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/diff3", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/diff3" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-diff3" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-diff3" } }, "diff3": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-diff3//:diff3", - "name": "ape~1.0.0-beta.6~_repo_rules~diff3" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-diff3//:diff3", + "name": "ape~1.0.0-beta.11~_repo_rules~diff3" } }, "cosmos-du": { @@ -9166,15 +12523,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/du", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/du" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-du" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-du" } }, "du": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-du//:du", - "name": "ape~1.0.0-beta.6~_repo_rules~du" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-du//:du", + "name": "ape~1.0.0-beta.11~_repo_rules~du" } }, "cosmos-emacs": { @@ -9188,15 +12545,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/emacs", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/emacs" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-emacs" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-emacs" } }, "emacs": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-emacs//:emacs", - "name": "ape~1.0.0-beta.6~_repo_rules~emacs" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-emacs//:emacs", + "name": "ape~1.0.0-beta.11~_repo_rules~emacs" } }, "cosmos-emacsclient": { @@ -9210,15 +12567,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/emacsclient", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/emacsclient" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-emacsclient" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-emacsclient" } }, "emacsclient": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-emacsclient//:emacsclient", - "name": "ape~1.0.0-beta.6~_repo_rules~emacsclient" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-emacsclient//:emacsclient", + "name": "ape~1.0.0-beta.11~_repo_rules~emacsclient" } }, "cosmos-env": { @@ -9232,15 +12589,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/env", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/env" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-env" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-env" } }, "env": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-env//:env", - "name": "ape~1.0.0-beta.6~_repo_rules~env" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-env//:env", + "name": "ape~1.0.0-beta.11~_repo_rules~env" } }, "cosmos-expand": { @@ -9254,15 +12611,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/expand", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/expand" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-expand" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-expand" } }, "expand": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-expand//:expand", - "name": "ape~1.0.0-beta.6~_repo_rules~expand" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-expand//:expand", + "name": "ape~1.0.0-beta.11~_repo_rules~expand" } }, "cosmos-expr": { @@ -9276,15 +12633,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/expr", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/expr" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-expr" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-expr" } }, "expr": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-expr//:expr", - "name": "ape~1.0.0-beta.6~_repo_rules~expr" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-expr//:expr", + "name": "ape~1.0.0-beta.11~_repo_rules~expr" } }, "cosmos-factor": { @@ -9298,15 +12655,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/factor", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/factor" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-factor" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-factor" } }, "factor": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-factor//:factor", - "name": "ape~1.0.0-beta.6~_repo_rules~factor" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-factor//:factor", + "name": "ape~1.0.0-beta.11~_repo_rules~factor" } }, "cosmos-false": { @@ -9320,15 +12677,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/false", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/false" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-false" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-false" } }, "false": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-false//:false", - "name": "ape~1.0.0-beta.6~_repo_rules~false" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-false//:false", + "name": "ape~1.0.0-beta.11~_repo_rules~false" } }, "cosmos-find": { @@ -9342,15 +12699,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/find", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/find" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-find" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-find" } }, "find": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-find//:find", - "name": "ape~1.0.0-beta.6~_repo_rules~find" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-find//:find", + "name": "ape~1.0.0-beta.11~_repo_rules~find" } }, "cosmos-fmt": { @@ -9364,15 +12721,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/fmt", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/fmt" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-fmt" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-fmt" } }, "fmt": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-fmt//:fmt", - "name": "ape~1.0.0-beta.6~_repo_rules~fmt" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-fmt//:fmt", + "name": "ape~1.0.0-beta.11~_repo_rules~fmt" } }, "cosmos-fold": { @@ -9386,15 +12743,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/fold", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/fold" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-fold" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-fold" } }, "fold": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-fold//:fold", - "name": "ape~1.0.0-beta.6~_repo_rules~fold" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-fold//:fold", + "name": "ape~1.0.0-beta.11~_repo_rules~fold" } }, "cosmos-gmake": { @@ -9408,15 +12765,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/gmake", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/gmake" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-gmake" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-gmake" } }, "gmake": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-gmake//:gmake", - "name": "ape~1.0.0-beta.6~_repo_rules~gmake" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-gmake//:gmake", + "name": "ape~1.0.0-beta.11~_repo_rules~gmake" } }, "cosmos-greenbean": { @@ -9430,15 +12787,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/greenbean", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/greenbean" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-greenbean" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-greenbean" } }, "greenbean": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-greenbean//:greenbean", - "name": "ape~1.0.0-beta.6~_repo_rules~greenbean" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-greenbean//:greenbean", + "name": "ape~1.0.0-beta.11~_repo_rules~greenbean" } }, "cosmos-grep": { @@ -9452,15 +12809,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/grep", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/grep" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-grep" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-grep" } }, "grep": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-grep//:grep", - "name": "ape~1.0.0-beta.6~_repo_rules~grep" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-grep//:grep", + "name": "ape~1.0.0-beta.11~_repo_rules~grep" } }, "cosmos-groups": { @@ -9474,15 +12831,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/groups", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/groups" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-groups" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-groups" } }, "groups": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-groups//:groups", - "name": "ape~1.0.0-beta.6~_repo_rules~groups" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-groups//:groups", + "name": "ape~1.0.0-beta.11~_repo_rules~groups" } }, "cosmos-head": { @@ -9496,15 +12853,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/head", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/head" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-head" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-head" } }, "head": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-head//:head", - "name": "ape~1.0.0-beta.6~_repo_rules~head" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-head//:head", + "name": "ape~1.0.0-beta.11~_repo_rules~head" } }, "cosmos-id": { @@ -9518,15 +12875,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/id", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/id" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-id" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-id" } }, "id": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-id//:id", - "name": "ape~1.0.0-beta.6~_repo_rules~id" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-id//:id", + "name": "ape~1.0.0-beta.11~_repo_rules~id" } }, "cosmos-install": { @@ -9540,15 +12897,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/install", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/install" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-install" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-install" } }, "install": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-install//:install", - "name": "ape~1.0.0-beta.6~_repo_rules~install" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-install//:install", + "name": "ape~1.0.0-beta.11~_repo_rules~install" } }, "cosmos-join": { @@ -9562,15 +12919,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/join", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/join" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-join" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-join" } }, "join": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-join//:join", - "name": "ape~1.0.0-beta.6~_repo_rules~join" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-join//:join", + "name": "ape~1.0.0-beta.11~_repo_rules~join" } }, "cosmos-kill": { @@ -9584,15 +12941,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/kill", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/kill" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-kill" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-kill" } }, "kill": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-kill//:kill", - "name": "ape~1.0.0-beta.6~_repo_rules~kill" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-kill//:kill", + "name": "ape~1.0.0-beta.11~_repo_rules~kill" } }, "cosmos-less": { @@ -9606,15 +12963,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/less", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/less" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-less" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-less" } }, "less": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-less//:less", - "name": "ape~1.0.0-beta.6~_repo_rules~less" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-less//:less", + "name": "ape~1.0.0-beta.11~_repo_rules~less" } }, "cosmos-life": { @@ -9628,15 +12985,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/life", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/life" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-life" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-life" } }, "life": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-life//:life", - "name": "ape~1.0.0-beta.6~_repo_rules~life" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-life//:life", + "name": "ape~1.0.0-beta.11~_repo_rules~life" } }, "cosmos-link": { @@ -9650,15 +13007,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/link", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/link" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-link" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-link" } }, "link": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-link//:link", - "name": "ape~1.0.0-beta.6~_repo_rules~link" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-link//:link", + "name": "ape~1.0.0-beta.11~_repo_rules~link" } }, "cosmos-links": { @@ -9672,15 +13029,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/links", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/links" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-links" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-links" } }, "links": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-links//:links", - "name": "ape~1.0.0-beta.6~_repo_rules~links" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-links//:links", + "name": "ape~1.0.0-beta.11~_repo_rules~links" } }, "cosmos-ln": { @@ -9694,15 +13051,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/ln", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/ln" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-ln" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-ln" } }, "ln": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-ln//:ln", - "name": "ape~1.0.0-beta.6~_repo_rules~ln" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-ln//:ln", + "name": "ape~1.0.0-beta.11~_repo_rules~ln" } }, "cosmos-locate": { @@ -9716,15 +13073,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/locate", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/locate" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-locate" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-locate" } }, "locate": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-locate//:locate", - "name": "ape~1.0.0-beta.6~_repo_rules~locate" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-locate//:locate", + "name": "ape~1.0.0-beta.11~_repo_rules~locate" } }, "cosmos-logname": { @@ -9738,15 +13095,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/logname", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/logname" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-logname" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-logname" } }, "logname": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-logname//:logname", - "name": "ape~1.0.0-beta.6~_repo_rules~logname" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-logname//:logname", + "name": "ape~1.0.0-beta.11~_repo_rules~logname" } }, "cosmos-ls": { @@ -9760,15 +13117,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/ls", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/ls" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-ls" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-ls" } }, "ls": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-ls//:ls", - "name": "ape~1.0.0-beta.6~_repo_rules~ls" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-ls//:ls", + "name": "ape~1.0.0-beta.11~_repo_rules~ls" } }, "cosmos-lua": { @@ -9782,15 +13139,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/lua", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/lua" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-lua" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-lua" } }, "lua": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-lua//:lua", - "name": "ape~1.0.0-beta.6~_repo_rules~lua" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-lua//:lua", + "name": "ape~1.0.0-beta.11~_repo_rules~lua" } }, "cosmos-lz4": { @@ -9804,15 +13161,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/lz4", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/lz4" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-lz4" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-lz4" } }, "lz4": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-lz4//:lz4", - "name": "ape~1.0.0-beta.6~_repo_rules~lz4" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-lz4//:lz4", + "name": "ape~1.0.0-beta.11~_repo_rules~lz4" } }, "cosmos-make": { @@ -9826,15 +13183,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/make", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/make" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-make" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-make" } }, "make": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-make//:make", - "name": "ape~1.0.0-beta.6~_repo_rules~make" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-make//:make", + "name": "ape~1.0.0-beta.11~_repo_rules~make" } }, "cosmos-md5sum": { @@ -9848,15 +13205,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/md5sum", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/md5sum" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-md5sum" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-md5sum" } }, "md5sum": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-md5sum//:md5sum", - "name": "ape~1.0.0-beta.6~_repo_rules~md5sum" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-md5sum//:md5sum", + "name": "ape~1.0.0-beta.11~_repo_rules~md5sum" } }, "cosmos-mkfifo": { @@ -9870,15 +13227,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/mkfifo", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/mkfifo" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-mkfifo" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-mkfifo" } }, "mkfifo": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-mkfifo//:mkfifo", - "name": "ape~1.0.0-beta.6~_repo_rules~mkfifo" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-mkfifo//:mkfifo", + "name": "ape~1.0.0-beta.11~_repo_rules~mkfifo" } }, "cosmos-mknod": { @@ -9892,15 +13249,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/mknod", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/mknod" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-mknod" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-mknod" } }, "mknod": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-mknod//:mknod", - "name": "ape~1.0.0-beta.6~_repo_rules~mknod" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-mknod//:mknod", + "name": "ape~1.0.0-beta.11~_repo_rules~mknod" } }, "cosmos-mktemp": { @@ -9914,15 +13271,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/mktemp", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/mktemp" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-mktemp" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-mktemp" } }, "mktemp": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-mktemp//:mktemp", - "name": "ape~1.0.0-beta.6~_repo_rules~mktemp" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-mktemp//:mktemp", + "name": "ape~1.0.0-beta.11~_repo_rules~mktemp" } }, "cosmos-mktemper": { @@ -9936,15 +13293,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/mktemper", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/mktemper" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-mktemper" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-mktemper" } }, "mktemper": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-mktemper//:mktemper", - "name": "ape~1.0.0-beta.6~_repo_rules~mktemper" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-mktemper//:mktemper", + "name": "ape~1.0.0-beta.11~_repo_rules~mktemper" } }, "cosmos-nano": { @@ -9958,15 +13315,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/nano", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/nano" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-nano" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-nano" } }, "nano": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-nano//:nano", - "name": "ape~1.0.0-beta.6~_repo_rules~nano" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-nano//:nano", + "name": "ape~1.0.0-beta.11~_repo_rules~nano" } }, "cosmos-nesemu1": { @@ -9980,15 +13337,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/nesemu1", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/nesemu1" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-nesemu1" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-nesemu1" } }, "nesemu1": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-nesemu1//:nesemu1", - "name": "ape~1.0.0-beta.6~_repo_rules~nesemu1" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-nesemu1//:nesemu1", + "name": "ape~1.0.0-beta.11~_repo_rules~nesemu1" } }, "cosmos-nice": { @@ -10002,15 +13359,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/nice", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/nice" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-nice" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-nice" } }, "nice": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-nice//:nice", - "name": "ape~1.0.0-beta.6~_repo_rules~nice" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-nice//:nice", + "name": "ape~1.0.0-beta.11~_repo_rules~nice" } }, "cosmos-ninja": { @@ -10024,15 +13381,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/ninja", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/ninja" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-ninja" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-ninja" } }, "ninja": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-ninja//:ninja", - "name": "ape~1.0.0-beta.6~_repo_rules~ninja" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-ninja//:ninja", + "name": "ape~1.0.0-beta.11~_repo_rules~ninja" } }, "cosmos-nl": { @@ -10046,15 +13403,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/nl", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/nl" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-nl" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-nl" } }, "nl": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-nl//:nl", - "name": "ape~1.0.0-beta.6~_repo_rules~nl" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-nl//:nl", + "name": "ape~1.0.0-beta.11~_repo_rules~nl" } }, "cosmos-nohup": { @@ -10068,15 +13425,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/nohup", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/nohup" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-nohup" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-nohup" } }, "nohup": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-nohup//:nohup", - "name": "ape~1.0.0-beta.6~_repo_rules~nohup" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-nohup//:nohup", + "name": "ape~1.0.0-beta.11~_repo_rules~nohup" } }, "cosmos-nproc": { @@ -10090,15 +13447,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/nproc", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/nproc" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-nproc" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-nproc" } }, "nproc": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-nproc//:nproc", - "name": "ape~1.0.0-beta.6~_repo_rules~nproc" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-nproc//:nproc", + "name": "ape~1.0.0-beta.11~_repo_rules~nproc" } }, "cosmos-numfmt": { @@ -10112,15 +13469,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/numfmt", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/numfmt" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-numfmt" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-numfmt" } }, "numfmt": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-numfmt//:numfmt", - "name": "ape~1.0.0-beta.6~_repo_rules~numfmt" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-numfmt//:numfmt", + "name": "ape~1.0.0-beta.11~_repo_rules~numfmt" } }, "cosmos-od": { @@ -10134,15 +13491,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/od", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/od" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-od" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-od" } }, "od": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-od//:od", - "name": "ape~1.0.0-beta.6~_repo_rules~od" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-od//:od", + "name": "ape~1.0.0-beta.11~_repo_rules~od" } }, "cosmos-paste": { @@ -10156,15 +13513,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/paste", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/paste" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-paste" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-paste" } }, "paste": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-paste//:paste", - "name": "ape~1.0.0-beta.6~_repo_rules~paste" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-paste//:paste", + "name": "ape~1.0.0-beta.11~_repo_rules~paste" } }, "cosmos-patch": { @@ -10178,15 +13535,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/patch", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/patch" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-patch" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-patch" } }, "patch": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-patch//:patch", - "name": "ape~1.0.0-beta.6~_repo_rules~patch" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-patch//:patch", + "name": "ape~1.0.0-beta.11~_repo_rules~patch" } }, "cosmos-pathchk": { @@ -10200,37 +13557,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/pathchk", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/pathchk" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-pathchk" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-pathchk" } }, "pathchk": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-pathchk//:pathchk", - "name": "ape~1.0.0-beta.6~_repo_rules~pathchk" - } - }, - "cosmos-pigz": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-pvWipO8MGunU157lNj5pkNwMwDYSUFjtx7nWoNxBDw8=", - "output": "pigz", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/pigz", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/pigz" - ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-pigz" - } - }, - "pigz": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-pigz//:pigz", - "name": "ape~1.0.0-beta.6~_repo_rules~pigz" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-pathchk//:pathchk", + "name": "ape~1.0.0-beta.11~_repo_rules~pathchk" } }, "cosmos-pinky": { @@ -10244,15 +13579,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/pinky", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/pinky" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-pinky" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-pinky" } }, "pinky": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-pinky//:pinky", - "name": "ape~1.0.0-beta.6~_repo_rules~pinky" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-pinky//:pinky", + "name": "ape~1.0.0-beta.11~_repo_rules~pinky" } }, "cosmos-pledge": { @@ -10266,15 +13601,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/pledge", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/pledge" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-pledge" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-pledge" } }, "pledge": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-pledge//:pledge", - "name": "ape~1.0.0-beta.6~_repo_rules~pledge" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-pledge//:pledge", + "name": "ape~1.0.0-beta.11~_repo_rules~pledge" } }, "cosmos-pr": { @@ -10288,15 +13623,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/pr", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/pr" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-pr" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-pr" } }, "pr": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-pr//:pr", - "name": "ape~1.0.0-beta.6~_repo_rules~pr" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-pr//:pr", + "name": "ape~1.0.0-beta.11~_repo_rules~pr" } }, "cosmos-printenv": { @@ -10310,15 +13645,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/printenv", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/printenv" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-printenv" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-printenv" } }, "printenv": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-printenv//:printenv", - "name": "ape~1.0.0-beta.6~_repo_rules~printenv" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-printenv//:printenv", + "name": "ape~1.0.0-beta.11~_repo_rules~printenv" } }, "cosmos-printimage": { @@ -10332,15 +13667,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/printimage", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/printimage" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-printimage" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-printimage" } }, "printimage": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-printimage//:printimage", - "name": "ape~1.0.0-beta.6~_repo_rules~printimage" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-printimage//:printimage", + "name": "ape~1.0.0-beta.11~_repo_rules~printimage" } }, "cosmos-ptx": { @@ -10354,15 +13689,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/ptx", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/ptx" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-ptx" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-ptx" } }, "ptx": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-ptx//:ptx", - "name": "ape~1.0.0-beta.6~_repo_rules~ptx" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-ptx//:ptx", + "name": "ape~1.0.0-beta.11~_repo_rules~ptx" } }, "cosmos-pwd": { @@ -10376,15 +13711,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/pwd", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/pwd" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-pwd" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-pwd" } }, "pwd": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-pwd//:pwd", - "name": "ape~1.0.0-beta.6~_repo_rules~pwd" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-pwd//:pwd", + "name": "ape~1.0.0-beta.11~_repo_rules~pwd" } }, "cosmos-pypack1": { @@ -10398,15 +13733,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/pypack1", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/pypack1" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-pypack1" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-pypack1" } }, "pypack1": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-pypack1//:pypack1", - "name": "ape~1.0.0-beta.6~_repo_rules~pypack1" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-pypack1//:pypack1", + "name": "ape~1.0.0-beta.11~_repo_rules~pypack1" } }, "cosmos-python": { @@ -10420,15 +13755,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/python", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/python" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-python" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-python" } }, "python": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-python//:python", - "name": "ape~1.0.0-beta.6~_repo_rules~python" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-python//:python", + "name": "ape~1.0.0-beta.11~_repo_rules~python" } }, "cosmos-qjs": { @@ -10442,15 +13777,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/qjs", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/qjs" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-qjs" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-qjs" } }, "qjs": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-qjs//:qjs", - "name": "ape~1.0.0-beta.6~_repo_rules~qjs" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-qjs//:qjs", + "name": "ape~1.0.0-beta.11~_repo_rules~qjs" } }, "cosmos-readlink": { @@ -10464,15 +13799,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/readlink", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/readlink" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-readlink" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-readlink" } }, "readlink": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-readlink//:readlink", - "name": "ape~1.0.0-beta.6~_repo_rules~readlink" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-readlink//:readlink", + "name": "ape~1.0.0-beta.11~_repo_rules~readlink" } }, "cosmos-realpath": { @@ -10486,15 +13821,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/realpath", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/realpath" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-realpath" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-realpath" } }, "realpath": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-realpath//:realpath", - "name": "ape~1.0.0-beta.6~_repo_rules~realpath" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-realpath//:realpath", + "name": "ape~1.0.0-beta.11~_repo_rules~realpath" } }, "cosmos-redbean": { @@ -10508,15 +13843,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/redbean", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/redbean" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-redbean" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-redbean" } }, "redbean": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-redbean//:redbean", - "name": "ape~1.0.0-beta.6~_repo_rules~redbean" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-redbean//:redbean", + "name": "ape~1.0.0-beta.11~_repo_rules~redbean" } }, "cosmos-rmdir": { @@ -10530,15 +13865,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/rmdir", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/rmdir" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-rmdir" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-rmdir" } }, "rmdir": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-rmdir//:rmdir", - "name": "ape~1.0.0-beta.6~_repo_rules~rmdir" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-rmdir//:rmdir", + "name": "ape~1.0.0-beta.11~_repo_rules~rmdir" } }, "cosmos-rsync": { @@ -10552,15 +13887,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/rsync", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/rsync" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-rsync" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-rsync" } }, "rsync": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-rsync//:rsync", - "name": "ape~1.0.0-beta.6~_repo_rules~rsync" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-rsync//:rsync", + "name": "ape~1.0.0-beta.11~_repo_rules~rsync" } }, "cosmos-runcon": { @@ -10574,15 +13909,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/runcon", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/runcon" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-runcon" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-runcon" } }, "runcon": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-runcon//:runcon", - "name": "ape~1.0.0-beta.6~_repo_rules~runcon" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-runcon//:runcon", + "name": "ape~1.0.0-beta.11~_repo_rules~runcon" } }, "cosmos-script": { @@ -10596,15 +13931,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/script", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/script" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-script" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-script" } }, "script": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-script//:script", - "name": "ape~1.0.0-beta.6~_repo_rules~script" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-script//:script", + "name": "ape~1.0.0-beta.11~_repo_rules~script" } }, "cosmos-sdiff": { @@ -10618,15 +13953,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sdiff", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sdiff" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-sdiff" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-sdiff" } }, "sdiff": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-sdiff//:sdiff", - "name": "ape~1.0.0-beta.6~_repo_rules~sdiff" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-sdiff//:sdiff", + "name": "ape~1.0.0-beta.11~_repo_rules~sdiff" } }, "cosmos-sed": { @@ -10640,15 +13975,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sed", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sed" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-sed" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-sed" } }, "sed": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-sed//:sed", - "name": "ape~1.0.0-beta.6~_repo_rules~sed" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-sed//:sed", + "name": "ape~1.0.0-beta.11~_repo_rules~sed" } }, "cosmos-seq": { @@ -10662,15 +13997,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/seq", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/seq" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-seq" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-seq" } }, "seq": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-seq//:seq", - "name": "ape~1.0.0-beta.6~_repo_rules~seq" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-seq//:seq", + "name": "ape~1.0.0-beta.11~_repo_rules~seq" } }, "cosmos-sha1sum": { @@ -10684,15 +14019,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sha1sum", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sha1sum" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-sha1sum" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-sha1sum" } }, "sha1sum": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-sha1sum//:sha1sum", - "name": "ape~1.0.0-beta.6~_repo_rules~sha1sum" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-sha1sum//:sha1sum", + "name": "ape~1.0.0-beta.11~_repo_rules~sha1sum" } }, "cosmos-sha224sum": { @@ -10706,15 +14041,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sha224sum", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sha224sum" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-sha224sum" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-sha224sum" } }, "sha224sum": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-sha224sum//:sha224sum", - "name": "ape~1.0.0-beta.6~_repo_rules~sha224sum" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-sha224sum//:sha224sum", + "name": "ape~1.0.0-beta.11~_repo_rules~sha224sum" } }, "cosmos-sha256sum": { @@ -10728,15 +14063,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sha256sum", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sha256sum" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-sha256sum" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-sha256sum" } }, "sha256sum": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-sha256sum//:sha256sum", - "name": "ape~1.0.0-beta.6~_repo_rules~sha256sum" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-sha256sum//:sha256sum", + "name": "ape~1.0.0-beta.11~_repo_rules~sha256sum" } }, "cosmos-sha384sum": { @@ -10750,15 +14085,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sha384sum", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sha384sum" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-sha384sum" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-sha384sum" } }, "sha384sum": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-sha384sum//:sha384sum", - "name": "ape~1.0.0-beta.6~_repo_rules~sha384sum" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-sha384sum//:sha384sum", + "name": "ape~1.0.0-beta.11~_repo_rules~sha384sum" } }, "cosmos-sha512sum": { @@ -10772,15 +14107,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sha512sum", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sha512sum" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-sha512sum" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-sha512sum" } }, "sha512sum": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-sha512sum//:sha512sum", - "name": "ape~1.0.0-beta.6~_repo_rules~sha512sum" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-sha512sum//:sha512sum", + "name": "ape~1.0.0-beta.11~_repo_rules~sha512sum" } }, "cosmos-shred": { @@ -10794,15 +14129,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/shred", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/shred" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-shred" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-shred" } }, "shred": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-shred//:shred", - "name": "ape~1.0.0-beta.6~_repo_rules~shred" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-shred//:shred", + "name": "ape~1.0.0-beta.11~_repo_rules~shred" } }, "cosmos-shuf": { @@ -10816,15 +14151,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/shuf", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/shuf" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-shuf" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-shuf" } }, "shuf": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-shuf//:shuf", - "name": "ape~1.0.0-beta.6~_repo_rules~shuf" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-shuf//:shuf", + "name": "ape~1.0.0-beta.11~_repo_rules~shuf" } }, "cosmos-sleep": { @@ -10838,15 +14173,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sleep", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sleep" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-sleep" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-sleep" } }, "sleep": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-sleep//:sleep", - "name": "ape~1.0.0-beta.6~_repo_rules~sleep" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-sleep//:sleep", + "name": "ape~1.0.0-beta.11~_repo_rules~sleep" } }, "cosmos-sort": { @@ -10860,15 +14195,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sort", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sort" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-sort" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-sort" } }, "sort": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-sort//:sort", - "name": "ape~1.0.0-beta.6~_repo_rules~sort" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-sort//:sort", + "name": "ape~1.0.0-beta.11~_repo_rules~sort" } }, "cosmos-split": { @@ -10882,15 +14217,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/split", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/split" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-split" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-split" } }, "split": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-split//:split", - "name": "ape~1.0.0-beta.6~_repo_rules~split" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-split//:split", + "name": "ape~1.0.0-beta.11~_repo_rules~split" } }, "cosmos-sqlite3": { @@ -10904,15 +14239,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sqlite3", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sqlite3" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-sqlite3" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-sqlite3" } }, "sqlite3": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-sqlite3//:sqlite3", - "name": "ape~1.0.0-beta.6~_repo_rules~sqlite3" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-sqlite3//:sqlite3", + "name": "ape~1.0.0-beta.11~_repo_rules~sqlite3" } }, "cosmos-stat": { @@ -10926,15 +14261,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/stat", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/stat" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-stat" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-stat" } }, "stat": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-stat//:stat", - "name": "ape~1.0.0-beta.6~_repo_rules~stat" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-stat//:stat", + "name": "ape~1.0.0-beta.11~_repo_rules~stat" } }, "cosmos-stty": { @@ -10948,15 +14283,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/stty", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/stty" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-stty" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-stty" } }, "stty": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-stty//:stty", - "name": "ape~1.0.0-beta.6~_repo_rules~stty" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-stty//:stty", + "name": "ape~1.0.0-beta.11~_repo_rules~stty" } }, "cosmos-sum": { @@ -10970,15 +14305,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sum", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sum" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-sum" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-sum" } }, "sum": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-sum//:sum", - "name": "ape~1.0.0-beta.6~_repo_rules~sum" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-sum//:sum", + "name": "ape~1.0.0-beta.11~_repo_rules~sum" } }, "cosmos-sync": { @@ -10992,15 +14327,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sync", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sync" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-sync" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-sync" } }, "sync": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-sync//:sync", - "name": "ape~1.0.0-beta.6~_repo_rules~sync" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-sync//:sync", + "name": "ape~1.0.0-beta.11~_repo_rules~sync" } }, "cosmos-tac": { @@ -11014,15 +14349,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/tac", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/tac" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-tac" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-tac" } }, "tac": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-tac//:tac", - "name": "ape~1.0.0-beta.6~_repo_rules~tac" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-tac//:tac", + "name": "ape~1.0.0-beta.11~_repo_rules~tac" } }, "cosmos-tail": { @@ -11036,15 +14371,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/tail", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/tail" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-tail" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-tail" } }, "tail": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-tail//:tail", - "name": "ape~1.0.0-beta.6~_repo_rules~tail" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-tail//:tail", + "name": "ape~1.0.0-beta.11~_repo_rules~tail" } }, "cosmos-tar": { @@ -11058,15 +14393,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/tar", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/tar" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-tar" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-tar" } }, "tar": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-tar//:tar", - "name": "ape~1.0.0-beta.6~_repo_rules~tar" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-tar//:tar", + "name": "ape~1.0.0-beta.11~_repo_rules~tar" } }, "cosmos-tee": { @@ -11080,15 +14415,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/tee", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/tee" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-tee" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-tee" } }, "tee": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-tee//:tee", - "name": "ape~1.0.0-beta.6~_repo_rules~tee" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-tee//:tee", + "name": "ape~1.0.0-beta.11~_repo_rules~tee" } }, "cosmos-test": { @@ -11102,15 +14437,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/test", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/test" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-test" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-test" } }, "test": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-test//:test", - "name": "ape~1.0.0-beta.6~_repo_rules~test" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-test//:test", + "name": "ape~1.0.0-beta.11~_repo_rules~test" } }, "cosmos-tidy": { @@ -11124,15 +14459,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/tidy", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/tidy" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-tidy" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-tidy" } }, "tidy": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-tidy//:tidy", - "name": "ape~1.0.0-beta.6~_repo_rules~tidy" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-tidy//:tidy", + "name": "ape~1.0.0-beta.11~_repo_rules~tidy" } }, "cosmos-timeout": { @@ -11146,15 +14481,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/timeout", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/timeout" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-timeout" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-timeout" } }, "timeout": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-timeout//:timeout", - "name": "ape~1.0.0-beta.6~_repo_rules~timeout" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-timeout//:timeout", + "name": "ape~1.0.0-beta.11~_repo_rules~timeout" } }, "cosmos-tmux": { @@ -11168,15 +14503,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/tmux", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/tmux" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-tmux" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-tmux" } }, "tmux": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-tmux//:tmux", - "name": "ape~1.0.0-beta.6~_repo_rules~tmux" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-tmux//:tmux", + "name": "ape~1.0.0-beta.11~_repo_rules~tmux" } }, "cosmos-touch": { @@ -11190,15 +14525,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/touch", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/touch" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-touch" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-touch" } }, "touch": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-touch//:touch", - "name": "ape~1.0.0-beta.6~_repo_rules~touch" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-touch//:touch", + "name": "ape~1.0.0-beta.11~_repo_rules~touch" } }, "cosmos-tr": { @@ -11212,15 +14547,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/tr", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/tr" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-tr" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-tr" } }, "tr": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-tr//:tr", - "name": "ape~1.0.0-beta.6~_repo_rules~tr" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-tr//:tr", + "name": "ape~1.0.0-beta.11~_repo_rules~tr" } }, "cosmos-tree": { @@ -11234,15 +14569,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/tree", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/tree" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-tree" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-tree" } }, "tree": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-tree//:tree", - "name": "ape~1.0.0-beta.6~_repo_rules~tree" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-tree//:tree", + "name": "ape~1.0.0-beta.11~_repo_rules~tree" } }, "cosmos-true": { @@ -11256,15 +14591,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/true", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/true" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-true" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-true" } }, "true": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-true//:true", - "name": "ape~1.0.0-beta.6~_repo_rules~true" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-true//:true", + "name": "ape~1.0.0-beta.11~_repo_rules~true" } }, "cosmos-truncate": { @@ -11278,15 +14613,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/truncate", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/truncate" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-truncate" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-truncate" } }, "truncate": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-truncate//:truncate", - "name": "ape~1.0.0-beta.6~_repo_rules~truncate" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-truncate//:truncate", + "name": "ape~1.0.0-beta.11~_repo_rules~truncate" } }, "cosmos-tsort": { @@ -11300,15 +14635,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/tsort", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/tsort" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-tsort" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-tsort" } }, "tsort": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-tsort//:tsort", - "name": "ape~1.0.0-beta.6~_repo_rules~tsort" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-tsort//:tsort", + "name": "ape~1.0.0-beta.11~_repo_rules~tsort" } }, "cosmos-tty": { @@ -11322,15 +14657,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/tty", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/tty" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-tty" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-tty" } }, "tty": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-tty//:tty", - "name": "ape~1.0.0-beta.6~_repo_rules~tty" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-tty//:tty", + "name": "ape~1.0.0-beta.11~_repo_rules~tty" } }, "cosmos-ttyinfo": { @@ -11344,15 +14679,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/ttyinfo", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/ttyinfo" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-ttyinfo" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-ttyinfo" } }, "ttyinfo": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-ttyinfo//:ttyinfo", - "name": "ape~1.0.0-beta.6~_repo_rules~ttyinfo" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-ttyinfo//:ttyinfo", + "name": "ape~1.0.0-beta.11~_repo_rules~ttyinfo" } }, "cosmos-unbourne": { @@ -11366,15 +14701,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/unbourne", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/unbourne" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-unbourne" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-unbourne" } }, "unbourne": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-unbourne//:unbourne", - "name": "ape~1.0.0-beta.6~_repo_rules~unbourne" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-unbourne//:unbourne", + "name": "ape~1.0.0-beta.11~_repo_rules~unbourne" } }, "cosmos-unexpand": { @@ -11388,15 +14723,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/unexpand", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/unexpand" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-unexpand" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-unexpand" } }, "unexpand": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-unexpand//:unexpand", - "name": "ape~1.0.0-beta.6~_repo_rules~unexpand" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-unexpand//:unexpand", + "name": "ape~1.0.0-beta.11~_repo_rules~unexpand" } }, "cosmos-uniq": { @@ -11410,15 +14745,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/uniq", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/uniq" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-uniq" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-uniq" } }, "uniq": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-uniq//:uniq", - "name": "ape~1.0.0-beta.6~_repo_rules~uniq" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-uniq//:uniq", + "name": "ape~1.0.0-beta.11~_repo_rules~uniq" } }, "cosmos-unlink": { @@ -11432,15 +14767,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/unlink", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/unlink" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-unlink" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-unlink" } }, "unlink": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-unlink//:unlink", - "name": "ape~1.0.0-beta.6~_repo_rules~unlink" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-unlink//:unlink", + "name": "ape~1.0.0-beta.11~_repo_rules~unlink" } }, "cosmos-unzip": { @@ -11454,15 +14789,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/unzip", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/unzip" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-unzip" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-unzip" } }, "unzip": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-unzip//:unzip", - "name": "ape~1.0.0-beta.6~_repo_rules~unzip" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-unzip//:unzip", + "name": "ape~1.0.0-beta.11~_repo_rules~unzip" } }, "cosmos-uptime": { @@ -11476,15 +14811,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/uptime", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/uptime" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-uptime" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-uptime" } }, "uptime": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-uptime//:uptime", - "name": "ape~1.0.0-beta.6~_repo_rules~uptime" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-uptime//:uptime", + "name": "ape~1.0.0-beta.11~_repo_rules~uptime" } }, "cosmos-users": { @@ -11498,15 +14833,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/users", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/users" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-users" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-users" } }, "users": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-users//:users", - "name": "ape~1.0.0-beta.6~_repo_rules~users" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-users//:users", + "name": "ape~1.0.0-beta.11~_repo_rules~users" } }, "cosmos-vdir": { @@ -11520,15 +14855,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/vdir", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/vdir" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-vdir" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-vdir" } }, "vdir": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-vdir//:vdir", - "name": "ape~1.0.0-beta.6~_repo_rules~vdir" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-vdir//:vdir", + "name": "ape~1.0.0-beta.11~_repo_rules~vdir" } }, "cosmos-verynice": { @@ -11542,15 +14877,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/verynice", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/verynice" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-verynice" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-verynice" } }, "verynice": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-verynice//:verynice", - "name": "ape~1.0.0-beta.6~_repo_rules~verynice" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-verynice//:verynice", + "name": "ape~1.0.0-beta.11~_repo_rules~verynice" } }, "cosmos-vim": { @@ -11564,257 +14899,499 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/vim", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/vim" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-vim" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-vim" + } + }, + "vim": { + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", + "ruleClassName": "entrypoint", + "attributes": { + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-vim//:vim", + "name": "ape~1.0.0-beta.11~_repo_rules~vim" + } + }, + "cosmos-wall": { + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", + "ruleClassName": "file", + "attributes": { + "executable": true, + "integrity": "sha256-Fx/k6dM6iCdaKuC56Q2QoxhMcC0LaHacZRfT+EWTHHA=", + "output": "wall", + "urls": [ + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/wall", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/wall" + ], + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-wall" + } + }, + "wall": { + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", + "ruleClassName": "entrypoint", + "attributes": { + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-wall//:wall", + "name": "ape~1.0.0-beta.11~_repo_rules~wall" + } + }, + "cosmos-wc": { + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", + "ruleClassName": "file", + "attributes": { + "executable": true, + "integrity": "sha256-XRpXEGIZ/9Ow5IrHP+dbo5dc1hHqKZ1ewqJLM1CX9bg=", + "output": "wc", + "urls": [ + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/wc", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/wc" + ], + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-wc" + } + }, + "wc": { + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", + "ruleClassName": "entrypoint", + "attributes": { + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-wc//:wc", + "name": "ape~1.0.0-beta.11~_repo_rules~wc" + } + }, + "cosmos-wget": { + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", + "ruleClassName": "file", + "attributes": { + "executable": true, + "integrity": "sha256-CHZFKvpbmc5AmpkazKk0H0MeYE8wTl7aANjbU9NKDb0=", + "output": "wget", + "urls": [ + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/wget", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/wget" + ], + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-wget" + } + }, + "wget": { + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", + "ruleClassName": "entrypoint", + "attributes": { + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-wget//:wget", + "name": "ape~1.0.0-beta.11~_repo_rules~wget" + } + }, + "cosmos-who": { + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", + "ruleClassName": "file", + "attributes": { + "executable": true, + "integrity": "sha256-W+CBIPsR2NBc6xXbom6zyzNCvHKmE+py/iGlX5ewNok=", + "output": "who", + "urls": [ + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/who", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/who" + ], + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-who" + } + }, + "who": { + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", + "ruleClassName": "entrypoint", + "attributes": { + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-who//:who", + "name": "ape~1.0.0-beta.11~_repo_rules~who" + } + }, + "cosmos-whoami": { + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", + "ruleClassName": "file", + "attributes": { + "executable": true, + "integrity": "sha256-yjAXVvBgVSkLRpNve2AC9srTCSdieNLjh63wFpgxM88=", + "output": "whoami", + "urls": [ + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/whoami", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/whoami" + ], + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-whoami" + } + }, + "whoami": { + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", + "ruleClassName": "entrypoint", + "attributes": { + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-whoami//:whoami", + "name": "ape~1.0.0-beta.11~_repo_rules~whoami" + } + }, + "cosmos-xargs": { + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", + "ruleClassName": "file", + "attributes": { + "executable": true, + "integrity": "sha256-A34zn2hiDh2xMdPY82s1ghm/xzDUEXqxy6IVqOJv9vY=", + "output": "xargs", + "urls": [ + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/xargs", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/xargs" + ], + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-xargs" + } + }, + "xargs": { + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", + "ruleClassName": "entrypoint", + "attributes": { + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-xargs//:xargs", + "name": "ape~1.0.0-beta.11~_repo_rules~xargs" + } + }, + "cosmos-xz": { + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", + "ruleClassName": "file", + "attributes": { + "executable": true, + "integrity": "sha256-84VVLEvkMFVKsNTKX8IZ90XAqebHofJ4bsy3J3f+Xe0=", + "output": "xz", + "urls": [ + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/xz", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/xz" + ], + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-xz" + } + }, + "xz": { + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", + "ruleClassName": "entrypoint", + "attributes": { + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-xz//:xz", + "name": "ape~1.0.0-beta.11~_repo_rules~xz" + } + }, + "cosmos-yes": { + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", + "ruleClassName": "file", + "attributes": { + "executable": true, + "integrity": "sha256-J+N2zXEIyM9SF5Xqmpye6hISJi40Xj8343AQUL9jOiI=", + "output": "yes", + "urls": [ + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/yes", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/yes" + ], + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-yes" + } + }, + "yes": { + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", + "ruleClassName": "entrypoint", + "attributes": { + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-yes//:yes", + "name": "ape~1.0.0-beta.11~_repo_rules~yes" + } + }, + "cosmos-zip": { + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", + "ruleClassName": "file", + "attributes": { + "executable": true, + "integrity": "sha256-hxobwz7sl7w+NmS45mBoFd0sVSQ3haPeoPW5S7WBUN8=", + "output": "zip", + "urls": [ + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/zip", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/zip" + ], + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-zip" + } + }, + "zip": { + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", + "ruleClassName": "entrypoint", + "attributes": { + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-zip//:zip", + "name": "ape~1.0.0-beta.11~_repo_rules~zip" + } + }, + "cosmos-zsh": { + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", + "ruleClassName": "file", + "attributes": { + "executable": true, + "integrity": "sha256-zYH33XZzUvk6v5DiLKe5lKTKx0IsRW7zJWIeQmhM0f4=", + "output": "zsh", + "urls": [ + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/zsh", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/zsh" + ], + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-zsh" + } + }, + "zsh": { + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", + "ruleClassName": "entrypoint", + "attributes": { + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-zsh//:zsh", + "name": "ape~1.0.0-beta.11~_repo_rules~zsh" + } + }, + "cosmos-zstd": { + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", + "ruleClassName": "file", + "attributes": { + "executable": true, + "integrity": "sha256-UQRCbSiHGWmBr2qsbnsCGQjIyhZG2ilfx9Iyxv6KbzQ=", + "output": "zstd", + "urls": [ + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/zstd", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/zstd" + ], + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-zstd" } }, - "vim": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "zstd": { + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-vim//:vim", - "name": "ape~1.0.0-beta.6~_repo_rules~vim" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-zstd//:zstd", + "name": "ape~1.0.0-beta.11~_repo_rules~zstd" } }, - "cosmos-wall": { + "cosmos-chmod": { "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-Fx/k6dM6iCdaKuC56Q2QoxhMcC0LaHacZRfT+EWTHHA=", - "output": "wall", + "integrity": "sha256-wr8yeoXHPf1zaytyG67uZFGXXr2P/EQfBDX2BXSEzg8=", + "output": "chmod", "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" + "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-beta.6~_repo_rules~cosmos-wall" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-chmod" } }, - "wall": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "chmod": { + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-wall//:wall", - "name": "ape~1.0.0-beta.6~_repo_rules~wall" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-chmod//:chmod", + "name": "ape~1.0.0-beta.11~_repo_rules~chmod" } }, - "cosmos-wc": { + "cosmos-cp": { "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-XRpXEGIZ/9Ow5IrHP+dbo5dc1hHqKZ1ewqJLM1CX9bg=", - "output": "wc", + "integrity": "sha256-uGcAdLFNsJ2iRWGfWkNvDDy8tq8ZuILOxPSsYAbRRWQ=", + "output": "cp", "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" + "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": "ape~1.0.0-beta.6~_repo_rules~cosmos-wc" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-cp" } }, - "wc": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "cp": { + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-wc//:wc", - "name": "ape~1.0.0-beta.6~_repo_rules~wc" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-cp//:cp", + "name": "ape~1.0.0-beta.11~_repo_rules~cp" } }, - "cosmos-wget": { + "cosmos-dd": { "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-CHZFKvpbmc5AmpkazKk0H0MeYE8wTl7aANjbU9NKDb0=", - "output": "wget", + "integrity": "sha256-YcnILuHRDjt0KO1eK92RWERJ/kINYz984lmfSZxubFU=", + "output": "dd", "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" + "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-beta.6~_repo_rules~cosmos-wget" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-dd" } }, - "wget": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "dd": { + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-wget//:wget", - "name": "ape~1.0.0-beta.6~_repo_rules~wget" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-dd//:dd", + "name": "ape~1.0.0-beta.11~_repo_rules~dd" } }, - "cosmos-who": { + "cosmos-echo": { "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-W+CBIPsR2NBc6xXbom6zyzNCvHKmE+py/iGlX5ewNok=", - "output": "who", + "integrity": "sha256-Fq/mSx5iToZAUnUol34WY2hpxCJQniM6ZiKtxAzfAMM=", + "output": "echo", "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" + "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.6~_repo_rules~cosmos-who" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-echo" } }, - "who": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "echo": { + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-who//:who", - "name": "ape~1.0.0-beta.6~_repo_rules~who" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-echo//:echo", + "name": "ape~1.0.0-beta.11~_repo_rules~echo" } }, - "cosmos-whoami": { + "cosmos-gzip": { "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-yjAXVvBgVSkLRpNve2AC9srTCSdieNLjh63wFpgxM88=", - "output": "whoami", + "integrity": "sha256-fLhh2zULCabpmmthArIDpQvaYKc3LPPSCct4+/6wBSw=", + "output": "gzip", "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" + "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.6~_repo_rules~cosmos-whoami" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-gzip" } }, - "whoami": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "gzip": { + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-whoami//:whoami", - "name": "ape~1.0.0-beta.6~_repo_rules~whoami" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-gzip//:gzip", + "name": "ape~1.0.0-beta.11~_repo_rules~gzip" } }, - "cosmos-xargs": { + "cosmos-mkdir": { "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-A34zn2hiDh2xMdPY82s1ghm/xzDUEXqxy6IVqOJv9vY=", - "output": "xargs", + "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/xargs", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/xargs" + "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.6~_repo_rules~cosmos-xargs" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-mkdir" } }, - "xargs": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "mkdir": { + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-xargs//:xargs", - "name": "ape~1.0.0-beta.6~_repo_rules~xargs" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-mkdir//:mkdir", + "name": "ape~1.0.0-beta.11~_repo_rules~mkdir" } }, - "cosmos-xz": { + "cosmos-mv": { "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-84VVLEvkMFVKsNTKX8IZ90XAqebHofJ4bsy3J3f+Xe0=", - "output": "xz", + "integrity": "sha256-jB7HYOKnprY6cyRiHpToKrGKW4cPID7gVUXWYi1tmlM=", + "output": "mv", "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" + "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.6~_repo_rules~cosmos-xz" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-mv" } }, - "xz": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "mv": { + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-xz//:xz", - "name": "ape~1.0.0-beta.6~_repo_rules~xz" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-mv//:mv", + "name": "ape~1.0.0-beta.11~_repo_rules~mv" } }, - "cosmos-yes": { + "cosmos-printf": { "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-J+N2zXEIyM9SF5Xqmpye6hISJi40Xj8343AQUL9jOiI=", - "output": "yes", + "integrity": "sha256-lES1AJ1YXEsQN8At0yZvM5w0JGsJbfN8jGeb+n3i688=", + "output": "printf", "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" + "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.6~_repo_rules~cosmos-yes" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-printf" } }, - "yes": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "printf": { + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-yes//:yes", - "name": "ape~1.0.0-beta.6~_repo_rules~yes" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-printf//:printf", + "name": "ape~1.0.0-beta.11~_repo_rules~printf" } }, - "cosmos-zip": { + "cosmos-rm": { "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-hxobwz7sl7w+NmS45mBoFd0sVSQ3haPeoPW5S7WBUN8=", - "output": "zip", + "integrity": "sha256-pqJTHikQR3b1pSwEcvMaS4SVmHqqUP2k6jCeKSUtDI8=", + "output": "rm", "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" + "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.6~_repo_rules~cosmos-zip" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-rm" } }, - "zip": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "rm": { + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-zip//:zip", - "name": "ape~1.0.0-beta.6~_repo_rules~zip" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-rm//:rm", + "name": "ape~1.0.0-beta.11~_repo_rules~rm" } }, - "cosmos-zsh": { + "cosmos-uname": { "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-zYH33XZzUvk6v5DiLKe5lKTKx0IsRW7zJWIeQmhM0f4=", - "output": "zsh", + "integrity": "sha256-C3SggIVtotuyaYo/xQchyv0p8cQnXlyRyVAfnnDA+QU=", + "output": "uname", "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" + "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.6~_repo_rules~cosmos-zsh" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-uname" } }, - "zsh": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "uname": { + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-zsh//:zsh", - "name": "ape~1.0.0-beta.6~_repo_rules~zsh" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-uname//:uname", + "name": "ape~1.0.0-beta.11~_repo_rules~uname" } }, - "cosmos-zstd": { + "cosmos-pigz": { "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-UQRCbSiHGWmBr2qsbnsCGQjIyhZG2ilfx9Iyxv6KbzQ=", - "output": "zstd", + "integrity": "sha256-KReMrcHfifpjgxeb/k4WNl6ZtgJwfDIf9mTbcEldR0w=", + "output": "pigz", "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" + "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.6~_repo_rules~cosmos-zstd" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-pigz" } }, - "zstd": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "pigz": { + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-zstd//:zstd", - "name": "ape~1.0.0-beta.6~_repo_rules~zstd" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-pigz//:pigz", + "name": "ape~1.0.0-beta.11~_repo_rules~pigz" } } } @@ -11843,6 +15420,474 @@ } } }, + "@@aspect_bazel_lib~2.7.0//lib:extensions.bzl%toolchains": { + "general": { + "bzlTransitiveDigest": "xkCrElz5fQuBa39cTFFUicDgs1jDcoxP+48jsvXon4M=", + "accumulatedFileDigests": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "expand_template_windows_amd64": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:expand_template_toolchain.bzl", + "ruleClassName": "expand_template_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~expand_template_windows_amd64", + "platform": "windows_amd64" + } + }, + "copy_to_directory_windows_amd64": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:copy_to_directory_toolchain.bzl", + "ruleClassName": "copy_to_directory_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~copy_to_directory_windows_amd64", + "platform": "windows_amd64" + } + }, + "jq_darwin_amd64": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:jq_toolchain.bzl", + "ruleClassName": "jq_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~jq_darwin_amd64", + "platform": "darwin_amd64", + "version": "1.7" + } + }, + "copy_to_directory_freebsd_amd64": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:copy_to_directory_toolchain.bzl", + "ruleClassName": "copy_to_directory_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~copy_to_directory_freebsd_amd64", + "platform": "freebsd_amd64" + } + }, + "expand_template_linux_amd64": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:expand_template_toolchain.bzl", + "ruleClassName": "expand_template_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~expand_template_linux_amd64", + "platform": "linux_amd64" + } + }, + "jq_linux_arm64": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:jq_toolchain.bzl", + "ruleClassName": "jq_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~jq_linux_arm64", + "platform": "linux_arm64", + "version": "1.7" + } + }, + "coreutils_darwin_arm64": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:coreutils_toolchain.bzl", + "ruleClassName": "coreutils_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~coreutils_darwin_arm64", + "platform": "darwin_arm64", + "version": "0.0.23" + } + }, + "copy_to_directory_linux_arm64": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:copy_to_directory_toolchain.bzl", + "ruleClassName": "copy_to_directory_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~copy_to_directory_linux_arm64", + "platform": "linux_arm64" + } + }, + "bsd_tar_linux_arm64": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:tar_toolchain.bzl", + "ruleClassName": "bsdtar_binary_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~bsd_tar_linux_arm64", + "platform": "linux_arm64" + } + }, + "copy_directory_darwin_amd64": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:copy_directory_toolchain.bzl", + "ruleClassName": "copy_directory_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~copy_directory_darwin_amd64", + "platform": "darwin_amd64" + } + }, + "coreutils_darwin_amd64": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:coreutils_toolchain.bzl", + "ruleClassName": "coreutils_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~coreutils_darwin_amd64", + "platform": "darwin_amd64", + "version": "0.0.23" + } + }, + "coreutils_linux_arm64": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:coreutils_toolchain.bzl", + "ruleClassName": "coreutils_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~coreutils_linux_arm64", + "platform": "linux_arm64", + "version": "0.0.23" + } + }, + "yq_linux_s390x": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:yq_toolchain.bzl", + "ruleClassName": "yq_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~yq_linux_s390x", + "platform": "linux_s390x", + "version": "4.25.2" + } + }, + "yq": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:yq_toolchain.bzl", + "ruleClassName": "yq_host_alias_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~yq" + } + }, + "expand_template_darwin_amd64": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:expand_template_toolchain.bzl", + "ruleClassName": "expand_template_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~expand_template_darwin_amd64", + "platform": "darwin_amd64" + } + }, + "copy_directory_linux_amd64": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:copy_directory_toolchain.bzl", + "ruleClassName": "copy_directory_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~copy_directory_linux_amd64", + "platform": "linux_amd64" + } + }, + "jq_darwin_arm64": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:jq_toolchain.bzl", + "ruleClassName": "jq_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~jq_darwin_arm64", + "platform": "darwin_arm64", + "version": "1.7" + } + }, + "yq_darwin_amd64": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:yq_toolchain.bzl", + "ruleClassName": "yq_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~yq_darwin_amd64", + "platform": "darwin_amd64", + "version": "4.25.2" + } + }, + "copy_directory_linux_arm64": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:copy_directory_toolchain.bzl", + "ruleClassName": "copy_directory_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~copy_directory_linux_arm64", + "platform": "linux_arm64" + } + }, + "expand_template_toolchains": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:expand_template_toolchain.bzl", + "ruleClassName": "expand_template_toolchains_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~expand_template_toolchains", + "user_repository_name": "expand_template" + } + }, + "bats_assert": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~bats_assert", + "sha256": "98ca3b685f8b8993e48ec057565e6e2abcc541034ed5b0e81f191505682037fd", + "urls": [ + "https://github.com/bats-core/bats-assert/archive/v2.1.0.tar.gz" + ], + "strip_prefix": "bats-assert-2.1.0", + "build_file_content": "load(\"@aspect_bazel_lib//lib:copy_to_directory.bzl\", \"copy_to_directory\")\n\ncopy_to_directory(\n name = \"assert\",\n hardlink = \"on\",\n srcs = glob([\n \"src/**\",\n \"load.bash\",\n ]),\n out = \"bats-assert\",\n visibility = [\"//visibility:public\"]\n)\n" + } + }, + "copy_to_directory_darwin_amd64": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:copy_to_directory_toolchain.bzl", + "ruleClassName": "copy_to_directory_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~copy_to_directory_darwin_amd64", + "platform": "darwin_amd64" + } + }, + "bsd_tar_linux_amd64": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:tar_toolchain.bzl", + "ruleClassName": "bsdtar_binary_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~bsd_tar_linux_amd64", + "platform": "linux_amd64" + } + }, + "yq_toolchains": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:yq_toolchain.bzl", + "ruleClassName": "yq_toolchains_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~yq_toolchains", + "user_repository_name": "yq" + } + }, + "bats_support": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~bats_support", + "sha256": "7815237aafeb42ddcc1b8c698fc5808026d33317d8701d5ec2396e9634e2918f", + "urls": [ + "https://github.com/bats-core/bats-support/archive/v0.3.0.tar.gz" + ], + "strip_prefix": "bats-support-0.3.0", + "build_file_content": "load(\"@aspect_bazel_lib//lib:copy_to_directory.bzl\", \"copy_to_directory\")\n\ncopy_to_directory(\n name = \"support\",\n hardlink = \"on\",\n srcs = glob([\n \"src/**\",\n \"load.bash\",\n ]),\n out = \"bats-support\",\n visibility = [\"//visibility:public\"]\n)\n" + } + }, + "bsd_tar_windows_amd64": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:tar_toolchain.bzl", + "ruleClassName": "bsdtar_binary_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~bsd_tar_windows_amd64", + "platform": "windows_amd64" + } + }, + "jq": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:jq_toolchain.bzl", + "ruleClassName": "jq_host_alias_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~jq" + } + }, + "expand_template_darwin_arm64": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:expand_template_toolchain.bzl", + "ruleClassName": "expand_template_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~expand_template_darwin_arm64", + "platform": "darwin_arm64" + } + }, + "bsd_tar_darwin_arm64": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:tar_toolchain.bzl", + "ruleClassName": "bsdtar_binary_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~bsd_tar_darwin_arm64", + "platform": "darwin_arm64" + } + }, + "copy_to_directory_linux_amd64": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:copy_to_directory_toolchain.bzl", + "ruleClassName": "copy_to_directory_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~copy_to_directory_linux_amd64", + "platform": "linux_amd64" + } + }, + "coreutils_linux_amd64": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:coreutils_toolchain.bzl", + "ruleClassName": "coreutils_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~coreutils_linux_amd64", + "platform": "linux_amd64", + "version": "0.0.23" + } + }, + "copy_directory_toolchains": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:copy_directory_toolchain.bzl", + "ruleClassName": "copy_directory_toolchains_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~copy_directory_toolchains", + "user_repository_name": "copy_directory" + } + }, + "yq_linux_amd64": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:yq_toolchain.bzl", + "ruleClassName": "yq_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~yq_linux_amd64", + "platform": "linux_amd64", + "version": "4.25.2" + } + }, + "copy_to_directory_darwin_arm64": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:copy_to_directory_toolchain.bzl", + "ruleClassName": "copy_to_directory_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~copy_to_directory_darwin_arm64", + "platform": "darwin_arm64" + } + }, + "coreutils_toolchains": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:coreutils_toolchain.bzl", + "ruleClassName": "coreutils_toolchains_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~coreutils_toolchains", + "user_repository_name": "coreutils" + } + }, + "copy_directory_freebsd_amd64": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:copy_directory_toolchain.bzl", + "ruleClassName": "copy_directory_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~copy_directory_freebsd_amd64", + "platform": "freebsd_amd64" + } + }, + "bats_file": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~bats_file", + "sha256": "9b69043241f3af1c2d251f89b4fcafa5df3f05e97b89db18d7c9bdf5731bb27a", + "urls": [ + "https://github.com/bats-core/bats-file/archive/v0.4.0.tar.gz" + ], + "strip_prefix": "bats-file-0.4.0", + "build_file_content": "load(\"@aspect_bazel_lib//lib:copy_to_directory.bzl\", \"copy_to_directory\")\n\ncopy_to_directory(\n name = \"file\",\n hardlink = \"on\",\n srcs = glob([\n \"src/**\",\n \"load.bash\",\n ]),\n out = \"bats-file\",\n visibility = [\"//visibility:public\"]\n)\n" + } + }, + "expand_template_linux_arm64": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:expand_template_toolchain.bzl", + "ruleClassName": "expand_template_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~expand_template_linux_arm64", + "platform": "linux_arm64" + } + }, + "jq_linux_amd64": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:jq_toolchain.bzl", + "ruleClassName": "jq_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~jq_linux_amd64", + "platform": "linux_amd64", + "version": "1.7" + } + }, + "bsd_tar_darwin_amd64": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:tar_toolchain.bzl", + "ruleClassName": "bsdtar_binary_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~bsd_tar_darwin_amd64", + "platform": "darwin_amd64" + } + }, + "bsd_tar_toolchains": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:tar_toolchain.bzl", + "ruleClassName": "tar_toolchains_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~bsd_tar_toolchains", + "user_repository_name": "bsd_tar" + } + }, + "bats_toolchains": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~bats_toolchains", + "sha256": "a1a9f7875aa4b6a9480ca384d5865f1ccf1b0b1faead6b47aa47d79709a5c5fd", + "urls": [ + "https://github.com/bats-core/bats-core/archive/v1.10.0.tar.gz" + ], + "strip_prefix": "bats-core-1.10.0", + "build_file_content": "load(\"@local_config_platform//:constraints.bzl\", \"HOST_CONSTRAINTS\")\nload(\"@aspect_bazel_lib//lib/private:bats_toolchain.bzl\", \"bats_toolchain\")\nload(\"@aspect_bazel_lib//lib:copy_to_directory.bzl\", \"copy_to_directory\")\n\ncopy_to_directory(\n name = \"core\",\n hardlink = \"on\",\n srcs = glob([\n \"lib/**\",\n \"libexec/**\"\n ]) + [\"bin/bats\"],\n out = \"bats-core\",\n)\n\nbats_toolchain(\n name = \"toolchain\",\n core = \":core\",\n libraries = [\"@bats_support//:support\", \"@bats_assert//:assert\", \"@bats_file//:file\"]\n)\n\ntoolchain(\n name = \"bats_toolchain\",\n exec_compatible_with = HOST_CONSTRAINTS,\n toolchain = \":toolchain\",\n toolchain_type = \"@aspect_bazel_lib//lib:bats_toolchain_type\",\n)\n" + } + }, + "yq_windows_amd64": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:yq_toolchain.bzl", + "ruleClassName": "yq_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~yq_windows_amd64", + "platform": "windows_amd64", + "version": "4.25.2" + } + }, + "jq_windows_amd64": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:jq_toolchain.bzl", + "ruleClassName": "jq_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~jq_windows_amd64", + "platform": "windows_amd64", + "version": "1.7" + } + }, + "expand_template_freebsd_amd64": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:expand_template_toolchain.bzl", + "ruleClassName": "expand_template_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~expand_template_freebsd_amd64", + "platform": "freebsd_amd64" + } + }, + "yq_linux_ppc64le": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:yq_toolchain.bzl", + "ruleClassName": "yq_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~yq_linux_ppc64le", + "platform": "linux_ppc64le", + "version": "4.25.2" + } + }, + "copy_to_directory_toolchains": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:copy_to_directory_toolchain.bzl", + "ruleClassName": "copy_to_directory_toolchains_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~copy_to_directory_toolchains", + "user_repository_name": "copy_to_directory" + } + }, + "jq_toolchains": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:jq_toolchain.bzl", + "ruleClassName": "jq_toolchains_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~jq_toolchains", + "user_repository_name": "jq" + } + }, + "copy_directory_darwin_arm64": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:copy_directory_toolchain.bzl", + "ruleClassName": "copy_directory_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~copy_directory_darwin_arm64", + "platform": "darwin_arm64" + } + }, + "copy_directory_windows_amd64": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:copy_directory_toolchain.bzl", + "ruleClassName": "copy_directory_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~copy_directory_windows_amd64", + "platform": "windows_amd64" + } + }, + "yq_darwin_arm64": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:yq_toolchain.bzl", + "ruleClassName": "yq_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~yq_darwin_arm64", + "platform": "darwin_arm64", + "version": "4.25.2" + } + }, + "coreutils_windows_amd64": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:coreutils_toolchain.bzl", + "ruleClassName": "coreutils_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~coreutils_windows_amd64", + "platform": "windows_amd64", + "version": "0.0.23" + } + }, + "yq_linux_arm64": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:yq_toolchain.bzl", + "ruleClassName": "yq_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~yq_linux_arm64", + "platform": "linux_arm64", + "version": "4.25.2" + } + } + } + } + }, "@@bazel_tools//tools/cpp:cc_configure.bzl%cc_configure_extension": { "general": { "bzlTransitiveDigest": "O9sf6ilKWU9Veed02jG9o2HM/xgV/UAyciuFBuxrFRY=", diff --git a/e2e/MODULE.bazel.lock b/e2e/MODULE.bazel.lock index c3cfcf56266294a0bf43a5605aca9a9b590f1b1d..4ce62560905c17d644d0b0a8ee27da311c5a746a 100644 --- a/e2e/MODULE.bazel.lock +++ b/e2e/MODULE.bazel.lock @@ -13,7 +13,7 @@ "compatibilityMode": "ERROR" }, "localOverrideHashes": { - "rules_tar": "77bc3ca4e59d5a4ba5c3b516460743e4314082cb914150f5cf2cbe3a83d484bc", + "rules_tar": "0d85e7fcc1583ee8974a8c60a4e52d3bba1aa59fba1520a98445879d1ce90876", "bazel_tools": "922ea6752dc9105de5af957f7a99a6933c0a6a712d23df6aad16a9c399f7e787" }, "moduleDepGraph": { @@ -87,8 +87,8 @@ } ], "deps": { - "bazel_skylib": "bazel_skylib@1.4.2", - "platforms": "platforms@0.0.7", + "bazel_skylib": "bazel_skylib@1.5.0", + "platforms": "platforms@0.0.10", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" }, @@ -2502,7 +2502,7 @@ ], "deps": { "toolchain_utils": "toolchain_utils@1.0.0-beta.9", - "ape": "ape@1.0.0-beta.6", + "ape": "ape@1.0.0-beta.11", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" }, @@ -2537,7 +2537,7 @@ "usingModule": "rules_tar@_", "location": { "file": "@@rules_tar~override//:MODULE.bazel", - "line": 12, + "line": 16, "column": 23 }, "imports": { @@ -2555,7 +2555,7 @@ "devDependency": false, "location": { "file": "@@rules_tar~override//:MODULE.bazel", - "line": 14, + "line": 18, "column": 15 } } @@ -2586,7 +2586,7 @@ "devDependency": false, "location": { "file": "@@rules_tar~override//:MODULE.bazel", - "line": 22, + "line": 26, "column": 9 } } @@ -2596,8 +2596,12 @@ } ], "deps": { + "rules_gzip": "rules_gzip@1.0.0-beta.1", + "rules_bzip2": "rules_bzip2@1.0.0-beta.1", + "rules_zstd": "rules_zstd@1.0.0-beta.1", + "rules_xz": "rules_xz@1.0.0-beta.1", "toolchain_utils": "toolchain_utils@1.0.0-beta.9", - "ape": "ape@1.0.0-beta.6", + "ape": "ape@1.0.0-beta.11", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" } @@ -2729,7 +2733,7 @@ "rules_license": "rules_license@0.0.7", "rules_proto": "rules_proto@4.0.0", "rules_python": "rules_python@0.4.0", - "platforms": "platforms@0.0.7", + "platforms": "platforms@0.0.10", "com_google_protobuf": "protobuf@3.19.6", "zlib": "zlib@1.3", "build_bazel_apple_support": "apple_support@1.5.0", @@ -2745,14 +2749,14 @@ "toolchainsToRegister": [], "extensionUsages": [], "deps": { - "platforms": "platforms@0.0.7", + "platforms": "platforms@0.0.10", "bazel_tools": "bazel_tools@_" } }, - "bazel_skylib@1.4.2": { + "bazel_skylib@1.5.0": { "name": "bazel_skylib", - "version": "1.4.2", - "key": "bazel_skylib@1.4.2", + "version": "1.5.0", + "key": "bazel_skylib@1.5.0", "repoName": "bazel_skylib", "executionPlatformsToRegister": [], "toolchainsToRegister": [ @@ -2761,7 +2765,7 @@ ], "extensionUsages": [], "deps": { - "platforms": "platforms@0.0.7", + "platforms": "platforms@0.0.10", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" }, @@ -2769,25 +2773,43 @@ "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "bazel_skylib~1.4.2", + "name": "bazel_skylib~1.5.0", "urls": [ - "https://github.com/bazelbuild/bazel-skylib/releases/download/1.4.2/bazel-skylib-1.4.2.tar.gz" + "https://github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-1.5.0.tar.gz" ], - "integrity": "sha256-Zv/ZMVZlv6r8lrUiePV8fi3Qn17eJ56m05sr5HHn46o=", + "integrity": "sha256-zVWgYudjuTSZIfD124w5MyiNyLpPdt2UFqrGis7jy5Q=", "strip_prefix": "", "remote_patches": {}, "remote_patch_strip": 0 } } }, - "platforms@0.0.7": { + "platforms@0.0.10": { "name": "platforms", - "version": "0.0.7", - "key": "platforms@0.0.7", + "version": "0.0.10", + "key": "platforms@0.0.10", "repoName": "platforms", "executionPlatformsToRegister": [], "toolchainsToRegister": [], - "extensionUsages": [], + "extensionUsages": [ + { + "extensionBzlFile": "@platforms//host:extension.bzl", + "extensionName": "host_platform", + "usingModule": "platforms@0.0.10", + "location": { + "file": "https://bcr.bazel.build/modules/platforms/0.0.10/MODULE.bazel", + "line": 9, + "column": 30 + }, + "imports": { + "host_platform": "host_platform" + }, + "devImports": [], + "tags": [], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + } + ], "deps": { "rules_license": "rules_license@0.0.7", "bazel_tools": "bazel_tools@_", @@ -2799,9 +2821,9 @@ "attributes": { "name": "platforms", "urls": [ - "https://github.com/bazelbuild/platforms/releases/download/0.0.7/platforms-0.0.7.tar.gz" + "https://github.com/bazelbuild/platforms/releases/download/0.0.10/platforms-0.0.10.tar.gz" ], - "integrity": "sha256-OlYcmee9vpFzqmU/1Xn+hJ8djWc5V4CrR3Cx84FDHVE=", + "integrity": "sha256-IY7+juc20mo1cmY7N0olPAErcW2K8MB+hC6C8jigp+4=", "strip_prefix": "", "remote_patches": {}, "remote_patch_strip": 0 @@ -2835,10 +2857,10 @@ } } }, - "ape@1.0.0-beta.6": { + "ape@1.0.0-beta.11": { "name": "ape", - "version": "1.0.0-beta.6", - "key": "ape@1.0.0-beta.6", + "version": "1.0.0-beta.11", + "key": "ape@1.0.0-beta.11", "repoName": "ape", "executionPlatformsToRegister": [], "toolchainsToRegister": [ @@ -2848,9 +2870,9 @@ { "extensionBzlFile": "//:MODULE.bazel", "extensionName": "_repo_rules", - "usingModule": "ape@1.0.0-beta.6", + "usingModule": "ape@1.0.0-beta.11", "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", "line": 0, "column": 0 }, @@ -2865,6 +2887,8 @@ "ape.pe": "ape.pe", "launcher": "launcher", "resolved-ape": "resolved-ape", + "cosmos-assimilate": "cosmos-assimilate", + "assimilate": "assimilate", "cosmos-awk": "cosmos-awk", "awk": "awk", "cosmos-b2sum": "cosmos-b2sum", @@ -3027,8 +3051,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", @@ -3172,7 +3194,29 @@ "cosmos-zsh": "cosmos-zsh", "zsh": "zsh", "cosmos-zstd": "cosmos-zstd", - "zstd": "zstd" + "zstd": "zstd", + "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": [ @@ -3196,8 +3240,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 17, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 18, "column": 17 } }, @@ -3211,8 +3255,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 36, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 37, "column": 7 } }, @@ -3224,14 +3268,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": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 46, "column": 14 } }, @@ -3247,8 +3291,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 58, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 59, "column": 8 } }, @@ -3266,8 +3310,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 66, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 67, "column": 18 } }, @@ -3285,8 +3329,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 66, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 67, "column": 18 } }, @@ -3304,8 +3348,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 66, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 67, "column": 18 } }, @@ -3316,8 +3360,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 85, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 86, "column": 3 } }, @@ -3335,8 +3379,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 87, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 88, "column": 7 } }, @@ -3348,11 +3392,43 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 100, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 101, "column": 9 } }, + { + "tagName": "@download_utils//download/file:defs.bzl%download_file", + "attributeValues": { + "executable": true, + "integrity": "sha256-zBP7dVhBaUKyxbSlqVWKjC293c+t0NSMfSYW0/FnV0s=", + "output": "assimilate", + "urls": [ + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/assimilate", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/assimilate" + ], + "name": "cosmos-assimilate" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, + "column": 22 + } + }, + { + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", + "attributeValues": { + "binary": "@cosmos-assimilate//:assimilate", + "name": "assimilate" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, + "column": 23 + } + }, { "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { @@ -3367,8 +3443,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -3380,8 +3456,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -3399,8 +3475,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -3412,8 +3488,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -3431,8 +3507,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -3444,8 +3520,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -3463,8 +3539,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -3476,8 +3552,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -3495,8 +3571,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -3508,8 +3584,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -3527,8 +3603,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -3540,8 +3616,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -3559,8 +3635,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -3572,8 +3648,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -3591,8 +3667,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -3604,8 +3680,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -3623,8 +3699,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -3636,8 +3712,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -3655,8 +3731,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -3668,8 +3744,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -3687,8 +3763,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -3700,8 +3776,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -3719,8 +3795,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -3732,8 +3808,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -3751,8 +3827,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -3764,8 +3840,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -3783,8 +3859,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -3796,8 +3872,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -3815,8 +3891,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -3828,8 +3904,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -3847,8 +3923,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -3860,8 +3936,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -3879,8 +3955,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -3892,8 +3968,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -3911,8 +3987,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -3924,8 +4000,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -3943,8 +4019,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -3956,8 +4032,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -3975,8 +4051,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -3988,8 +4064,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -4007,8 +4083,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -4020,8 +4096,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -4039,8 +4115,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -4052,8 +4128,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -4071,8 +4147,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -4084,8 +4160,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -4103,8 +4179,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -4116,8 +4192,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -4135,8 +4211,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -4148,8 +4224,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -4167,8 +4243,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -4180,8 +4256,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -4199,8 +4275,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -4212,8 +4288,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -4231,8 +4307,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -4244,8 +4320,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -4263,8 +4339,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -4276,8 +4352,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -4295,8 +4371,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -4308,8 +4384,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -4327,8 +4403,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -4340,8 +4416,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -4359,8 +4435,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -4372,8 +4448,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -4391,8 +4467,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -4404,8 +4480,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -4423,8 +4499,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -4436,8 +4512,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -4455,8 +4531,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -4468,8 +4544,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -4487,8 +4563,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -4500,8 +4576,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -4519,8 +4595,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -4532,8 +4608,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -4551,8 +4627,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -4564,8 +4640,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -4583,8 +4659,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -4596,8 +4672,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -4615,8 +4691,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -4628,8 +4704,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -4647,8 +4723,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -4660,8 +4736,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -4679,8 +4755,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -4692,8 +4768,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -4711,8 +4787,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -4724,8 +4800,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -4743,8 +4819,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -4756,8 +4832,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -4775,8 +4851,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -4788,8 +4864,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -4807,8 +4883,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -4820,8 +4896,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -4839,8 +4915,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -4852,8 +4928,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -4871,8 +4947,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -4884,8 +4960,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -4903,8 +4979,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -4916,8 +4992,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -4935,8 +5011,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -4948,8 +5024,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -4967,8 +5043,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -4980,8 +5056,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -4999,8 +5075,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -5012,8 +5088,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -5031,8 +5107,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -5044,8 +5120,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -5063,8 +5139,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -5076,8 +5152,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -5095,8 +5171,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -5108,8 +5184,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -5127,8 +5203,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -5140,8 +5216,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -5159,8 +5235,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -5172,8 +5248,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -5191,8 +5267,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -5204,8 +5280,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -5223,8 +5299,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -5236,8 +5312,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -5255,8 +5331,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -5268,8 +5344,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -5287,8 +5363,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -5300,8 +5376,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -5319,8 +5395,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -5332,8 +5408,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -5351,8 +5427,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -5364,8 +5440,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -5383,8 +5459,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -5396,8 +5472,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -5415,8 +5491,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -5428,8 +5504,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -5447,8 +5523,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -5460,8 +5536,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -5479,8 +5555,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -5492,8 +5568,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -5511,8 +5587,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -5524,8 +5600,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -5543,8 +5619,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -5556,8 +5632,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -5575,8 +5651,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -5588,8 +5664,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -5607,8 +5683,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -5620,8 +5696,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -5639,8 +5715,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -5652,8 +5728,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -5671,8 +5747,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -5684,8 +5760,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -5703,8 +5779,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -5716,8 +5792,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -5735,8 +5811,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -5748,8 +5824,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -5767,8 +5843,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -5780,8 +5856,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -5799,8 +5875,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -5812,8 +5888,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -5831,8 +5907,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -5844,8 +5920,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -5863,8 +5939,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -5876,8 +5952,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -5895,8 +5971,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -5908,8 +5984,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -5927,8 +6003,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -5940,40 +6016,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": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -5991,8 +6035,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -6004,8 +6048,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -6023,8 +6067,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -6036,8 +6080,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -6055,8 +6099,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -6068,8 +6112,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -6087,8 +6131,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -6100,8 +6144,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -6119,8 +6163,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -6132,8 +6176,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -6151,8 +6195,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -6164,8 +6208,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -6183,8 +6227,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -6196,8 +6240,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -6215,8 +6259,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -6228,8 +6272,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -6247,8 +6291,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -6260,8 +6304,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -6279,8 +6323,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -6292,8 +6336,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -6311,8 +6355,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -6324,8 +6368,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -6343,8 +6387,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -6356,8 +6400,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -6375,8 +6419,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -6388,8 +6432,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -6407,8 +6451,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -6420,8 +6464,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -6439,8 +6483,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -6452,8 +6496,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -6471,8 +6515,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -6484,8 +6528,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -6503,8 +6547,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -6516,8 +6560,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -6535,8 +6579,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -6548,8 +6592,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -6567,8 +6611,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -6580,8 +6624,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -6599,8 +6643,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -6612,8 +6656,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -6631,8 +6675,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -6644,8 +6688,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -6663,8 +6707,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -6676,8 +6720,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -6695,8 +6739,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -6708,8 +6752,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -6727,8 +6771,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -6740,8 +6784,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -6759,8 +6803,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -6772,8 +6816,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -6791,8 +6835,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -6804,8 +6848,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -6823,8 +6867,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -6836,8 +6880,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -6855,8 +6899,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -6868,8 +6912,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -6887,8 +6931,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -6900,8 +6944,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -6919,8 +6963,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -6932,8 +6976,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -6951,8 +6995,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -6964,8 +7008,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -6983,8 +7027,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -6996,8 +7040,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -7015,8 +7059,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -7028,8 +7072,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -7047,8 +7091,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -7060,8 +7104,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -7079,8 +7123,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -7092,8 +7136,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -7111,8 +7155,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -7124,8 +7168,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -7143,8 +7187,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -7156,8 +7200,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -7175,8 +7219,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -7188,8 +7232,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -7207,8 +7251,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -7220,8 +7264,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -7239,8 +7283,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -7252,8 +7296,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -7271,8 +7315,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -7284,8 +7328,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -7303,8 +7347,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -7316,8 +7360,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -7335,8 +7379,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -7348,8 +7392,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -7367,8 +7411,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -7380,8 +7424,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -7399,8 +7443,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -7412,8 +7456,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -7431,8 +7475,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -7444,8 +7488,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -7463,8 +7507,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -7476,8 +7520,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -7495,8 +7539,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -7508,8 +7552,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -7527,8 +7571,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -7540,8 +7584,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -7559,8 +7603,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -7572,8 +7616,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -7591,8 +7635,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -7604,8 +7648,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -7623,8 +7667,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -7636,8 +7680,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -7655,8 +7699,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -7668,8 +7712,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -7687,8 +7731,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -7700,8 +7744,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -7719,8 +7763,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -7732,8 +7776,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -7751,8 +7795,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -7764,8 +7808,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -7783,8 +7827,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -7796,8 +7840,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -7815,8 +7859,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -7828,8 +7872,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -7847,8 +7891,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -7860,8 +7904,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -7879,8 +7923,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -7892,8 +7936,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -7911,8 +7955,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -7924,8 +7968,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -7943,8 +7987,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -7956,8 +8000,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -7975,8 +8019,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -7988,8 +8032,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -8007,8 +8051,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -8020,8 +8064,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -8039,8 +8083,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -8052,8 +8096,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -8071,8 +8115,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -8084,8 +8128,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -8103,8 +8147,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -8116,8 +8160,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -8135,8 +8179,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -8148,8 +8192,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -8167,8 +8211,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -8180,8 +8224,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -8199,8 +8243,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -8212,8 +8256,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -8231,8 +8275,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -8244,8 +8288,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "column": 23 } }, @@ -8263,8 +8307,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 113, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 114, "column": 22 } }, @@ -8276,349 +8320,714 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 123, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 124, "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", + "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { - "name": "ape-awk", - "target": "@awk" + "executable": true, + "integrity": "sha256-wr8yeoXHPf1zaytyG67uZFGXXr2P/EQfBDX2BXSEzg8=", + "output": "chmod", + "urls": [ + "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": "cosmos-chmod" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 295, + "column": 22 } }, { - "tagName": "symlink", + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "name": "ape-b2sum", - "target": "@b2sum" + "binary": "@cosmos-chmod//:chmod", + "name": "chmod" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 305, "column": 23 } }, { - "tagName": "symlink", + "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { - "name": "ape-base32", - "target": "@base32" + "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" + ], + "name": "cosmos-cp" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 295, + "column": 22 } }, { - "tagName": "symlink", + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "name": "ape-base64", - "target": "@base64" + "binary": "@cosmos-cp//:cp", + "name": "cp" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 305, "column": 23 } }, { - "tagName": "symlink", + "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { - "name": "ape-basename", - "target": "@basename" + "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-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 295, + "column": 22 } }, { - "tagName": "symlink", + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "name": "ape-basenc", - "target": "@basenc" + "binary": "@cosmos-dd//:dd", + "name": "dd" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 305, "column": 23 } }, { - "tagName": "symlink", + "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { - "name": "ape-bash", - "target": "@bash" + "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-beta.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 295, + "column": 22 } }, { - "tagName": "symlink", + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "name": "ape-berry", - "target": "@berry" + "binary": "@cosmos-echo//:echo", + "name": "echo" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 305, "column": 23 } }, { - "tagName": "symlink", + "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { - "name": "ape-brotli", - "target": "@brotli" + "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.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 295, + "column": 22 } }, { - "tagName": "symlink", + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "name": "ape-bzip2", - "target": "@bzip2" + "binary": "@cosmos-gzip//:gzip", + "name": "gzip" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 305, "column": 23 } }, { - "tagName": "symlink", + "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { - "name": "ape-cat", - "target": "@cat" + "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.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 295, + "column": 22 } }, { - "tagName": "symlink", + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "name": "ape-chcon", - "target": "@chcon" + "binary": "@cosmos-mkdir//:mkdir", + "name": "mkdir" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 305, "column": 23 } }, { - "tagName": "symlink", + "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { - "name": "ape-chgrp", - "target": "@chgrp" + "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.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 295, + "column": 22 } }, { - "tagName": "symlink", + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "name": "ape-chown", - "target": "@chown" + "binary": "@cosmos-mv//:mv", + "name": "mv" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 305, "column": 23 } }, { - "tagName": "symlink", + "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { - "name": "ape-chroot", - "target": "@chroot" + "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.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 295, + "column": 22 } }, { - "tagName": "symlink", + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "name": "ape-cksum", - "target": "@cksum" + "binary": "@cosmos-printf//:printf", + "name": "printf" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 305, "column": 23 } }, { - "tagName": "symlink", + "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { - "name": "ape-clang-format", - "target": "@clang-format" + "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.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 295, + "column": 22 } }, { - "tagName": "symlink", + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "name": "ape-cmp", - "target": "@cmp" + "binary": "@cosmos-rm//:rm", + "name": "rm" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 305, "column": 23 } }, { - "tagName": "symlink", + "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { - "name": "ape-comm", - "target": "@comm" + "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.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 295, + "column": 22 } }, { - "tagName": "symlink", + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "name": "ape-cpuid", - "target": "@cpuid" + "binary": "@cosmos-uname//:uname", + "name": "uname" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 305, "column": 23 } }, { - "tagName": "symlink", + "tagName": "@download_utils//download/file:defs.bzl%download_file", "attributeValues": { - "name": "ape-csplit", - "target": "@csplit" + "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.6/MODULE.bazel", - "line": 127, - "column": 23 + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 332, + "column": 22 } }, { - "tagName": "symlink", + "tagName": "//ape/entrypoint:defs.bzl%ape_entrypoint", "attributeValues": { - "name": "ape-ctags", - "target": "@ctags" + "binary": "@cosmos-pigz//:pigz", + "name": "pigz" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 342, "column": 23 } - }, + } + ], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + }, + { + "extensionBzlFile": "@toolchain_utils//toolchain/export:defs.bzl", + "extensionName": "toolchain_export", + "usingModule": "ape@1.0.0-beta.11", + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 110, + "column": 23 + }, + "imports": {}, + "devImports": [], + "tags": [ { "tagName": "symlink", "attributeValues": { - "name": "ape-curl", - "target": "@curl" + "name": "ape-assimilate", + "target": "@assimilate" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, { "tagName": "symlink", "attributeValues": { - "name": "ape-cut", - "target": "@cut" + "name": "ape-awk", + "target": "@awk" }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, { "tagName": "symlink", "attributeValues": { - "name": "ape-dash", + "name": "ape-b2sum", + "target": "@b2sum" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-base32", + "target": "@base32" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-base64", + "target": "@base64" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-basename", + "target": "@basename" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-basenc", + "target": "@basenc" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-bash", + "target": "@bash" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-berry", + "target": "@berry" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-brotli", + "target": "@brotli" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-bzip2", + "target": "@bzip2" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-cat", + "target": "@cat" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-chcon", + "target": "@chcon" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-chgrp", + "target": "@chgrp" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-chown", + "target": "@chown" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-chroot", + "target": "@chroot" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-cksum", + "target": "@cksum" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "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.11/MODULE.bazel", + "line": 128, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-cmp", + "target": "@cmp" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-comm", + "target": "@comm" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-cpuid", + "target": "@cpuid" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-csplit", + "target": "@csplit" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-ctags", + "target": "@ctags" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-curl", + "target": "@curl" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-cut", + "target": "@cut" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "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, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -8630,8 +9039,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -8643,8 +9052,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -8656,8 +9065,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -8669,8 +9078,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -8682,8 +9091,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -8695,8 +9104,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -8708,8 +9117,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -8721,8 +9130,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -8734,8 +9143,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -8747,8 +9156,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -8760,8 +9169,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -8773,8 +9182,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -8786,8 +9195,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -8799,8 +9208,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -8812,8 +9221,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -8825,8 +9234,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -8838,8 +9247,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -8851,8 +9260,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -8864,8 +9273,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -8877,8 +9286,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -8890,8 +9299,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -8903,8 +9312,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -8916,8 +9325,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -8929,8 +9338,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -8942,8 +9351,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -8955,8 +9364,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -8968,8 +9377,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -8981,8 +9390,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -8994,8 +9403,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -9007,8 +9416,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -9020,8 +9429,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -9033,8 +9442,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -9046,8 +9455,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -9059,8 +9468,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -9072,8 +9481,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -9085,8 +9494,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -9098,8 +9507,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -9111,8 +9520,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -9124,8 +9533,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -9137,8 +9546,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -9150,8 +9559,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -9163,8 +9572,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -9176,8 +9585,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -9189,8 +9598,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -9202,8 +9611,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -9215,8 +9624,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -9228,8 +9637,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -9241,8 +9650,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -9254,8 +9663,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -9267,8 +9676,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -9280,8 +9689,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -9293,8 +9702,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -9306,8 +9715,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -9319,8 +9728,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -9332,8 +9741,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -9345,21 +9754,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": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -9371,8 +9767,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -9384,8 +9780,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -9397,8 +9793,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -9410,8 +9806,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -9423,8 +9819,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -9436,8 +9832,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -9449,8 +9845,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -9462,8 +9858,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -9475,8 +9871,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -9488,8 +9884,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -9501,8 +9897,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -9514,8 +9910,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -9527,8 +9923,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -9540,8 +9936,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -9553,8 +9949,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -9566,8 +9962,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -9579,8 +9975,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -9592,8 +9988,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -9605,8 +10001,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -9618,8 +10014,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -9631,8 +10027,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -9644,8 +10040,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -9657,8 +10053,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -9670,8 +10066,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -9683,8 +10079,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -9696,8 +10092,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -9709,8 +10105,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -9722,8 +10118,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -9735,8 +10131,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -9748,8 +10144,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -9761,8 +10157,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -9774,8 +10170,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -9787,8 +10183,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -9800,8 +10196,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -9813,8 +10209,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -9826,8 +10222,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -9839,8 +10235,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -9852,8 +10248,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -9865,8 +10261,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -9878,8 +10274,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -9891,8 +10287,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -9904,8 +10300,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -9917,8 +10313,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -9930,8 +10326,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -9943,8 +10339,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -9956,8 +10352,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -9969,8 +10365,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -9982,8 +10378,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -9995,8 +10391,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -10008,8 +10404,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -10021,8 +10417,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -10034,8 +10430,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -10047,8 +10443,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -10060,8 +10456,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -10073,8 +10469,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -10086,8 +10482,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -10099,8 +10495,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -10112,8 +10508,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -10125,8 +10521,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -10138,8 +10534,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -10151,8 +10547,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -10164,8 +10560,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -10177,8 +10573,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -10190,8 +10586,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -10203,8 +10599,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -10216,8 +10612,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -10229,8 +10625,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -10242,8 +10638,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -10255,8 +10651,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -10268,8 +10664,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -10281,8 +10677,8 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, "column": 23 } }, @@ -10294,8 +10690,151 @@ }, "devDependency": false, "location": { - "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.6/MODULE.bazel", - "line": 127, + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 128, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-chmod", + "target": "@chmod" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 309, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-cp", + "target": "@cp" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 309, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-dd", + "target": "@dd" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 309, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-echo", + "target": "@echo" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 309, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-gzip", + "target": "@gzip" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 309, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-mkdir", + "target": "@mkdir" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 309, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-mv", + "target": "@mv" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 309, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-printf", + "target": "@printf" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 309, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-rm", + "target": "@rm" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 309, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-uname", + "target": "@uname" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 309, + "column": 23 + } + }, + { + "tagName": "symlink", + "attributeValues": { + "name": "ape-pigz", + "target": "@pigz" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/ape/1.0.0-beta.11/MODULE.bazel", + "line": 346, "column": 23 } } @@ -10305,6 +10844,7 @@ } ], "deps": { + "platforms": "platforms@0.0.10", "toolchain_utils": "toolchain_utils@1.0.0-beta.9", "download_utils": "download_utils@1.0.0-beta.2", "bazel_tools": "bazel_tools@_", @@ -10314,47 +10854,95 @@ "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "ape~1.0.0-beta.6", + "name": "ape~1.0.0-beta.11", "urls": [ - "https://gitlab.arm.com/bazel/ape/-/releases/v1.0.0-beta.6/downloads/src.tar.gz" + "https://gitlab.arm.com/bazel/ape/-/releases/v1.0.0-beta.11/downloads/src.tar.gz" ], - "integrity": "sha512-fZNOpj31MphsHbrPcS71rxq2vcGkLtiBB8hpTQkqrd4sHDhhjfi8ovi8YSQtC70lbyBKxZQ/htwrradnbB58kg==", - "strip_prefix": "ape-v1.0.0-beta.6", + "integrity": "sha512-qGyXIPfEYHMAhe75UrvEMaFD9Rhvh2NQTAGKVKDpUwPBvctNhF31eSknLU7YoDTWPyuQILMo6xy5pWWQ4UHqLw==", + "strip_prefix": "ape-v1.0.0-beta.11", "remote_patches": {}, "remote_patch_strip": 0 } } }, - "rules_cc@0.0.9": { - "name": "rules_cc", - "version": "0.0.9", - "key": "rules_cc@0.0.9", - "repoName": "rules_cc", + "rules_gzip@1.0.0-beta.1": { + "name": "rules_gzip", + "version": "1.0.0-beta.1", + "key": "rules_gzip@1.0.0-beta.1", + "repoName": "rules_gzip", "executionPlatformsToRegister": [], "toolchainsToRegister": [ - "@local_config_cc_toolchains//:all" + "//gzip/toolchain/..." ], "extensionUsages": [ { - "extensionBzlFile": "@bazel_tools//tools/cpp:cc_configure.bzl", - "extensionName": "cc_configure_extension", - "usingModule": "rules_cc@0.0.9", + "extensionBzlFile": "@toolchain_utils//toolchain/export:defs.bzl", + "extensionName": "toolchain_export", + "usingModule": "rules_gzip@1.0.0-beta.1", "location": { - "file": "https://bcr.bazel.build/modules/rules_cc/0.0.9/MODULE.bazel", - "line": 9, - "column": 29 + "file": "https://bcr.bazel.build/modules/rules_gzip/1.0.0-beta.1/MODULE.bazel", + "line": 14, + "column": 23 }, "imports": { - "local_config_cc_toolchains": "local_config_cc_toolchains" + "ape-pigz": "ape-pigz", + "pigz": "pigz" }, "devImports": [], - "tags": [], + "tags": [ + { + "tagName": "symlink", + "attributeValues": { + "name": "pigz", + "target": "@ape-pigz" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_gzip/1.0.0-beta.1/MODULE.bazel", + "line": 16, + "column": 15 + } + } + ], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + }, + { + "extensionBzlFile": "//:MODULE.bazel", + "extensionName": "_repo_rules", + "usingModule": "rules_gzip@1.0.0-beta.1", + "location": { + "file": "https://bcr.bazel.build/modules/rules_gzip/1.0.0-beta.1/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": "https://bcr.bazel.build/modules/rules_gzip/1.0.0-beta.1/MODULE.bazel", + "line": 24, + "column": 9 + } + } + ], "hasDevUseExtension": false, "hasNonDevUseExtension": true } ], "deps": { - "platforms": "platforms@0.0.7", + "toolchain_utils": "toolchain_utils@1.0.0-beta.9", + "rules_coreutils": "rules_coreutils@1.0.0-beta.1", + "ape": "ape@1.0.0-beta.11", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" }, @@ -10362,100 +10950,437 @@ "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "rules_cc~0.0.9", + "name": "rules_gzip~1.0.0-beta.1", "urls": [ - "https://github.com/bazelbuild/rules_cc/releases/download/0.0.9/rules_cc-0.0.9.tar.gz" + "https://gitlab.arm.com/bazel/rules_gzip/-/releases/v1.0.0-beta.1/downloads/src.tar.gz" ], - "integrity": "sha256-IDeHW5pEVtzkp50RKorohbvEqtlo5lh9ym5k86CQDN8=", - "strip_prefix": "rules_cc-0.0.9", - "remote_patches": { - "https://bcr.bazel.build/modules/rules_cc/0.0.9/patches/module_dot_bazel_version.patch": "sha256-mM+qzOI0SgAdaJBlWOSMwMPKpaA9b7R37Hj/tp5bb4g=" - }, + "integrity": "sha512-d608JvMhu4oVc3oQp3bs1OE45IuPiSz8LTQ0oHXZ6+dy6TkDaK+AGo7r1u4UqnRrix7im4WD4EK4YmTq5Yb+xw==", + "strip_prefix": "rules_gzip-v1.0.0-beta.1", + "remote_patches": {}, "remote_patch_strip": 0 } } }, - "rules_java@7.1.0": { - "name": "rules_java", - "version": "7.1.0", - "key": "rules_java@7.1.0", - "repoName": "rules_java", + "rules_bzip2@1.0.0-beta.1": { + "name": "rules_bzip2", + "version": "1.0.0-beta.1", + "key": "rules_bzip2@1.0.0-beta.1", + "repoName": "rules_bzip2", "executionPlatformsToRegister": [], "toolchainsToRegister": [ - "//toolchains:all", - "@local_jdk//:runtime_toolchain_definition", - "@local_jdk//:bootstrap_runtime_toolchain_definition", - "@remotejdk11_linux_toolchain_config_repo//:all", - "@remotejdk11_linux_aarch64_toolchain_config_repo//:all", - "@remotejdk11_linux_ppc64le_toolchain_config_repo//:all", - "@remotejdk11_linux_s390x_toolchain_config_repo//:all", - "@remotejdk11_macos_toolchain_config_repo//:all", - "@remotejdk11_macos_aarch64_toolchain_config_repo//:all", - "@remotejdk11_win_toolchain_config_repo//:all", - "@remotejdk11_win_arm64_toolchain_config_repo//:all", - "@remotejdk17_linux_toolchain_config_repo//:all", - "@remotejdk17_linux_aarch64_toolchain_config_repo//:all", - "@remotejdk17_linux_ppc64le_toolchain_config_repo//:all", - "@remotejdk17_linux_s390x_toolchain_config_repo//:all", - "@remotejdk17_macos_toolchain_config_repo//:all", - "@remotejdk17_macos_aarch64_toolchain_config_repo//:all", - "@remotejdk17_win_toolchain_config_repo//:all", - "@remotejdk17_win_arm64_toolchain_config_repo//:all", - "@remotejdk21_linux_toolchain_config_repo//:all", - "@remotejdk21_linux_aarch64_toolchain_config_repo//:all", - "@remotejdk21_macos_toolchain_config_repo//:all", - "@remotejdk21_macos_aarch64_toolchain_config_repo//:all", - "@remotejdk21_win_toolchain_config_repo//:all" + "//bzip2/toolchain/..." ], "extensionUsages": [ { - "extensionBzlFile": "@rules_java//java:extensions.bzl", - "extensionName": "toolchains", - "usingModule": "rules_java@7.1.0", + "extensionBzlFile": "@toolchain_utils//toolchain/export:defs.bzl", + "extensionName": "toolchain_export", + "usingModule": "rules_bzip2@1.0.0-beta.1", "location": { - "file": "https://bcr.bazel.build/modules/rules_java/7.1.0/MODULE.bazel", - "line": 19, - "column": 27 + "file": "https://bcr.bazel.build/modules/rules_bzip2/1.0.0-beta.1/MODULE.bazel", + "line": 14, + "column": 23 }, "imports": { - "remote_java_tools": "remote_java_tools", - "remote_java_tools_linux": "remote_java_tools_linux", - "remote_java_tools_windows": "remote_java_tools_windows", - "remote_java_tools_darwin_x86_64": "remote_java_tools_darwin_x86_64", - "remote_java_tools_darwin_arm64": "remote_java_tools_darwin_arm64", - "local_jdk": "local_jdk", - "remotejdk11_linux_toolchain_config_repo": "remotejdk11_linux_toolchain_config_repo", - "remotejdk11_linux_aarch64_toolchain_config_repo": "remotejdk11_linux_aarch64_toolchain_config_repo", - "remotejdk11_linux_ppc64le_toolchain_config_repo": "remotejdk11_linux_ppc64le_toolchain_config_repo", - "remotejdk11_linux_s390x_toolchain_config_repo": "remotejdk11_linux_s390x_toolchain_config_repo", - "remotejdk11_macos_toolchain_config_repo": "remotejdk11_macos_toolchain_config_repo", - "remotejdk11_macos_aarch64_toolchain_config_repo": "remotejdk11_macos_aarch64_toolchain_config_repo", - "remotejdk11_win_toolchain_config_repo": "remotejdk11_win_toolchain_config_repo", - "remotejdk11_win_arm64_toolchain_config_repo": "remotejdk11_win_arm64_toolchain_config_repo", - "remotejdk17_linux_toolchain_config_repo": "remotejdk17_linux_toolchain_config_repo", - "remotejdk17_linux_aarch64_toolchain_config_repo": "remotejdk17_linux_aarch64_toolchain_config_repo", - "remotejdk17_linux_ppc64le_toolchain_config_repo": "remotejdk17_linux_ppc64le_toolchain_config_repo", - "remotejdk17_linux_s390x_toolchain_config_repo": "remotejdk17_linux_s390x_toolchain_config_repo", - "remotejdk17_macos_toolchain_config_repo": "remotejdk17_macos_toolchain_config_repo", - "remotejdk17_macos_aarch64_toolchain_config_repo": "remotejdk17_macos_aarch64_toolchain_config_repo", - "remotejdk17_win_toolchain_config_repo": "remotejdk17_win_toolchain_config_repo", - "remotejdk17_win_arm64_toolchain_config_repo": "remotejdk17_win_arm64_toolchain_config_repo", - "remotejdk21_linux_toolchain_config_repo": "remotejdk21_linux_toolchain_config_repo", - "remotejdk21_linux_aarch64_toolchain_config_repo": "remotejdk21_linux_aarch64_toolchain_config_repo", - "remotejdk21_macos_toolchain_config_repo": "remotejdk21_macos_toolchain_config_repo", - "remotejdk21_macos_aarch64_toolchain_config_repo": "remotejdk21_macos_aarch64_toolchain_config_repo", - "remotejdk21_win_toolchain_config_repo": "remotejdk21_win_toolchain_config_repo" + "ape-bzip2": "ape-bzip2", + "bzip2": "bzip2" }, "devImports": [], - "tags": [], + "tags": [ + { + "tagName": "symlink", + "attributeValues": { + "name": "bzip2", + "target": "@ape-bzip2" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_bzip2/1.0.0-beta.1/MODULE.bazel", + "line": 16, + "column": 15 + } + } + ], "hasDevUseExtension": false, "hasNonDevUseExtension": true - } - ], - "deps": { - "platforms": "platforms@0.0.7", + }, + { + "extensionBzlFile": "//:MODULE.bazel", + "extensionName": "_repo_rules", + "usingModule": "rules_bzip2@1.0.0-beta.1", + "location": { + "file": "https://bcr.bazel.build/modules/rules_bzip2/1.0.0-beta.1/MODULE.bazel", + "line": 0, + "column": 0 + }, + "imports": { + "resolved-bzip2": "resolved-bzip2" + }, + "devImports": [], + "tags": [ + { + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", + "attributeValues": { + "toolchain_type": "//bzip2/toolchain/bzip2:type", + "name": "resolved-bzip2" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_bzip2/1.0.0-beta.1/MODULE.bazel", + "line": 24, + "column": 9 + } + } + ], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + } + ], + "deps": { + "rules_coreutils": "rules_coreutils@1.0.0-beta.1", + "toolchain_utils": "toolchain_utils@1.0.0-beta.9", + "ape": "ape@1.0.0-beta.11", + "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_bzip2~1.0.0-beta.1", + "urls": [ + "https://gitlab.arm.com/bazel/rules_bzip2/-/releases/v1.0.0-beta.1/downloads/src.tar.gz" + ], + "integrity": "sha512-LxqJpKipVUyxOxyRq2peyrIv2v8aUiLiDMbhGqKzSjg+tzHMDapOo/mO6RRmh7N/7UvsxXKUlnPqSwzWNi82Gw==", + "strip_prefix": "rules_bzip2-v1.0.0-beta.1", + "remote_patches": {}, + "remote_patch_strip": 0 + } + } + }, + "rules_zstd@1.0.0-beta.1": { + "name": "rules_zstd", + "version": "1.0.0-beta.1", + "key": "rules_zstd@1.0.0-beta.1", + "repoName": "rules_zstd", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [ + "//zstd/toolchain/..." + ], + "extensionUsages": [ + { + "extensionBzlFile": "@toolchain_utils//toolchain/export:defs.bzl", + "extensionName": "toolchain_export", + "usingModule": "rules_zstd@1.0.0-beta.1", + "location": { + "file": "https://bcr.bazel.build/modules/rules_zstd/1.0.0-beta.1/MODULE.bazel", + "line": 15, + "column": 23 + }, + "imports": { + "ape-zstd": "ape-zstd", + "zstd": "zstd" + }, + "devImports": [], + "tags": [ + { + "tagName": "symlink", + "attributeValues": { + "name": "zstd", + "target": "@ape-zstd" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_zstd/1.0.0-beta.1/MODULE.bazel", + "line": 17, + "column": 15 + } + } + ], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + }, + { + "extensionBzlFile": "//:MODULE.bazel", + "extensionName": "_repo_rules", + "usingModule": "rules_zstd@1.0.0-beta.1", + "location": { + "file": "https://bcr.bazel.build/modules/rules_zstd/1.0.0-beta.1/MODULE.bazel", + "line": 0, + "column": 0 + }, + "imports": { + "resolved-zstd": "resolved-zstd" + }, + "devImports": [], + "tags": [ + { + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", + "attributeValues": { + "toolchain_type": "//zstd/toolchain/zstd:type", + "name": "resolved-zstd" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_zstd/1.0.0-beta.1/MODULE.bazel", + "line": 25, + "column": 9 + } + } + ], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + } + ], + "deps": { + "bazel_skylib": "bazel_skylib@1.5.0", + "aspect_bazel_lib": "aspect_bazel_lib@2.7.0", + "toolchain_utils": "toolchain_utils@1.0.0-beta.9", + "ape": "ape@1.0.0-beta.11", + "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_zstd~1.0.0-beta.1", + "urls": [ + "https://gitlab.arm.com/bazel/rules_zstd/-/releases/v1.0.0-beta.1/downloads/src.tar.gz" + ], + "integrity": "sha512-dwkIQ5WKxbfCpNDiP7wd9cO+AvXXxf00v1IKbcXE6v/9fquTfggVUgEdPS1WTbC95HKRUaal8/5j0cCF17Z4EQ==", + "strip_prefix": "rules_zstd-v1.0.0-beta.1", + "remote_patches": {}, + "remote_patch_strip": 0 + } + } + }, + "rules_xz@1.0.0-beta.1": { + "name": "rules_xz", + "version": "1.0.0-beta.1", + "key": "rules_xz@1.0.0-beta.1", + "repoName": "rules_xz", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [ + "//xz/toolchain/..." + ], + "extensionUsages": [ + { + "extensionBzlFile": "@toolchain_utils//toolchain/export:defs.bzl", + "extensionName": "toolchain_export", + "usingModule": "rules_xz@1.0.0-beta.1", + "location": { + "file": "https://bcr.bazel.build/modules/rules_xz/1.0.0-beta.1/MODULE.bazel", + "line": 14, + "column": 23 + }, + "imports": { + "ape-xz": "ape-xz", + "xz": "xz" + }, + "devImports": [], + "tags": [ + { + "tagName": "symlink", + "attributeValues": { + "name": "xz", + "target": "@ape-xz" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_xz/1.0.0-beta.1/MODULE.bazel", + "line": 16, + "column": 15 + } + } + ], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + }, + { + "extensionBzlFile": "//:MODULE.bazel", + "extensionName": "_repo_rules", + "usingModule": "rules_xz@1.0.0-beta.1", + "location": { + "file": "https://bcr.bazel.build/modules/rules_xz/1.0.0-beta.1/MODULE.bazel", + "line": 0, + "column": 0 + }, + "imports": { + "resolved-xz": "resolved-xz" + }, + "devImports": [], + "tags": [ + { + "tagName": "@toolchain_utils//toolchain/resolved:defs.bzl%toolchain_resolved", + "attributeValues": { + "toolchain_type": "//xz/toolchain/xz:type", + "name": "resolved-xz" + }, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/rules_xz/1.0.0-beta.1/MODULE.bazel", + "line": 24, + "column": 9 + } + } + ], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + } + ], + "deps": { + "rules_coreutils": "rules_coreutils@1.0.0-beta.1", + "toolchain_utils": "toolchain_utils@1.0.0-beta.9", + "ape": "ape@1.0.0-beta.11", + "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_xz~1.0.0-beta.1", + "urls": [ + "https://gitlab.arm.com/bazel/rules_xz/-/releases/v1.0.0-beta.1/downloads/src.tar.gz" + ], + "integrity": "sha512-7h7aMS56GHqqyWIyIcPBO7v6KFDtLDu1LkP50+wnofXihe0p9NoCAHHLjDhenckLHBkx2Ze4z4FX4c9D7cHqoA==", + "strip_prefix": "rules_xz-v1.0.0-beta.1", + "remote_patches": {}, + "remote_patch_strip": 0 + } + } + }, + "rules_cc@0.0.9": { + "name": "rules_cc", + "version": "0.0.9", + "key": "rules_cc@0.0.9", + "repoName": "rules_cc", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [ + "@local_config_cc_toolchains//:all" + ], + "extensionUsages": [ + { + "extensionBzlFile": "@bazel_tools//tools/cpp:cc_configure.bzl", + "extensionName": "cc_configure_extension", + "usingModule": "rules_cc@0.0.9", + "location": { + "file": "https://bcr.bazel.build/modules/rules_cc/0.0.9/MODULE.bazel", + "line": 9, + "column": 29 + }, + "imports": { + "local_config_cc_toolchains": "local_config_cc_toolchains" + }, + "devImports": [], + "tags": [], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + } + ], + "deps": { + "platforms": "platforms@0.0.10", + "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_cc~0.0.9", + "urls": [ + "https://github.com/bazelbuild/rules_cc/releases/download/0.0.9/rules_cc-0.0.9.tar.gz" + ], + "integrity": "sha256-IDeHW5pEVtzkp50RKorohbvEqtlo5lh9ym5k86CQDN8=", + "strip_prefix": "rules_cc-0.0.9", + "remote_patches": { + "https://bcr.bazel.build/modules/rules_cc/0.0.9/patches/module_dot_bazel_version.patch": "sha256-mM+qzOI0SgAdaJBlWOSMwMPKpaA9b7R37Hj/tp5bb4g=" + }, + "remote_patch_strip": 0 + } + } + }, + "rules_java@7.1.0": { + "name": "rules_java", + "version": "7.1.0", + "key": "rules_java@7.1.0", + "repoName": "rules_java", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [ + "//toolchains:all", + "@local_jdk//:runtime_toolchain_definition", + "@local_jdk//:bootstrap_runtime_toolchain_definition", + "@remotejdk11_linux_toolchain_config_repo//:all", + "@remotejdk11_linux_aarch64_toolchain_config_repo//:all", + "@remotejdk11_linux_ppc64le_toolchain_config_repo//:all", + "@remotejdk11_linux_s390x_toolchain_config_repo//:all", + "@remotejdk11_macos_toolchain_config_repo//:all", + "@remotejdk11_macos_aarch64_toolchain_config_repo//:all", + "@remotejdk11_win_toolchain_config_repo//:all", + "@remotejdk11_win_arm64_toolchain_config_repo//:all", + "@remotejdk17_linux_toolchain_config_repo//:all", + "@remotejdk17_linux_aarch64_toolchain_config_repo//:all", + "@remotejdk17_linux_ppc64le_toolchain_config_repo//:all", + "@remotejdk17_linux_s390x_toolchain_config_repo//:all", + "@remotejdk17_macos_toolchain_config_repo//:all", + "@remotejdk17_macos_aarch64_toolchain_config_repo//:all", + "@remotejdk17_win_toolchain_config_repo//:all", + "@remotejdk17_win_arm64_toolchain_config_repo//:all", + "@remotejdk21_linux_toolchain_config_repo//:all", + "@remotejdk21_linux_aarch64_toolchain_config_repo//:all", + "@remotejdk21_macos_toolchain_config_repo//:all", + "@remotejdk21_macos_aarch64_toolchain_config_repo//:all", + "@remotejdk21_win_toolchain_config_repo//:all" + ], + "extensionUsages": [ + { + "extensionBzlFile": "@rules_java//java:extensions.bzl", + "extensionName": "toolchains", + "usingModule": "rules_java@7.1.0", + "location": { + "file": "https://bcr.bazel.build/modules/rules_java/7.1.0/MODULE.bazel", + "line": 19, + "column": 27 + }, + "imports": { + "remote_java_tools": "remote_java_tools", + "remote_java_tools_linux": "remote_java_tools_linux", + "remote_java_tools_windows": "remote_java_tools_windows", + "remote_java_tools_darwin_x86_64": "remote_java_tools_darwin_x86_64", + "remote_java_tools_darwin_arm64": "remote_java_tools_darwin_arm64", + "local_jdk": "local_jdk", + "remotejdk11_linux_toolchain_config_repo": "remotejdk11_linux_toolchain_config_repo", + "remotejdk11_linux_aarch64_toolchain_config_repo": "remotejdk11_linux_aarch64_toolchain_config_repo", + "remotejdk11_linux_ppc64le_toolchain_config_repo": "remotejdk11_linux_ppc64le_toolchain_config_repo", + "remotejdk11_linux_s390x_toolchain_config_repo": "remotejdk11_linux_s390x_toolchain_config_repo", + "remotejdk11_macos_toolchain_config_repo": "remotejdk11_macos_toolchain_config_repo", + "remotejdk11_macos_aarch64_toolchain_config_repo": "remotejdk11_macos_aarch64_toolchain_config_repo", + "remotejdk11_win_toolchain_config_repo": "remotejdk11_win_toolchain_config_repo", + "remotejdk11_win_arm64_toolchain_config_repo": "remotejdk11_win_arm64_toolchain_config_repo", + "remotejdk17_linux_toolchain_config_repo": "remotejdk17_linux_toolchain_config_repo", + "remotejdk17_linux_aarch64_toolchain_config_repo": "remotejdk17_linux_aarch64_toolchain_config_repo", + "remotejdk17_linux_ppc64le_toolchain_config_repo": "remotejdk17_linux_ppc64le_toolchain_config_repo", + "remotejdk17_linux_s390x_toolchain_config_repo": "remotejdk17_linux_s390x_toolchain_config_repo", + "remotejdk17_macos_toolchain_config_repo": "remotejdk17_macos_toolchain_config_repo", + "remotejdk17_macos_aarch64_toolchain_config_repo": "remotejdk17_macos_aarch64_toolchain_config_repo", + "remotejdk17_win_toolchain_config_repo": "remotejdk17_win_toolchain_config_repo", + "remotejdk17_win_arm64_toolchain_config_repo": "remotejdk17_win_arm64_toolchain_config_repo", + "remotejdk21_linux_toolchain_config_repo": "remotejdk21_linux_toolchain_config_repo", + "remotejdk21_linux_aarch64_toolchain_config_repo": "remotejdk21_linux_aarch64_toolchain_config_repo", + "remotejdk21_macos_toolchain_config_repo": "remotejdk21_macos_toolchain_config_repo", + "remotejdk21_macos_aarch64_toolchain_config_repo": "remotejdk21_macos_aarch64_toolchain_config_repo", + "remotejdk21_win_toolchain_config_repo": "remotejdk21_win_toolchain_config_repo" + }, + "devImports": [], + "tags": [], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + } + ], + "deps": { + "platforms": "platforms@0.0.10", "rules_cc": "rules_cc@0.0.9", - "bazel_skylib": "bazel_skylib@1.4.2", + "bazel_skylib": "bazel_skylib@1.5.0", "rules_proto": "rules_proto@4.0.0", "rules_license": "rules_license@0.0.7", "bazel_tools": "bazel_tools@_", @@ -10512,7 +11437,7 @@ "toolchainsToRegister": [], "extensionUsages": [], "deps": { - "bazel_skylib": "bazel_skylib@1.4.2", + "bazel_skylib": "bazel_skylib@1.5.0", "rules_cc": "rules_cc@0.0.9", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" @@ -10598,7 +11523,7 @@ "toolchainsToRegister": [], "extensionUsages": [], "deps": { - "bazel_skylib": "bazel_skylib@1.4.2", + "bazel_skylib": "bazel_skylib@1.5.0", "zlib": "zlib@1.3", "rules_python": "rules_python@0.4.0", "rules_cc": "rules_cc@0.0.9", @@ -10636,7 +11561,7 @@ "toolchainsToRegister": [], "extensionUsages": [], "deps": { - "platforms": "platforms@0.0.7", + "platforms": "platforms@0.0.10", "rules_cc": "rules_cc@0.0.9", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" @@ -10689,8 +11614,153 @@ } ], "deps": { - "bazel_skylib": "bazel_skylib@1.4.2", - "platforms": "platforms@0.0.7", + "bazel_skylib": "bazel_skylib@1.5.0", + "platforms": "platforms@0.0.10", + "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": "apple_support~1.5.0", + "urls": [ + "https://github.com/bazelbuild/apple_support/releases/download/1.5.0/apple_support.1.5.0.tar.gz" + ], + "integrity": "sha256-miM41vja0yRPgj8txghKA+TQ+7J8qJLclw5okNW0gYQ=", + "strip_prefix": "", + "remote_patches": {}, + "remote_patch_strip": 0 + } + } + }, + "aspect_bazel_lib@2.7.0": { + "name": "aspect_bazel_lib", + "version": "2.7.0", + "key": "aspect_bazel_lib@2.7.0", + "repoName": "aspect_bazel_lib", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [ + "@copy_directory_toolchains//:all", + "@copy_to_directory_toolchains//:all", + "@jq_toolchains//:all", + "@yq_toolchains//:all", + "@coreutils_toolchains//:all", + "@expand_template_toolchains//:all", + "@bats_toolchains//:all", + "@bsd_tar_toolchains//:all" + ], + "extensionUsages": [ + { + "extensionBzlFile": "@aspect_bazel_lib//lib:extensions.bzl", + "extensionName": "toolchains", + "usingModule": "aspect_bazel_lib@2.7.0", + "location": { + "file": "https://bcr.bazel.build/modules/aspect_bazel_lib/2.7.0/MODULE.bazel", + "line": 17, + "column": 37 + }, + "imports": { + "bats_toolchains": "bats_toolchains", + "bsd_tar_toolchains": "bsd_tar_toolchains", + "copy_directory_toolchains": "copy_directory_toolchains", + "copy_to_directory_toolchains": "copy_to_directory_toolchains", + "coreutils_toolchains": "coreutils_toolchains", + "expand_template_toolchains": "expand_template_toolchains", + "jq_toolchains": "jq_toolchains", + "yq_toolchains": "yq_toolchains" + }, + "devImports": [], + "tags": [ + { + "tagName": "copy_directory", + "attributeValues": {}, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/aspect_bazel_lib/2.7.0/MODULE.bazel", + "line": 18, + "column": 36 + } + }, + { + "tagName": "copy_to_directory", + "attributeValues": {}, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/aspect_bazel_lib/2.7.0/MODULE.bazel", + "line": 19, + "column": 39 + } + }, + { + "tagName": "jq", + "attributeValues": {}, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/aspect_bazel_lib/2.7.0/MODULE.bazel", + "line": 20, + "column": 24 + } + }, + { + "tagName": "yq", + "attributeValues": {}, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/aspect_bazel_lib/2.7.0/MODULE.bazel", + "line": 21, + "column": 24 + } + }, + { + "tagName": "coreutils", + "attributeValues": {}, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/aspect_bazel_lib/2.7.0/MODULE.bazel", + "line": 22, + "column": 31 + } + }, + { + "tagName": "tar", + "attributeValues": {}, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/aspect_bazel_lib/2.7.0/MODULE.bazel", + "line": 23, + "column": 25 + } + }, + { + "tagName": "expand_template", + "attributeValues": {}, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/aspect_bazel_lib/2.7.0/MODULE.bazel", + "line": 24, + "column": 37 + } + }, + { + "tagName": "bats", + "attributeValues": {}, + "devDependency": false, + "location": { + "file": "https://bcr.bazel.build/modules/aspect_bazel_lib/2.7.0/MODULE.bazel", + "line": 25, + "column": 26 + } + } + ], + "hasDevUseExtension": false, + "hasNonDevUseExtension": true + } + ], + "deps": { + "bazel_skylib": "bazel_skylib@1.5.0", + "platforms": "platforms@0.0.10", + "io_bazel_stardoc": "stardoc@0.5.4", "bazel_tools": "bazel_tools@_", "local_config_platform": "local_config_platform@_" }, @@ -10698,11 +11768,44 @@ "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "apple_support~1.5.0", + "name": "aspect_bazel_lib~2.7.0", "urls": [ - "https://github.com/bazelbuild/apple_support/releases/download/1.5.0/apple_support.1.5.0.tar.gz" + "https://github.com/aspect-build/bazel-lib/releases/download/v2.7.0/bazel-lib-v2.7.0.tar.gz" ], - "integrity": "sha256-miM41vja0yRPgj8txghKA+TQ+7J8qJLclw5okNW0gYQ=", + "integrity": "sha256-NX2tnSEjJ8NdkkQZDvAQqtMV5z/6G+0aKeIMNy+co0Y=", + "strip_prefix": "bazel-lib-2.7.0", + "remote_patches": { + "https://bcr.bazel.build/modules/aspect_bazel_lib/2.7.0/patches/go_dev_dep.patch": "sha256-KgABwDzOT+DugUHn9tHLOz05osnk2FLsS10d5zqG/M0=", + "https://bcr.bazel.build/modules/aspect_bazel_lib/2.7.0/patches/module_dot_bazel_version.patch": "sha256-WYIBojN6hwiR6VcIhPR+k7VWAR6+4HaKVMA8WKDYwpw=" + }, + "remote_patch_strip": 1 + } + } + }, + "stardoc@0.5.4": { + "name": "stardoc", + "version": "0.5.4", + "key": "stardoc@0.5.4", + "repoName": "stardoc", + "executionPlatformsToRegister": [], + "toolchainsToRegister": [], + "extensionUsages": [], + "deps": { + "bazel_skylib": "bazel_skylib@1.5.0", + "rules_java": "rules_java@7.1.0", + "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": "stardoc~0.5.4", + "urls": [ + "https://github.com/bazelbuild/stardoc/releases/download/0.5.4/stardoc-0.5.4.tar.gz" + ], + "integrity": "sha256-7FcTnkZvquVj8vw5YJ2klIpHm7UbbWeu3X2bG4BZxDM=", "strip_prefix": "", "remote_patches": {}, "remote_patch_strip": 0 @@ -10711,7 +11814,7 @@ } }, "moduleExtensions": { - "@@ape~1.0.0-beta.6//:MODULE.bazel%_repo_rules": { + "@@ape~1.0.0-beta.11//:MODULE.bazel%_repo_rules": { "general": { "bzlTransitiveDigest": "Eb1Xl7COaA7o2xZRXuWoU8oqNKYaG3jNe5NZjqS8dmk=", "accumulatedFileDigests": {}, @@ -10734,7 +11837,7 @@ "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.6~_repo_rules~zig-0.11.0-arm64-darwin" + "name": "ape~1.0.0-beta.11~_repo_rules~zig-0.11.0-arm64-darwin" } }, "zig": { @@ -10744,7 +11847,7 @@ "map": { "arm64-darwin": "@zig-0.11.0-arm64-darwin" }, - "name": "ape~1.0.0-beta.6~_repo_rules~zig" + "name": "ape~1.0.0-beta.11~_repo_rules~zig" } }, "ape-m1.c": { @@ -10756,21 +11859,21 @@ "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~1.0.0-beta.6~_repo_rules~ape-m1.c" + "name": "ape~1.0.0-beta.11~_repo_rules~ape-m1.c" } }, "ape-arm64.macho": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/compile:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/compile:repository.bzl", "ruleClassName": "compile", "attributes": { "srcs": [ - "@@ape~1.0.0-beta.6~_repo_rules~ape-m1.c//:ape-m1.c" + "@@ape~1.0.0-beta.11~_repo_rules~ape-m1.c//:ape-m1.c" ], "output": "ape", - "zig": "@@ape~1.0.0-beta.6~_repo_rules~zig//:entrypoint", - "name": "ape~1.0.0-beta.6~_repo_rules~ape-arm64.macho" + "zig": "@@ape~1.0.0-beta.11~_repo_rules~zig//:entrypoint", + "name": "ape~1.0.0-beta.11~_repo_rules~ape-arm64.macho" } }, "ape-arm64.elf": { @@ -10784,7 +11887,7 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/ape-arm64.elf", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/ape-arm64.elf" ], - "name": "ape~1.0.0-beta.6~_repo_rules~ape-arm64.elf" + "name": "ape~1.0.0-beta.11~_repo_rules~ape-arm64.elf" } }, "ape-x86_64.elf": { @@ -10798,7 +11901,7 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/ape-x86_64.elf", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/ape-x86_64.elf" ], - "name": "ape~1.0.0-beta.6~_repo_rules~ape-x86_64.elf" + "name": "ape~1.0.0-beta.11~_repo_rules~ape-x86_64.elf" } }, "ape-x86_64.macho": { @@ -10812,14 +11915,14 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/ape-x86_64.macho", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/ape-x86_64.macho" ], - "name": "ape~1.0.0-beta.6~_repo_rules~ape-x86_64.macho" + "name": "ape~1.0.0-beta.11~_repo_rules~ape-x86_64.macho" } }, "ape.pe": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/pe:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/pe:repository.bzl", "ruleClassName": "pe", "attributes": { - "name": "ape~1.0.0-beta.6~_repo_rules~ape.pe" + "name": "ape~1.0.0-beta.11~_repo_rules~ape.pe" } }, "launcher": { @@ -10833,15 +11936,37 @@ "arm64-darwin": "@ape-arm64.macho", "windows": "@ape.pe" }, - "name": "ape~1.0.0-beta.6~_repo_rules~launcher" + "name": "ape~1.0.0-beta.11~_repo_rules~launcher" } }, "resolved-ape": { "bzlFile": "@@toolchain_utils~1.0.0-beta.9//toolchain/resolved:repository.bzl", "ruleClassName": "resolved", "attributes": { - "toolchain_type": "@@ape~1.0.0-beta.6//ape/toolchain/ape:type", - "name": "ape~1.0.0-beta.6~_repo_rules~resolved-ape" + "toolchain_type": "@@ape~1.0.0-beta.11//ape/toolchain/ape:type", + "name": "ape~1.0.0-beta.11~_repo_rules~resolved-ape" + } + }, + "cosmos-assimilate": { + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", + "ruleClassName": "file", + "attributes": { + "executable": true, + "integrity": "sha256-zBP7dVhBaUKyxbSlqVWKjC293c+t0NSMfSYW0/FnV0s=", + "output": "assimilate", + "urls": [ + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/assimilate", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/assimilate" + ], + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-assimilate" + } + }, + "assimilate": { + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", + "ruleClassName": "entrypoint", + "attributes": { + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-assimilate//:assimilate", + "name": "ape~1.0.0-beta.11~_repo_rules~assimilate" } }, "cosmos-awk": { @@ -10855,15 +11980,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/awk", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/awk" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-awk" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-awk" } }, "awk": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-awk//:awk", - "name": "ape~1.0.0-beta.6~_repo_rules~awk" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-awk//:awk", + "name": "ape~1.0.0-beta.11~_repo_rules~awk" } }, "cosmos-b2sum": { @@ -10877,15 +12002,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/b2sum", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/b2sum" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-b2sum" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-b2sum" } }, "b2sum": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-b2sum//:b2sum", - "name": "ape~1.0.0-beta.6~_repo_rules~b2sum" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-b2sum//:b2sum", + "name": "ape~1.0.0-beta.11~_repo_rules~b2sum" } }, "cosmos-base32": { @@ -10899,15 +12024,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/base32", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/base32" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-base32" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-base32" } }, "base32": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-base32//:base32", - "name": "ape~1.0.0-beta.6~_repo_rules~base32" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-base32//:base32", + "name": "ape~1.0.0-beta.11~_repo_rules~base32" } }, "cosmos-base64": { @@ -10921,15 +12046,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/base64", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/base64" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-base64" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-base64" } }, "base64": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-base64//:base64", - "name": "ape~1.0.0-beta.6~_repo_rules~base64" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-base64//:base64", + "name": "ape~1.0.0-beta.11~_repo_rules~base64" } }, "cosmos-basename": { @@ -10943,15 +12068,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/basename", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/basename" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-basename" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-basename" } }, "basename": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-basename//:basename", - "name": "ape~1.0.0-beta.6~_repo_rules~basename" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-basename//:basename", + "name": "ape~1.0.0-beta.11~_repo_rules~basename" } }, "cosmos-basenc": { @@ -10965,15 +12090,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/basenc", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/basenc" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-basenc" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-basenc" } }, "basenc": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-basenc//:basenc", - "name": "ape~1.0.0-beta.6~_repo_rules~basenc" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-basenc//:basenc", + "name": "ape~1.0.0-beta.11~_repo_rules~basenc" } }, "cosmos-bash": { @@ -10987,15 +12112,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/bash", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/bash" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-bash" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-bash" } }, "bash": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-bash//:bash", - "name": "ape~1.0.0-beta.6~_repo_rules~bash" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-bash//:bash", + "name": "ape~1.0.0-beta.11~_repo_rules~bash" } }, "cosmos-berry": { @@ -11009,15 +12134,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/berry", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/berry" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-berry" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-berry" } }, "berry": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-berry//:berry", - "name": "ape~1.0.0-beta.6~_repo_rules~berry" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-berry//:berry", + "name": "ape~1.0.0-beta.11~_repo_rules~berry" } }, "cosmos-brotli": { @@ -11031,15 +12156,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/brotli", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/brotli" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-brotli" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-brotli" } }, "brotli": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-brotli//:brotli", - "name": "ape~1.0.0-beta.6~_repo_rules~brotli" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-brotli//:brotli", + "name": "ape~1.0.0-beta.11~_repo_rules~brotli" } }, "cosmos-bzip2": { @@ -11053,15 +12178,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/bzip2", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/bzip2" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-bzip2" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-bzip2" } }, "bzip2": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-bzip2//:bzip2", - "name": "ape~1.0.0-beta.6~_repo_rules~bzip2" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-bzip2//:bzip2", + "name": "ape~1.0.0-beta.11~_repo_rules~bzip2" } }, "cosmos-cat": { @@ -11075,15 +12200,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/cat", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/cat" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-cat" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-cat" } }, "cat": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-cat//:cat", - "name": "ape~1.0.0-beta.6~_repo_rules~cat" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-cat//:cat", + "name": "ape~1.0.0-beta.11~_repo_rules~cat" } }, "cosmos-chcon": { @@ -11097,15 +12222,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/chcon", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/chcon" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-chcon" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-chcon" } }, "chcon": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-chcon//:chcon", - "name": "ape~1.0.0-beta.6~_repo_rules~chcon" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-chcon//:chcon", + "name": "ape~1.0.0-beta.11~_repo_rules~chcon" } }, "cosmos-chgrp": { @@ -11119,15 +12244,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/chgrp", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/chgrp" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-chgrp" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-chgrp" } }, "chgrp": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-chgrp//:chgrp", - "name": "ape~1.0.0-beta.6~_repo_rules~chgrp" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-chgrp//:chgrp", + "name": "ape~1.0.0-beta.11~_repo_rules~chgrp" } }, "cosmos-chown": { @@ -11141,15 +12266,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/chown", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/chown" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-chown" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-chown" } }, "chown": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-chown//:chown", - "name": "ape~1.0.0-beta.6~_repo_rules~chown" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-chown//:chown", + "name": "ape~1.0.0-beta.11~_repo_rules~chown" } }, "cosmos-chroot": { @@ -11163,15 +12288,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/chroot", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/chroot" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-chroot" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-chroot" } }, "chroot": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-chroot//:chroot", - "name": "ape~1.0.0-beta.6~_repo_rules~chroot" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-chroot//:chroot", + "name": "ape~1.0.0-beta.11~_repo_rules~chroot" } }, "cosmos-cksum": { @@ -11185,15 +12310,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/cksum", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/cksum" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-cksum" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-cksum" } }, "cksum": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-cksum//:cksum", - "name": "ape~1.0.0-beta.6~_repo_rules~cksum" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-cksum//:cksum", + "name": "ape~1.0.0-beta.11~_repo_rules~cksum" } }, "cosmos-clang-format": { @@ -11207,15 +12332,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/clang-format", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/clang-format" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-clang-format" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-clang-format" } }, "clang-format": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-clang-format//:clang-format", - "name": "ape~1.0.0-beta.6~_repo_rules~clang-format" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-clang-format//:clang-format", + "name": "ape~1.0.0-beta.11~_repo_rules~clang-format" } }, "cosmos-cmp": { @@ -11229,15 +12354,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/cmp", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/cmp" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-cmp" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-cmp" } }, "cmp": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-cmp//:cmp", - "name": "ape~1.0.0-beta.6~_repo_rules~cmp" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-cmp//:cmp", + "name": "ape~1.0.0-beta.11~_repo_rules~cmp" } }, "cosmos-comm": { @@ -11251,15 +12376,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/comm", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/comm" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-comm" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-comm" } }, "comm": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-comm//:comm", - "name": "ape~1.0.0-beta.6~_repo_rules~comm" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-comm//:comm", + "name": "ape~1.0.0-beta.11~_repo_rules~comm" } }, "cosmos-cpuid": { @@ -11273,15 +12398,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/cpuid", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/cpuid" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-cpuid" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-cpuid" } }, "cpuid": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-cpuid//:cpuid", - "name": "ape~1.0.0-beta.6~_repo_rules~cpuid" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-cpuid//:cpuid", + "name": "ape~1.0.0-beta.11~_repo_rules~cpuid" } }, "cosmos-csplit": { @@ -11295,15 +12420,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/csplit", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/csplit" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-csplit" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-csplit" } }, "csplit": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-csplit//:csplit", - "name": "ape~1.0.0-beta.6~_repo_rules~csplit" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-csplit//:csplit", + "name": "ape~1.0.0-beta.11~_repo_rules~csplit" } }, "cosmos-ctags": { @@ -11317,15 +12442,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/ctags", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/ctags" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-ctags" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-ctags" } }, "ctags": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-ctags//:ctags", - "name": "ape~1.0.0-beta.6~_repo_rules~ctags" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-ctags//:ctags", + "name": "ape~1.0.0-beta.11~_repo_rules~ctags" } }, "cosmos-curl": { @@ -11339,15 +12464,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/curl", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/curl" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-curl" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-curl" } }, "curl": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-curl//:curl", - "name": "ape~1.0.0-beta.6~_repo_rules~curl" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-curl//:curl", + "name": "ape~1.0.0-beta.11~_repo_rules~curl" } }, "cosmos-cut": { @@ -11361,15 +12486,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/cut", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/cut" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-cut" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-cut" } }, "cut": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-cut//:cut", - "name": "ape~1.0.0-beta.6~_repo_rules~cut" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-cut//:cut", + "name": "ape~1.0.0-beta.11~_repo_rules~cut" } }, "cosmos-dash": { @@ -11383,15 +12508,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/dash", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/dash" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-dash" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-dash" } }, "dash": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-dash//:dash", - "name": "ape~1.0.0-beta.6~_repo_rules~dash" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-dash//:dash", + "name": "ape~1.0.0-beta.11~_repo_rules~dash" } }, "cosmos-datasette": { @@ -11405,15 +12530,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/datasette", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/datasette" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-datasette" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-datasette" } }, "datasette": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-datasette//:datasette", - "name": "ape~1.0.0-beta.6~_repo_rules~datasette" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-datasette//:datasette", + "name": "ape~1.0.0-beta.11~_repo_rules~datasette" } }, "cosmos-date": { @@ -11427,15 +12552,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/date", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/date" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-date" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-date" } }, "date": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-date//:date", - "name": "ape~1.0.0-beta.6~_repo_rules~date" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-date//:date", + "name": "ape~1.0.0-beta.11~_repo_rules~date" } }, "cosmos-df": { @@ -11449,15 +12574,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/df", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/df" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-df" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-df" } }, "df": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-df//:df", - "name": "ape~1.0.0-beta.6~_repo_rules~df" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-df//:df", + "name": "ape~1.0.0-beta.11~_repo_rules~df" } }, "cosmos-dir": { @@ -11471,15 +12596,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/dir", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/dir" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-dir" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-dir" } }, "dir": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-dir//:dir", - "name": "ape~1.0.0-beta.6~_repo_rules~dir" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-dir//:dir", + "name": "ape~1.0.0-beta.11~_repo_rules~dir" } }, "cosmos-dircolors": { @@ -11493,15 +12618,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/dircolors", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/dircolors" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-dircolors" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-dircolors" } }, "dircolors": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-dircolors//:dircolors", - "name": "ape~1.0.0-beta.6~_repo_rules~dircolors" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-dircolors//:dircolors", + "name": "ape~1.0.0-beta.11~_repo_rules~dircolors" } }, "cosmos-dirname": { @@ -11515,15 +12640,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/dirname", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/dirname" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-dirname" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-dirname" } }, "dirname": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-dirname//:dirname", - "name": "ape~1.0.0-beta.6~_repo_rules~dirname" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-dirname//:dirname", + "name": "ape~1.0.0-beta.11~_repo_rules~dirname" } }, "cosmos-diff": { @@ -11537,15 +12662,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/diff", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/diff" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-diff" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-diff" } }, "diff": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-diff//:diff", - "name": "ape~1.0.0-beta.6~_repo_rules~diff" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-diff//:diff", + "name": "ape~1.0.0-beta.11~_repo_rules~diff" } }, "cosmos-diff3": { @@ -11559,15 +12684,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/diff3", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/diff3" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-diff3" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-diff3" } }, "diff3": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-diff3//:diff3", - "name": "ape~1.0.0-beta.6~_repo_rules~diff3" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-diff3//:diff3", + "name": "ape~1.0.0-beta.11~_repo_rules~diff3" } }, "cosmos-du": { @@ -11581,15 +12706,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/du", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/du" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-du" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-du" } }, "du": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-du//:du", - "name": "ape~1.0.0-beta.6~_repo_rules~du" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-du//:du", + "name": "ape~1.0.0-beta.11~_repo_rules~du" } }, "cosmos-emacs": { @@ -11603,15 +12728,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/emacs", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/emacs" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-emacs" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-emacs" } }, "emacs": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-emacs//:emacs", - "name": "ape~1.0.0-beta.6~_repo_rules~emacs" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-emacs//:emacs", + "name": "ape~1.0.0-beta.11~_repo_rules~emacs" } }, "cosmos-emacsclient": { @@ -11625,15 +12750,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/emacsclient", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/emacsclient" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-emacsclient" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-emacsclient" } }, "emacsclient": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-emacsclient//:emacsclient", - "name": "ape~1.0.0-beta.6~_repo_rules~emacsclient" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-emacsclient//:emacsclient", + "name": "ape~1.0.0-beta.11~_repo_rules~emacsclient" } }, "cosmos-env": { @@ -11647,15 +12772,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/env", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/env" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-env" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-env" } }, "env": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-env//:env", - "name": "ape~1.0.0-beta.6~_repo_rules~env" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-env//:env", + "name": "ape~1.0.0-beta.11~_repo_rules~env" } }, "cosmos-expand": { @@ -11669,15 +12794,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/expand", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/expand" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-expand" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-expand" } }, "expand": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-expand//:expand", - "name": "ape~1.0.0-beta.6~_repo_rules~expand" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-expand//:expand", + "name": "ape~1.0.0-beta.11~_repo_rules~expand" } }, "cosmos-expr": { @@ -11691,15 +12816,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/expr", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/expr" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-expr" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-expr" } }, "expr": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-expr//:expr", - "name": "ape~1.0.0-beta.6~_repo_rules~expr" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-expr//:expr", + "name": "ape~1.0.0-beta.11~_repo_rules~expr" } }, "cosmos-factor": { @@ -11713,15 +12838,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/factor", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/factor" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-factor" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-factor" } }, "factor": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-factor//:factor", - "name": "ape~1.0.0-beta.6~_repo_rules~factor" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-factor//:factor", + "name": "ape~1.0.0-beta.11~_repo_rules~factor" } }, "cosmos-false": { @@ -11735,15 +12860,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/false", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/false" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-false" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-false" } }, "false": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-false//:false", - "name": "ape~1.0.0-beta.6~_repo_rules~false" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-false//:false", + "name": "ape~1.0.0-beta.11~_repo_rules~false" } }, "cosmos-find": { @@ -11757,15 +12882,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/find", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/find" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-find" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-find" } }, "find": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-find//:find", - "name": "ape~1.0.0-beta.6~_repo_rules~find" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-find//:find", + "name": "ape~1.0.0-beta.11~_repo_rules~find" } }, "cosmos-fmt": { @@ -11779,15 +12904,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/fmt", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/fmt" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-fmt" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-fmt" } }, "fmt": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-fmt//:fmt", - "name": "ape~1.0.0-beta.6~_repo_rules~fmt" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-fmt//:fmt", + "name": "ape~1.0.0-beta.11~_repo_rules~fmt" } }, "cosmos-fold": { @@ -11801,15 +12926,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/fold", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/fold" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-fold" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-fold" } }, "fold": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-fold//:fold", - "name": "ape~1.0.0-beta.6~_repo_rules~fold" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-fold//:fold", + "name": "ape~1.0.0-beta.11~_repo_rules~fold" } }, "cosmos-gmake": { @@ -11823,15 +12948,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/gmake", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/gmake" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-gmake" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-gmake" } }, "gmake": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-gmake//:gmake", - "name": "ape~1.0.0-beta.6~_repo_rules~gmake" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-gmake//:gmake", + "name": "ape~1.0.0-beta.11~_repo_rules~gmake" } }, "cosmos-greenbean": { @@ -11845,15 +12970,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/greenbean", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/greenbean" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-greenbean" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-greenbean" } }, "greenbean": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-greenbean//:greenbean", - "name": "ape~1.0.0-beta.6~_repo_rules~greenbean" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-greenbean//:greenbean", + "name": "ape~1.0.0-beta.11~_repo_rules~greenbean" } }, "cosmos-grep": { @@ -11867,15 +12992,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/grep", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/grep" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-grep" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-grep" } }, "grep": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-grep//:grep", - "name": "ape~1.0.0-beta.6~_repo_rules~grep" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-grep//:grep", + "name": "ape~1.0.0-beta.11~_repo_rules~grep" } }, "cosmos-groups": { @@ -11889,15 +13014,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/groups", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/groups" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-groups" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-groups" } }, "groups": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-groups//:groups", - "name": "ape~1.0.0-beta.6~_repo_rules~groups" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-groups//:groups", + "name": "ape~1.0.0-beta.11~_repo_rules~groups" } }, "cosmos-head": { @@ -11911,15 +13036,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/head", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/head" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-head" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-head" } }, "head": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-head//:head", - "name": "ape~1.0.0-beta.6~_repo_rules~head" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-head//:head", + "name": "ape~1.0.0-beta.11~_repo_rules~head" } }, "cosmos-id": { @@ -11933,15 +13058,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/id", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/id" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-id" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-id" } }, "id": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-id//:id", - "name": "ape~1.0.0-beta.6~_repo_rules~id" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-id//:id", + "name": "ape~1.0.0-beta.11~_repo_rules~id" } }, "cosmos-install": { @@ -11955,15 +13080,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/install", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/install" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-install" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-install" } }, "install": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-install//:install", - "name": "ape~1.0.0-beta.6~_repo_rules~install" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-install//:install", + "name": "ape~1.0.0-beta.11~_repo_rules~install" } }, "cosmos-join": { @@ -11977,15 +13102,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/join", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/join" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-join" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-join" } }, "join": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-join//:join", - "name": "ape~1.0.0-beta.6~_repo_rules~join" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-join//:join", + "name": "ape~1.0.0-beta.11~_repo_rules~join" } }, "cosmos-kill": { @@ -11999,15 +13124,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/kill", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/kill" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-kill" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-kill" } }, "kill": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-kill//:kill", - "name": "ape~1.0.0-beta.6~_repo_rules~kill" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-kill//:kill", + "name": "ape~1.0.0-beta.11~_repo_rules~kill" } }, "cosmos-less": { @@ -12021,15 +13146,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/less", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/less" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-less" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-less" } }, "less": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-less//:less", - "name": "ape~1.0.0-beta.6~_repo_rules~less" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-less//:less", + "name": "ape~1.0.0-beta.11~_repo_rules~less" } }, "cosmos-life": { @@ -12043,15 +13168,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/life", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/life" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-life" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-life" } }, "life": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-life//:life", - "name": "ape~1.0.0-beta.6~_repo_rules~life" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-life//:life", + "name": "ape~1.0.0-beta.11~_repo_rules~life" } }, "cosmos-link": { @@ -12065,15 +13190,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/link", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/link" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-link" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-link" } }, "link": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-link//:link", - "name": "ape~1.0.0-beta.6~_repo_rules~link" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-link//:link", + "name": "ape~1.0.0-beta.11~_repo_rules~link" } }, "cosmos-links": { @@ -12087,15 +13212,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/links", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/links" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-links" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-links" } }, "links": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-links//:links", - "name": "ape~1.0.0-beta.6~_repo_rules~links" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-links//:links", + "name": "ape~1.0.0-beta.11~_repo_rules~links" } }, "cosmos-ln": { @@ -12109,15 +13234,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/ln", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/ln" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-ln" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-ln" } }, "ln": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-ln//:ln", - "name": "ape~1.0.0-beta.6~_repo_rules~ln" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-ln//:ln", + "name": "ape~1.0.0-beta.11~_repo_rules~ln" } }, "cosmos-locate": { @@ -12131,15 +13256,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/locate", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/locate" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-locate" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-locate" } }, "locate": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-locate//:locate", - "name": "ape~1.0.0-beta.6~_repo_rules~locate" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-locate//:locate", + "name": "ape~1.0.0-beta.11~_repo_rules~locate" } }, "cosmos-logname": { @@ -12153,15 +13278,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/logname", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/logname" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-logname" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-logname" } }, "logname": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-logname//:logname", - "name": "ape~1.0.0-beta.6~_repo_rules~logname" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-logname//:logname", + "name": "ape~1.0.0-beta.11~_repo_rules~logname" } }, "cosmos-ls": { @@ -12175,15 +13300,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/ls", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/ls" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-ls" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-ls" } }, "ls": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-ls//:ls", - "name": "ape~1.0.0-beta.6~_repo_rules~ls" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-ls//:ls", + "name": "ape~1.0.0-beta.11~_repo_rules~ls" } }, "cosmos-lua": { @@ -12197,15 +13322,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/lua", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/lua" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-lua" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-lua" } }, "lua": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-lua//:lua", - "name": "ape~1.0.0-beta.6~_repo_rules~lua" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-lua//:lua", + "name": "ape~1.0.0-beta.11~_repo_rules~lua" } }, "cosmos-lz4": { @@ -12219,15 +13344,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/lz4", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/lz4" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-lz4" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-lz4" } }, "lz4": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-lz4//:lz4", - "name": "ape~1.0.0-beta.6~_repo_rules~lz4" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-lz4//:lz4", + "name": "ape~1.0.0-beta.11~_repo_rules~lz4" } }, "cosmos-make": { @@ -12241,15 +13366,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/make", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/make" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-make" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-make" } }, "make": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-make//:make", - "name": "ape~1.0.0-beta.6~_repo_rules~make" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-make//:make", + "name": "ape~1.0.0-beta.11~_repo_rules~make" } }, "cosmos-md5sum": { @@ -12263,15 +13388,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/md5sum", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/md5sum" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-md5sum" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-md5sum" } }, "md5sum": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-md5sum//:md5sum", - "name": "ape~1.0.0-beta.6~_repo_rules~md5sum" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-md5sum//:md5sum", + "name": "ape~1.0.0-beta.11~_repo_rules~md5sum" } }, "cosmos-mkfifo": { @@ -12285,15 +13410,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/mkfifo", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/mkfifo" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-mkfifo" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-mkfifo" } }, "mkfifo": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-mkfifo//:mkfifo", - "name": "ape~1.0.0-beta.6~_repo_rules~mkfifo" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-mkfifo//:mkfifo", + "name": "ape~1.0.0-beta.11~_repo_rules~mkfifo" } }, "cosmos-mknod": { @@ -12307,15 +13432,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/mknod", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/mknod" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-mknod" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-mknod" } }, "mknod": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-mknod//:mknod", - "name": "ape~1.0.0-beta.6~_repo_rules~mknod" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-mknod//:mknod", + "name": "ape~1.0.0-beta.11~_repo_rules~mknod" } }, "cosmos-mktemp": { @@ -12329,15 +13454,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/mktemp", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/mktemp" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-mktemp" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-mktemp" } }, "mktemp": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-mktemp//:mktemp", - "name": "ape~1.0.0-beta.6~_repo_rules~mktemp" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-mktemp//:mktemp", + "name": "ape~1.0.0-beta.11~_repo_rules~mktemp" } }, "cosmos-mktemper": { @@ -12351,15 +13476,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/mktemper", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/mktemper" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-mktemper" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-mktemper" } }, "mktemper": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-mktemper//:mktemper", - "name": "ape~1.0.0-beta.6~_repo_rules~mktemper" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-mktemper//:mktemper", + "name": "ape~1.0.0-beta.11~_repo_rules~mktemper" } }, "cosmos-nano": { @@ -12373,15 +13498,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/nano", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/nano" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-nano" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-nano" } }, "nano": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-nano//:nano", - "name": "ape~1.0.0-beta.6~_repo_rules~nano" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-nano//:nano", + "name": "ape~1.0.0-beta.11~_repo_rules~nano" } }, "cosmos-nesemu1": { @@ -12395,15 +13520,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/nesemu1", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/nesemu1" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-nesemu1" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-nesemu1" } }, "nesemu1": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-nesemu1//:nesemu1", - "name": "ape~1.0.0-beta.6~_repo_rules~nesemu1" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-nesemu1//:nesemu1", + "name": "ape~1.0.0-beta.11~_repo_rules~nesemu1" } }, "cosmos-nice": { @@ -12417,15 +13542,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/nice", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/nice" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-nice" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-nice" } }, "nice": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-nice//:nice", - "name": "ape~1.0.0-beta.6~_repo_rules~nice" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-nice//:nice", + "name": "ape~1.0.0-beta.11~_repo_rules~nice" } }, "cosmos-ninja": { @@ -12439,15 +13564,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/ninja", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/ninja" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-ninja" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-ninja" } }, "ninja": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-ninja//:ninja", - "name": "ape~1.0.0-beta.6~_repo_rules~ninja" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-ninja//:ninja", + "name": "ape~1.0.0-beta.11~_repo_rules~ninja" } }, "cosmos-nl": { @@ -12461,15 +13586,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/nl", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/nl" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-nl" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-nl" } }, "nl": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-nl//:nl", - "name": "ape~1.0.0-beta.6~_repo_rules~nl" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-nl//:nl", + "name": "ape~1.0.0-beta.11~_repo_rules~nl" } }, "cosmos-nohup": { @@ -12483,15 +13608,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/nohup", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/nohup" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-nohup" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-nohup" } }, "nohup": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-nohup//:nohup", - "name": "ape~1.0.0-beta.6~_repo_rules~nohup" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-nohup//:nohup", + "name": "ape~1.0.0-beta.11~_repo_rules~nohup" } }, "cosmos-nproc": { @@ -12505,15 +13630,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/nproc", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/nproc" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-nproc" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-nproc" } }, "nproc": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-nproc//:nproc", - "name": "ape~1.0.0-beta.6~_repo_rules~nproc" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-nproc//:nproc", + "name": "ape~1.0.0-beta.11~_repo_rules~nproc" } }, "cosmos-numfmt": { @@ -12527,15 +13652,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/numfmt", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/numfmt" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-numfmt" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-numfmt" } }, "numfmt": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-numfmt//:numfmt", - "name": "ape~1.0.0-beta.6~_repo_rules~numfmt" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-numfmt//:numfmt", + "name": "ape~1.0.0-beta.11~_repo_rules~numfmt" } }, "cosmos-od": { @@ -12549,15 +13674,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/od", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/od" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-od" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-od" } }, "od": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-od//:od", - "name": "ape~1.0.0-beta.6~_repo_rules~od" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-od//:od", + "name": "ape~1.0.0-beta.11~_repo_rules~od" } }, "cosmos-paste": { @@ -12571,15 +13696,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/paste", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/paste" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-paste" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-paste" } }, "paste": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-paste//:paste", - "name": "ape~1.0.0-beta.6~_repo_rules~paste" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-paste//:paste", + "name": "ape~1.0.0-beta.11~_repo_rules~paste" } }, "cosmos-patch": { @@ -12593,15 +13718,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/patch", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/patch" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-patch" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-patch" } }, "patch": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-patch//:patch", - "name": "ape~1.0.0-beta.6~_repo_rules~patch" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-patch//:patch", + "name": "ape~1.0.0-beta.11~_repo_rules~patch" } }, "cosmos-pathchk": { @@ -12615,37 +13740,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/pathchk", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/pathchk" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-pathchk" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-pathchk" } }, "pathchk": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", - "ruleClassName": "entrypoint", - "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-pathchk//:pathchk", - "name": "ape~1.0.0-beta.6~_repo_rules~pathchk" - } - }, - "cosmos-pigz": { - "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", - "ruleClassName": "file", - "attributes": { - "executable": true, - "integrity": "sha256-pvWipO8MGunU157lNj5pkNwMwDYSUFjtx7nWoNxBDw8=", - "output": "pigz", - "urls": [ - "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/pigz", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/pigz" - ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-pigz" - } - }, - "pigz": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-pigz//:pigz", - "name": "ape~1.0.0-beta.6~_repo_rules~pigz" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-pathchk//:pathchk", + "name": "ape~1.0.0-beta.11~_repo_rules~pathchk" } }, "cosmos-pinky": { @@ -12659,15 +13762,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/pinky", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/pinky" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-pinky" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-pinky" } }, "pinky": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-pinky//:pinky", - "name": "ape~1.0.0-beta.6~_repo_rules~pinky" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-pinky//:pinky", + "name": "ape~1.0.0-beta.11~_repo_rules~pinky" } }, "cosmos-pledge": { @@ -12681,15 +13784,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/pledge", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/pledge" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-pledge" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-pledge" } }, "pledge": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-pledge//:pledge", - "name": "ape~1.0.0-beta.6~_repo_rules~pledge" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-pledge//:pledge", + "name": "ape~1.0.0-beta.11~_repo_rules~pledge" } }, "cosmos-pr": { @@ -12703,15 +13806,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/pr", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/pr" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-pr" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-pr" } }, "pr": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-pr//:pr", - "name": "ape~1.0.0-beta.6~_repo_rules~pr" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-pr//:pr", + "name": "ape~1.0.0-beta.11~_repo_rules~pr" } }, "cosmos-printenv": { @@ -12725,15 +13828,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/printenv", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/printenv" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-printenv" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-printenv" } }, "printenv": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-printenv//:printenv", - "name": "ape~1.0.0-beta.6~_repo_rules~printenv" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-printenv//:printenv", + "name": "ape~1.0.0-beta.11~_repo_rules~printenv" } }, "cosmos-printimage": { @@ -12747,15 +13850,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/printimage", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/printimage" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-printimage" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-printimage" } }, "printimage": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-printimage//:printimage", - "name": "ape~1.0.0-beta.6~_repo_rules~printimage" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-printimage//:printimage", + "name": "ape~1.0.0-beta.11~_repo_rules~printimage" } }, "cosmos-ptx": { @@ -12769,15 +13872,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/ptx", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/ptx" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-ptx" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-ptx" } }, "ptx": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-ptx//:ptx", - "name": "ape~1.0.0-beta.6~_repo_rules~ptx" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-ptx//:ptx", + "name": "ape~1.0.0-beta.11~_repo_rules~ptx" } }, "cosmos-pwd": { @@ -12791,15 +13894,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/pwd", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/pwd" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-pwd" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-pwd" } }, "pwd": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-pwd//:pwd", - "name": "ape~1.0.0-beta.6~_repo_rules~pwd" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-pwd//:pwd", + "name": "ape~1.0.0-beta.11~_repo_rules~pwd" } }, "cosmos-pypack1": { @@ -12813,15 +13916,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/pypack1", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/pypack1" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-pypack1" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-pypack1" } }, "pypack1": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-pypack1//:pypack1", - "name": "ape~1.0.0-beta.6~_repo_rules~pypack1" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-pypack1//:pypack1", + "name": "ape~1.0.0-beta.11~_repo_rules~pypack1" } }, "cosmos-python": { @@ -12835,15 +13938,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/python", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/python" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-python" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-python" } }, "python": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-python//:python", - "name": "ape~1.0.0-beta.6~_repo_rules~python" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-python//:python", + "name": "ape~1.0.0-beta.11~_repo_rules~python" } }, "cosmos-qjs": { @@ -12857,15 +13960,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/qjs", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/qjs" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-qjs" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-qjs" } }, "qjs": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-qjs//:qjs", - "name": "ape~1.0.0-beta.6~_repo_rules~qjs" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-qjs//:qjs", + "name": "ape~1.0.0-beta.11~_repo_rules~qjs" } }, "cosmos-readlink": { @@ -12879,15 +13982,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/readlink", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/readlink" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-readlink" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-readlink" } }, "readlink": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-readlink//:readlink", - "name": "ape~1.0.0-beta.6~_repo_rules~readlink" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-readlink//:readlink", + "name": "ape~1.0.0-beta.11~_repo_rules~readlink" } }, "cosmos-realpath": { @@ -12901,15 +14004,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/realpath", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/realpath" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-realpath" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-realpath" } }, "realpath": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-realpath//:realpath", - "name": "ape~1.0.0-beta.6~_repo_rules~realpath" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-realpath//:realpath", + "name": "ape~1.0.0-beta.11~_repo_rules~realpath" } }, "cosmos-redbean": { @@ -12923,15 +14026,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/redbean", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/redbean" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-redbean" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-redbean" } }, "redbean": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-redbean//:redbean", - "name": "ape~1.0.0-beta.6~_repo_rules~redbean" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-redbean//:redbean", + "name": "ape~1.0.0-beta.11~_repo_rules~redbean" } }, "cosmos-rmdir": { @@ -12945,15 +14048,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/rmdir", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/rmdir" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-rmdir" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-rmdir" } }, "rmdir": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-rmdir//:rmdir", - "name": "ape~1.0.0-beta.6~_repo_rules~rmdir" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-rmdir//:rmdir", + "name": "ape~1.0.0-beta.11~_repo_rules~rmdir" } }, "cosmos-rsync": { @@ -12967,15 +14070,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/rsync", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/rsync" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-rsync" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-rsync" } }, "rsync": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-rsync//:rsync", - "name": "ape~1.0.0-beta.6~_repo_rules~rsync" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-rsync//:rsync", + "name": "ape~1.0.0-beta.11~_repo_rules~rsync" } }, "cosmos-runcon": { @@ -12989,15 +14092,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/runcon", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/runcon" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-runcon" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-runcon" } }, "runcon": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-runcon//:runcon", - "name": "ape~1.0.0-beta.6~_repo_rules~runcon" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-runcon//:runcon", + "name": "ape~1.0.0-beta.11~_repo_rules~runcon" } }, "cosmos-script": { @@ -13011,15 +14114,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/script", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/script" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-script" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-script" } }, "script": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-script//:script", - "name": "ape~1.0.0-beta.6~_repo_rules~script" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-script//:script", + "name": "ape~1.0.0-beta.11~_repo_rules~script" } }, "cosmos-sdiff": { @@ -13033,15 +14136,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sdiff", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sdiff" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-sdiff" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-sdiff" } }, "sdiff": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-sdiff//:sdiff", - "name": "ape~1.0.0-beta.6~_repo_rules~sdiff" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-sdiff//:sdiff", + "name": "ape~1.0.0-beta.11~_repo_rules~sdiff" } }, "cosmos-sed": { @@ -13055,15 +14158,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sed", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sed" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-sed" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-sed" } }, "sed": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-sed//:sed", - "name": "ape~1.0.0-beta.6~_repo_rules~sed" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-sed//:sed", + "name": "ape~1.0.0-beta.11~_repo_rules~sed" } }, "cosmos-seq": { @@ -13077,15 +14180,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/seq", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/seq" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-seq" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-seq" } }, "seq": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-seq//:seq", - "name": "ape~1.0.0-beta.6~_repo_rules~seq" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-seq//:seq", + "name": "ape~1.0.0-beta.11~_repo_rules~seq" } }, "cosmos-sha1sum": { @@ -13099,15 +14202,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sha1sum", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sha1sum" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-sha1sum" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-sha1sum" } }, "sha1sum": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-sha1sum//:sha1sum", - "name": "ape~1.0.0-beta.6~_repo_rules~sha1sum" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-sha1sum//:sha1sum", + "name": "ape~1.0.0-beta.11~_repo_rules~sha1sum" } }, "cosmos-sha224sum": { @@ -13121,15 +14224,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sha224sum", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sha224sum" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-sha224sum" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-sha224sum" } }, "sha224sum": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-sha224sum//:sha224sum", - "name": "ape~1.0.0-beta.6~_repo_rules~sha224sum" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-sha224sum//:sha224sum", + "name": "ape~1.0.0-beta.11~_repo_rules~sha224sum" } }, "cosmos-sha256sum": { @@ -13143,15 +14246,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sha256sum", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sha256sum" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-sha256sum" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-sha256sum" } }, "sha256sum": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-sha256sum//:sha256sum", - "name": "ape~1.0.0-beta.6~_repo_rules~sha256sum" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-sha256sum//:sha256sum", + "name": "ape~1.0.0-beta.11~_repo_rules~sha256sum" } }, "cosmos-sha384sum": { @@ -13165,15 +14268,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sha384sum", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sha384sum" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-sha384sum" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-sha384sum" } }, "sha384sum": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-sha384sum//:sha384sum", - "name": "ape~1.0.0-beta.6~_repo_rules~sha384sum" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-sha384sum//:sha384sum", + "name": "ape~1.0.0-beta.11~_repo_rules~sha384sum" } }, "cosmos-sha512sum": { @@ -13187,15 +14290,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sha512sum", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sha512sum" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-sha512sum" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-sha512sum" } }, "sha512sum": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-sha512sum//:sha512sum", - "name": "ape~1.0.0-beta.6~_repo_rules~sha512sum" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-sha512sum//:sha512sum", + "name": "ape~1.0.0-beta.11~_repo_rules~sha512sum" } }, "cosmos-shred": { @@ -13209,15 +14312,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/shred", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/shred" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-shred" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-shred" } }, "shred": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-shred//:shred", - "name": "ape~1.0.0-beta.6~_repo_rules~shred" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-shred//:shred", + "name": "ape~1.0.0-beta.11~_repo_rules~shred" } }, "cosmos-shuf": { @@ -13231,15 +14334,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/shuf", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/shuf" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-shuf" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-shuf" } }, "shuf": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-shuf//:shuf", - "name": "ape~1.0.0-beta.6~_repo_rules~shuf" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-shuf//:shuf", + "name": "ape~1.0.0-beta.11~_repo_rules~shuf" } }, "cosmos-sleep": { @@ -13253,15 +14356,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sleep", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sleep" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-sleep" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-sleep" } }, "sleep": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-sleep//:sleep", - "name": "ape~1.0.0-beta.6~_repo_rules~sleep" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-sleep//:sleep", + "name": "ape~1.0.0-beta.11~_repo_rules~sleep" } }, "cosmos-sort": { @@ -13275,15 +14378,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sort", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sort" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-sort" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-sort" } }, "sort": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-sort//:sort", - "name": "ape~1.0.0-beta.6~_repo_rules~sort" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-sort//:sort", + "name": "ape~1.0.0-beta.11~_repo_rules~sort" } }, "cosmos-split": { @@ -13297,15 +14400,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/split", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/split" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-split" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-split" } }, "split": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-split//:split", - "name": "ape~1.0.0-beta.6~_repo_rules~split" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-split//:split", + "name": "ape~1.0.0-beta.11~_repo_rules~split" } }, "cosmos-sqlite3": { @@ -13319,15 +14422,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sqlite3", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sqlite3" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-sqlite3" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-sqlite3" } }, "sqlite3": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-sqlite3//:sqlite3", - "name": "ape~1.0.0-beta.6~_repo_rules~sqlite3" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-sqlite3//:sqlite3", + "name": "ape~1.0.0-beta.11~_repo_rules~sqlite3" } }, "cosmos-stat": { @@ -13341,15 +14444,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/stat", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/stat" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-stat" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-stat" } }, "stat": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-stat//:stat", - "name": "ape~1.0.0-beta.6~_repo_rules~stat" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-stat//:stat", + "name": "ape~1.0.0-beta.11~_repo_rules~stat" } }, "cosmos-stty": { @@ -13363,15 +14466,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/stty", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/stty" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-stty" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-stty" } }, "stty": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-stty//:stty", - "name": "ape~1.0.0-beta.6~_repo_rules~stty" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-stty//:stty", + "name": "ape~1.0.0-beta.11~_repo_rules~stty" } }, "cosmos-sum": { @@ -13385,15 +14488,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sum", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sum" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-sum" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-sum" } }, "sum": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-sum//:sum", - "name": "ape~1.0.0-beta.6~_repo_rules~sum" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-sum//:sum", + "name": "ape~1.0.0-beta.11~_repo_rules~sum" } }, "cosmos-sync": { @@ -13407,15 +14510,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/sync", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/sync" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-sync" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-sync" } }, "sync": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-sync//:sync", - "name": "ape~1.0.0-beta.6~_repo_rules~sync" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-sync//:sync", + "name": "ape~1.0.0-beta.11~_repo_rules~sync" } }, "cosmos-tac": { @@ -13429,15 +14532,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/tac", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/tac" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-tac" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-tac" } }, "tac": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-tac//:tac", - "name": "ape~1.0.0-beta.6~_repo_rules~tac" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-tac//:tac", + "name": "ape~1.0.0-beta.11~_repo_rules~tac" } }, "cosmos-tail": { @@ -13451,15 +14554,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/tail", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/tail" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-tail" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-tail" } }, "tail": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-tail//:tail", - "name": "ape~1.0.0-beta.6~_repo_rules~tail" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-tail//:tail", + "name": "ape~1.0.0-beta.11~_repo_rules~tail" } }, "cosmos-tar": { @@ -13473,15 +14576,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/tar", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/tar" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-tar" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-tar" } }, "tar": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-tar//:tar", - "name": "ape~1.0.0-beta.6~_repo_rules~tar" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-tar//:tar", + "name": "ape~1.0.0-beta.11~_repo_rules~tar" } }, "cosmos-tee": { @@ -13495,15 +14598,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/tee", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/tee" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-tee" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-tee" } }, "tee": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-tee//:tee", - "name": "ape~1.0.0-beta.6~_repo_rules~tee" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-tee//:tee", + "name": "ape~1.0.0-beta.11~_repo_rules~tee" } }, "cosmos-test": { @@ -13517,15 +14620,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/test", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/test" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-test" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-test" } }, "test": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-test//:test", - "name": "ape~1.0.0-beta.6~_repo_rules~test" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-test//:test", + "name": "ape~1.0.0-beta.11~_repo_rules~test" } }, "cosmos-tidy": { @@ -13539,15 +14642,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/tidy", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/tidy" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-tidy" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-tidy" } }, "tidy": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-tidy//:tidy", - "name": "ape~1.0.0-beta.6~_repo_rules~tidy" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-tidy//:tidy", + "name": "ape~1.0.0-beta.11~_repo_rules~tidy" } }, "cosmos-timeout": { @@ -13561,15 +14664,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/timeout", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/timeout" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-timeout" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-timeout" } }, "timeout": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-timeout//:timeout", - "name": "ape~1.0.0-beta.6~_repo_rules~timeout" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-timeout//:timeout", + "name": "ape~1.0.0-beta.11~_repo_rules~timeout" } }, "cosmos-tmux": { @@ -13583,15 +14686,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/tmux", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/tmux" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-tmux" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-tmux" } }, "tmux": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-tmux//:tmux", - "name": "ape~1.0.0-beta.6~_repo_rules~tmux" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-tmux//:tmux", + "name": "ape~1.0.0-beta.11~_repo_rules~tmux" } }, "cosmos-touch": { @@ -13605,15 +14708,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/touch", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/touch" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-touch" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-touch" } }, "touch": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-touch//:touch", - "name": "ape~1.0.0-beta.6~_repo_rules~touch" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-touch//:touch", + "name": "ape~1.0.0-beta.11~_repo_rules~touch" } }, "cosmos-tr": { @@ -13627,15 +14730,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/tr", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/tr" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-tr" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-tr" } }, "tr": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-tr//:tr", - "name": "ape~1.0.0-beta.6~_repo_rules~tr" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-tr//:tr", + "name": "ape~1.0.0-beta.11~_repo_rules~tr" } }, "cosmos-tree": { @@ -13649,15 +14752,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/tree", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/tree" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-tree" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-tree" } }, "tree": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-tree//:tree", - "name": "ape~1.0.0-beta.6~_repo_rules~tree" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-tree//:tree", + "name": "ape~1.0.0-beta.11~_repo_rules~tree" } }, "cosmos-true": { @@ -13671,15 +14774,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/true", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/true" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-true" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-true" } }, "true": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-true//:true", - "name": "ape~1.0.0-beta.6~_repo_rules~true" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-true//:true", + "name": "ape~1.0.0-beta.11~_repo_rules~true" } }, "cosmos-truncate": { @@ -13693,15 +14796,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/truncate", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/truncate" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-truncate" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-truncate" } }, "truncate": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-truncate//:truncate", - "name": "ape~1.0.0-beta.6~_repo_rules~truncate" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-truncate//:truncate", + "name": "ape~1.0.0-beta.11~_repo_rules~truncate" } }, "cosmos-tsort": { @@ -13715,15 +14818,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/tsort", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/tsort" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-tsort" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-tsort" } }, "tsort": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-tsort//:tsort", - "name": "ape~1.0.0-beta.6~_repo_rules~tsort" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-tsort//:tsort", + "name": "ape~1.0.0-beta.11~_repo_rules~tsort" } }, "cosmos-tty": { @@ -13737,15 +14840,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/tty", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/tty" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-tty" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-tty" } }, "tty": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-tty//:tty", - "name": "ape~1.0.0-beta.6~_repo_rules~tty" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-tty//:tty", + "name": "ape~1.0.0-beta.11~_repo_rules~tty" } }, "cosmos-ttyinfo": { @@ -13759,15 +14862,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/ttyinfo", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/ttyinfo" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-ttyinfo" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-ttyinfo" } }, "ttyinfo": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-ttyinfo//:ttyinfo", - "name": "ape~1.0.0-beta.6~_repo_rules~ttyinfo" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-ttyinfo//:ttyinfo", + "name": "ape~1.0.0-beta.11~_repo_rules~ttyinfo" } }, "cosmos-unbourne": { @@ -13781,15 +14884,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/unbourne", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/unbourne" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-unbourne" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-unbourne" } }, "unbourne": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-unbourne//:unbourne", - "name": "ape~1.0.0-beta.6~_repo_rules~unbourne" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-unbourne//:unbourne", + "name": "ape~1.0.0-beta.11~_repo_rules~unbourne" } }, "cosmos-unexpand": { @@ -13803,15 +14906,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/unexpand", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/unexpand" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-unexpand" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-unexpand" } }, "unexpand": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-unexpand//:unexpand", - "name": "ape~1.0.0-beta.6~_repo_rules~unexpand" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-unexpand//:unexpand", + "name": "ape~1.0.0-beta.11~_repo_rules~unexpand" } }, "cosmos-uniq": { @@ -13825,15 +14928,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/uniq", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/uniq" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-uniq" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-uniq" } }, "uniq": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-uniq//:uniq", - "name": "ape~1.0.0-beta.6~_repo_rules~uniq" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-uniq//:uniq", + "name": "ape~1.0.0-beta.11~_repo_rules~uniq" } }, "cosmos-unlink": { @@ -13847,15 +14950,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/unlink", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/unlink" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-unlink" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-unlink" } }, "unlink": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-unlink//:unlink", - "name": "ape~1.0.0-beta.6~_repo_rules~unlink" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-unlink//:unlink", + "name": "ape~1.0.0-beta.11~_repo_rules~unlink" } }, "cosmos-unzip": { @@ -13869,15 +14972,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/unzip", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/unzip" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-unzip" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-unzip" } }, "unzip": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-unzip//:unzip", - "name": "ape~1.0.0-beta.6~_repo_rules~unzip" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-unzip//:unzip", + "name": "ape~1.0.0-beta.11~_repo_rules~unzip" } }, "cosmos-uptime": { @@ -13891,15 +14994,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/uptime", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/uptime" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-uptime" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-uptime" } }, "uptime": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-uptime//:uptime", - "name": "ape~1.0.0-beta.6~_repo_rules~uptime" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-uptime//:uptime", + "name": "ape~1.0.0-beta.11~_repo_rules~uptime" } }, "cosmos-users": { @@ -13913,15 +15016,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/users", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/users" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-users" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-users" } }, "users": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-users//:users", - "name": "ape~1.0.0-beta.6~_repo_rules~users" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-users//:users", + "name": "ape~1.0.0-beta.11~_repo_rules~users" } }, "cosmos-vdir": { @@ -13935,15 +15038,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/vdir", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/vdir" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-vdir" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-vdir" } }, "vdir": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-vdir//:vdir", - "name": "ape~1.0.0-beta.6~_repo_rules~vdir" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-vdir//:vdir", + "name": "ape~1.0.0-beta.11~_repo_rules~vdir" } }, "cosmos-verynice": { @@ -13957,15 +15060,15 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/verynice", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/verynice" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-verynice" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-verynice" } }, "verynice": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-verynice//:verynice", - "name": "ape~1.0.0-beta.6~_repo_rules~verynice" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-verynice//:verynice", + "name": "ape~1.0.0-beta.11~_repo_rules~verynice" } }, "cosmos-vim": { @@ -13979,257 +15082,499 @@ "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/vim", "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/vim" ], - "name": "ape~1.0.0-beta.6~_repo_rules~cosmos-vim" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-vim" + } + }, + "vim": { + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", + "ruleClassName": "entrypoint", + "attributes": { + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-vim//:vim", + "name": "ape~1.0.0-beta.11~_repo_rules~vim" + } + }, + "cosmos-wall": { + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", + "ruleClassName": "file", + "attributes": { + "executable": true, + "integrity": "sha256-Fx/k6dM6iCdaKuC56Q2QoxhMcC0LaHacZRfT+EWTHHA=", + "output": "wall", + "urls": [ + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/wall", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/wall" + ], + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-wall" + } + }, + "wall": { + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", + "ruleClassName": "entrypoint", + "attributes": { + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-wall//:wall", + "name": "ape~1.0.0-beta.11~_repo_rules~wall" + } + }, + "cosmos-wc": { + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", + "ruleClassName": "file", + "attributes": { + "executable": true, + "integrity": "sha256-XRpXEGIZ/9Ow5IrHP+dbo5dc1hHqKZ1ewqJLM1CX9bg=", + "output": "wc", + "urls": [ + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/wc", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/wc" + ], + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-wc" + } + }, + "wc": { + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", + "ruleClassName": "entrypoint", + "attributes": { + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-wc//:wc", + "name": "ape~1.0.0-beta.11~_repo_rules~wc" + } + }, + "cosmos-wget": { + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", + "ruleClassName": "file", + "attributes": { + "executable": true, + "integrity": "sha256-CHZFKvpbmc5AmpkazKk0H0MeYE8wTl7aANjbU9NKDb0=", + "output": "wget", + "urls": [ + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/wget", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/wget" + ], + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-wget" + } + }, + "wget": { + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", + "ruleClassName": "entrypoint", + "attributes": { + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-wget//:wget", + "name": "ape~1.0.0-beta.11~_repo_rules~wget" + } + }, + "cosmos-who": { + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", + "ruleClassName": "file", + "attributes": { + "executable": true, + "integrity": "sha256-W+CBIPsR2NBc6xXbom6zyzNCvHKmE+py/iGlX5ewNok=", + "output": "who", + "urls": [ + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/who", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/who" + ], + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-who" + } + }, + "who": { + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", + "ruleClassName": "entrypoint", + "attributes": { + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-who//:who", + "name": "ape~1.0.0-beta.11~_repo_rules~who" + } + }, + "cosmos-whoami": { + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", + "ruleClassName": "file", + "attributes": { + "executable": true, + "integrity": "sha256-yjAXVvBgVSkLRpNve2AC9srTCSdieNLjh63wFpgxM88=", + "output": "whoami", + "urls": [ + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/whoami", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/whoami" + ], + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-whoami" + } + }, + "whoami": { + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", + "ruleClassName": "entrypoint", + "attributes": { + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-whoami//:whoami", + "name": "ape~1.0.0-beta.11~_repo_rules~whoami" + } + }, + "cosmos-xargs": { + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", + "ruleClassName": "file", + "attributes": { + "executable": true, + "integrity": "sha256-A34zn2hiDh2xMdPY82s1ghm/xzDUEXqxy6IVqOJv9vY=", + "output": "xargs", + "urls": [ + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/xargs", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/xargs" + ], + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-xargs" + } + }, + "xargs": { + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", + "ruleClassName": "entrypoint", + "attributes": { + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-xargs//:xargs", + "name": "ape~1.0.0-beta.11~_repo_rules~xargs" + } + }, + "cosmos-xz": { + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", + "ruleClassName": "file", + "attributes": { + "executable": true, + "integrity": "sha256-84VVLEvkMFVKsNTKX8IZ90XAqebHofJ4bsy3J3f+Xe0=", + "output": "xz", + "urls": [ + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/xz", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/xz" + ], + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-xz" + } + }, + "xz": { + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", + "ruleClassName": "entrypoint", + "attributes": { + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-xz//:xz", + "name": "ape~1.0.0-beta.11~_repo_rules~xz" + } + }, + "cosmos-yes": { + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", + "ruleClassName": "file", + "attributes": { + "executable": true, + "integrity": "sha256-J+N2zXEIyM9SF5Xqmpye6hISJi40Xj8343AQUL9jOiI=", + "output": "yes", + "urls": [ + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/yes", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/yes" + ], + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-yes" + } + }, + "yes": { + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", + "ruleClassName": "entrypoint", + "attributes": { + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-yes//:yes", + "name": "ape~1.0.0-beta.11~_repo_rules~yes" + } + }, + "cosmos-zip": { + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", + "ruleClassName": "file", + "attributes": { + "executable": true, + "integrity": "sha256-hxobwz7sl7w+NmS45mBoFd0sVSQ3haPeoPW5S7WBUN8=", + "output": "zip", + "urls": [ + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/zip", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/zip" + ], + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-zip" + } + }, + "zip": { + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", + "ruleClassName": "entrypoint", + "attributes": { + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-zip//:zip", + "name": "ape~1.0.0-beta.11~_repo_rules~zip" + } + }, + "cosmos-zsh": { + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", + "ruleClassName": "file", + "attributes": { + "executable": true, + "integrity": "sha256-zYH33XZzUvk6v5DiLKe5lKTKx0IsRW7zJWIeQmhM0f4=", + "output": "zsh", + "urls": [ + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/zsh", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/zsh" + ], + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-zsh" + } + }, + "zsh": { + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", + "ruleClassName": "entrypoint", + "attributes": { + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-zsh//:zsh", + "name": "ape~1.0.0-beta.11~_repo_rules~zsh" + } + }, + "cosmos-zstd": { + "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", + "ruleClassName": "file", + "attributes": { + "executable": true, + "integrity": "sha256-UQRCbSiHGWmBr2qsbnsCGQjIyhZG2ilfx9Iyxv6KbzQ=", + "output": "zstd", + "urls": [ + "https://gitlab.arm.com/api/v4/projects/bazel%2Fape/packages/generic/cosmo.zip/3.3.1/zstd", + "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/zstd" + ], + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-zstd" } }, - "vim": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "zstd": { + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-vim//:vim", - "name": "ape~1.0.0-beta.6~_repo_rules~vim" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-zstd//:zstd", + "name": "ape~1.0.0-beta.11~_repo_rules~zstd" } }, - "cosmos-wall": { + "cosmos-chmod": { "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-Fx/k6dM6iCdaKuC56Q2QoxhMcC0LaHacZRfT+EWTHHA=", - "output": "wall", + "integrity": "sha256-wr8yeoXHPf1zaytyG67uZFGXXr2P/EQfBDX2BXSEzg8=", + "output": "chmod", "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" + "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-beta.6~_repo_rules~cosmos-wall" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-chmod" } }, - "wall": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "chmod": { + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-wall//:wall", - "name": "ape~1.0.0-beta.6~_repo_rules~wall" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-chmod//:chmod", + "name": "ape~1.0.0-beta.11~_repo_rules~chmod" } }, - "cosmos-wc": { + "cosmos-cp": { "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-XRpXEGIZ/9Ow5IrHP+dbo5dc1hHqKZ1ewqJLM1CX9bg=", - "output": "wc", + "integrity": "sha256-uGcAdLFNsJ2iRWGfWkNvDDy8tq8ZuILOxPSsYAbRRWQ=", + "output": "cp", "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" + "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": "ape~1.0.0-beta.6~_repo_rules~cosmos-wc" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-cp" } }, - "wc": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "cp": { + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-wc//:wc", - "name": "ape~1.0.0-beta.6~_repo_rules~wc" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-cp//:cp", + "name": "ape~1.0.0-beta.11~_repo_rules~cp" } }, - "cosmos-wget": { + "cosmos-dd": { "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-CHZFKvpbmc5AmpkazKk0H0MeYE8wTl7aANjbU9NKDb0=", - "output": "wget", + "integrity": "sha256-YcnILuHRDjt0KO1eK92RWERJ/kINYz984lmfSZxubFU=", + "output": "dd", "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" + "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-beta.6~_repo_rules~cosmos-wget" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-dd" } }, - "wget": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "dd": { + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-wget//:wget", - "name": "ape~1.0.0-beta.6~_repo_rules~wget" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-dd//:dd", + "name": "ape~1.0.0-beta.11~_repo_rules~dd" } }, - "cosmos-who": { + "cosmos-echo": { "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-W+CBIPsR2NBc6xXbom6zyzNCvHKmE+py/iGlX5ewNok=", - "output": "who", + "integrity": "sha256-Fq/mSx5iToZAUnUol34WY2hpxCJQniM6ZiKtxAzfAMM=", + "output": "echo", "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" + "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.6~_repo_rules~cosmos-who" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-echo" } }, - "who": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "echo": { + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-who//:who", - "name": "ape~1.0.0-beta.6~_repo_rules~who" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-echo//:echo", + "name": "ape~1.0.0-beta.11~_repo_rules~echo" } }, - "cosmos-whoami": { + "cosmos-gzip": { "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-yjAXVvBgVSkLRpNve2AC9srTCSdieNLjh63wFpgxM88=", - "output": "whoami", + "integrity": "sha256-fLhh2zULCabpmmthArIDpQvaYKc3LPPSCct4+/6wBSw=", + "output": "gzip", "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" + "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.6~_repo_rules~cosmos-whoami" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-gzip" } }, - "whoami": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "gzip": { + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-whoami//:whoami", - "name": "ape~1.0.0-beta.6~_repo_rules~whoami" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-gzip//:gzip", + "name": "ape~1.0.0-beta.11~_repo_rules~gzip" } }, - "cosmos-xargs": { + "cosmos-mkdir": { "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-A34zn2hiDh2xMdPY82s1ghm/xzDUEXqxy6IVqOJv9vY=", - "output": "xargs", + "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/xargs", - "https://cosmo.zip/pub/cosmos/v/3.3.1/bin/xargs" + "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.6~_repo_rules~cosmos-xargs" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-mkdir" } }, - "xargs": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "mkdir": { + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-xargs//:xargs", - "name": "ape~1.0.0-beta.6~_repo_rules~xargs" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-mkdir//:mkdir", + "name": "ape~1.0.0-beta.11~_repo_rules~mkdir" } }, - "cosmos-xz": { + "cosmos-mv": { "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-84VVLEvkMFVKsNTKX8IZ90XAqebHofJ4bsy3J3f+Xe0=", - "output": "xz", + "integrity": "sha256-jB7HYOKnprY6cyRiHpToKrGKW4cPID7gVUXWYi1tmlM=", + "output": "mv", "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" + "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.6~_repo_rules~cosmos-xz" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-mv" } }, - "xz": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "mv": { + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-xz//:xz", - "name": "ape~1.0.0-beta.6~_repo_rules~xz" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-mv//:mv", + "name": "ape~1.0.0-beta.11~_repo_rules~mv" } }, - "cosmos-yes": { + "cosmos-printf": { "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-J+N2zXEIyM9SF5Xqmpye6hISJi40Xj8343AQUL9jOiI=", - "output": "yes", + "integrity": "sha256-lES1AJ1YXEsQN8At0yZvM5w0JGsJbfN8jGeb+n3i688=", + "output": "printf", "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" + "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.6~_repo_rules~cosmos-yes" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-printf" } }, - "yes": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "printf": { + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-yes//:yes", - "name": "ape~1.0.0-beta.6~_repo_rules~yes" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-printf//:printf", + "name": "ape~1.0.0-beta.11~_repo_rules~printf" } }, - "cosmos-zip": { + "cosmos-rm": { "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-hxobwz7sl7w+NmS45mBoFd0sVSQ3haPeoPW5S7WBUN8=", - "output": "zip", + "integrity": "sha256-pqJTHikQR3b1pSwEcvMaS4SVmHqqUP2k6jCeKSUtDI8=", + "output": "rm", "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" + "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.6~_repo_rules~cosmos-zip" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-rm" } }, - "zip": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "rm": { + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-zip//:zip", - "name": "ape~1.0.0-beta.6~_repo_rules~zip" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-rm//:rm", + "name": "ape~1.0.0-beta.11~_repo_rules~rm" } }, - "cosmos-zsh": { + "cosmos-uname": { "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-zYH33XZzUvk6v5DiLKe5lKTKx0IsRW7zJWIeQmhM0f4=", - "output": "zsh", + "integrity": "sha256-C3SggIVtotuyaYo/xQchyv0p8cQnXlyRyVAfnnDA+QU=", + "output": "uname", "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" + "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.6~_repo_rules~cosmos-zsh" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-uname" } }, - "zsh": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "uname": { + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-zsh//:zsh", - "name": "ape~1.0.0-beta.6~_repo_rules~zsh" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-uname//:uname", + "name": "ape~1.0.0-beta.11~_repo_rules~uname" } }, - "cosmos-zstd": { + "cosmos-pigz": { "bzlFile": "@@download_utils~1.0.0-beta.2//download/file:repository.bzl", "ruleClassName": "file", "attributes": { "executable": true, - "integrity": "sha256-UQRCbSiHGWmBr2qsbnsCGQjIyhZG2ilfx9Iyxv6KbzQ=", - "output": "zstd", + "integrity": "sha256-KReMrcHfifpjgxeb/k4WNl6ZtgJwfDIf9mTbcEldR0w=", + "output": "pigz", "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" + "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.6~_repo_rules~cosmos-zstd" + "name": "ape~1.0.0-beta.11~_repo_rules~cosmos-pigz" } }, - "zstd": { - "bzlFile": "@@ape~1.0.0-beta.6//ape/entrypoint:repository.bzl", + "pigz": { + "bzlFile": "@@ape~1.0.0-beta.11//ape/entrypoint:repository.bzl", "ruleClassName": "entrypoint", "attributes": { - "binary": "@@ape~1.0.0-beta.6~_repo_rules~cosmos-zstd//:zstd", - "name": "ape~1.0.0-beta.6~_repo_rules~zstd" + "binary": "@@ape~1.0.0-beta.11~_repo_rules~cosmos-pigz//:pigz", + "name": "ape~1.0.0-beta.11~_repo_rules~pigz" } } } @@ -14258,6 +15603,474 @@ } } }, + "@@aspect_bazel_lib~2.7.0//lib:extensions.bzl%toolchains": { + "general": { + "bzlTransitiveDigest": "xkCrElz5fQuBa39cTFFUicDgs1jDcoxP+48jsvXon4M=", + "accumulatedFileDigests": {}, + "envVariables": {}, + "generatedRepoSpecs": { + "expand_template_windows_amd64": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:expand_template_toolchain.bzl", + "ruleClassName": "expand_template_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~expand_template_windows_amd64", + "platform": "windows_amd64" + } + }, + "copy_to_directory_windows_amd64": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:copy_to_directory_toolchain.bzl", + "ruleClassName": "copy_to_directory_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~copy_to_directory_windows_amd64", + "platform": "windows_amd64" + } + }, + "jq_darwin_amd64": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:jq_toolchain.bzl", + "ruleClassName": "jq_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~jq_darwin_amd64", + "platform": "darwin_amd64", + "version": "1.7" + } + }, + "copy_to_directory_freebsd_amd64": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:copy_to_directory_toolchain.bzl", + "ruleClassName": "copy_to_directory_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~copy_to_directory_freebsd_amd64", + "platform": "freebsd_amd64" + } + }, + "expand_template_linux_amd64": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:expand_template_toolchain.bzl", + "ruleClassName": "expand_template_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~expand_template_linux_amd64", + "platform": "linux_amd64" + } + }, + "jq_linux_arm64": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:jq_toolchain.bzl", + "ruleClassName": "jq_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~jq_linux_arm64", + "platform": "linux_arm64", + "version": "1.7" + } + }, + "coreutils_darwin_arm64": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:coreutils_toolchain.bzl", + "ruleClassName": "coreutils_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~coreutils_darwin_arm64", + "platform": "darwin_arm64", + "version": "0.0.23" + } + }, + "copy_to_directory_linux_arm64": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:copy_to_directory_toolchain.bzl", + "ruleClassName": "copy_to_directory_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~copy_to_directory_linux_arm64", + "platform": "linux_arm64" + } + }, + "bsd_tar_linux_arm64": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:tar_toolchain.bzl", + "ruleClassName": "bsdtar_binary_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~bsd_tar_linux_arm64", + "platform": "linux_arm64" + } + }, + "copy_directory_darwin_amd64": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:copy_directory_toolchain.bzl", + "ruleClassName": "copy_directory_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~copy_directory_darwin_amd64", + "platform": "darwin_amd64" + } + }, + "coreutils_darwin_amd64": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:coreutils_toolchain.bzl", + "ruleClassName": "coreutils_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~coreutils_darwin_amd64", + "platform": "darwin_amd64", + "version": "0.0.23" + } + }, + "coreutils_linux_arm64": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:coreutils_toolchain.bzl", + "ruleClassName": "coreutils_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~coreutils_linux_arm64", + "platform": "linux_arm64", + "version": "0.0.23" + } + }, + "yq_linux_s390x": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:yq_toolchain.bzl", + "ruleClassName": "yq_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~yq_linux_s390x", + "platform": "linux_s390x", + "version": "4.25.2" + } + }, + "yq": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:yq_toolchain.bzl", + "ruleClassName": "yq_host_alias_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~yq" + } + }, + "expand_template_darwin_amd64": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:expand_template_toolchain.bzl", + "ruleClassName": "expand_template_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~expand_template_darwin_amd64", + "platform": "darwin_amd64" + } + }, + "copy_directory_linux_amd64": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:copy_directory_toolchain.bzl", + "ruleClassName": "copy_directory_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~copy_directory_linux_amd64", + "platform": "linux_amd64" + } + }, + "jq_darwin_arm64": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:jq_toolchain.bzl", + "ruleClassName": "jq_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~jq_darwin_arm64", + "platform": "darwin_arm64", + "version": "1.7" + } + }, + "yq_darwin_amd64": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:yq_toolchain.bzl", + "ruleClassName": "yq_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~yq_darwin_amd64", + "platform": "darwin_amd64", + "version": "4.25.2" + } + }, + "copy_directory_linux_arm64": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:copy_directory_toolchain.bzl", + "ruleClassName": "copy_directory_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~copy_directory_linux_arm64", + "platform": "linux_arm64" + } + }, + "expand_template_toolchains": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:expand_template_toolchain.bzl", + "ruleClassName": "expand_template_toolchains_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~expand_template_toolchains", + "user_repository_name": "expand_template" + } + }, + "bats_assert": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~bats_assert", + "sha256": "98ca3b685f8b8993e48ec057565e6e2abcc541034ed5b0e81f191505682037fd", + "urls": [ + "https://github.com/bats-core/bats-assert/archive/v2.1.0.tar.gz" + ], + "strip_prefix": "bats-assert-2.1.0", + "build_file_content": "load(\"@aspect_bazel_lib//lib:copy_to_directory.bzl\", \"copy_to_directory\")\n\ncopy_to_directory(\n name = \"assert\",\n hardlink = \"on\",\n srcs = glob([\n \"src/**\",\n \"load.bash\",\n ]),\n out = \"bats-assert\",\n visibility = [\"//visibility:public\"]\n)\n" + } + }, + "copy_to_directory_darwin_amd64": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:copy_to_directory_toolchain.bzl", + "ruleClassName": "copy_to_directory_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~copy_to_directory_darwin_amd64", + "platform": "darwin_amd64" + } + }, + "bsd_tar_linux_amd64": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:tar_toolchain.bzl", + "ruleClassName": "bsdtar_binary_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~bsd_tar_linux_amd64", + "platform": "linux_amd64" + } + }, + "yq_toolchains": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:yq_toolchain.bzl", + "ruleClassName": "yq_toolchains_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~yq_toolchains", + "user_repository_name": "yq" + } + }, + "bats_support": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~bats_support", + "sha256": "7815237aafeb42ddcc1b8c698fc5808026d33317d8701d5ec2396e9634e2918f", + "urls": [ + "https://github.com/bats-core/bats-support/archive/v0.3.0.tar.gz" + ], + "strip_prefix": "bats-support-0.3.0", + "build_file_content": "load(\"@aspect_bazel_lib//lib:copy_to_directory.bzl\", \"copy_to_directory\")\n\ncopy_to_directory(\n name = \"support\",\n hardlink = \"on\",\n srcs = glob([\n \"src/**\",\n \"load.bash\",\n ]),\n out = \"bats-support\",\n visibility = [\"//visibility:public\"]\n)\n" + } + }, + "bsd_tar_windows_amd64": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:tar_toolchain.bzl", + "ruleClassName": "bsdtar_binary_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~bsd_tar_windows_amd64", + "platform": "windows_amd64" + } + }, + "jq": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:jq_toolchain.bzl", + "ruleClassName": "jq_host_alias_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~jq" + } + }, + "expand_template_darwin_arm64": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:expand_template_toolchain.bzl", + "ruleClassName": "expand_template_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~expand_template_darwin_arm64", + "platform": "darwin_arm64" + } + }, + "bsd_tar_darwin_arm64": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:tar_toolchain.bzl", + "ruleClassName": "bsdtar_binary_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~bsd_tar_darwin_arm64", + "platform": "darwin_arm64" + } + }, + "copy_to_directory_linux_amd64": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:copy_to_directory_toolchain.bzl", + "ruleClassName": "copy_to_directory_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~copy_to_directory_linux_amd64", + "platform": "linux_amd64" + } + }, + "coreutils_linux_amd64": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:coreutils_toolchain.bzl", + "ruleClassName": "coreutils_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~coreutils_linux_amd64", + "platform": "linux_amd64", + "version": "0.0.23" + } + }, + "copy_directory_toolchains": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:copy_directory_toolchain.bzl", + "ruleClassName": "copy_directory_toolchains_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~copy_directory_toolchains", + "user_repository_name": "copy_directory" + } + }, + "yq_linux_amd64": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:yq_toolchain.bzl", + "ruleClassName": "yq_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~yq_linux_amd64", + "platform": "linux_amd64", + "version": "4.25.2" + } + }, + "copy_to_directory_darwin_arm64": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:copy_to_directory_toolchain.bzl", + "ruleClassName": "copy_to_directory_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~copy_to_directory_darwin_arm64", + "platform": "darwin_arm64" + } + }, + "coreutils_toolchains": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:coreutils_toolchain.bzl", + "ruleClassName": "coreutils_toolchains_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~coreutils_toolchains", + "user_repository_name": "coreutils" + } + }, + "copy_directory_freebsd_amd64": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:copy_directory_toolchain.bzl", + "ruleClassName": "copy_directory_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~copy_directory_freebsd_amd64", + "platform": "freebsd_amd64" + } + }, + "bats_file": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~bats_file", + "sha256": "9b69043241f3af1c2d251f89b4fcafa5df3f05e97b89db18d7c9bdf5731bb27a", + "urls": [ + "https://github.com/bats-core/bats-file/archive/v0.4.0.tar.gz" + ], + "strip_prefix": "bats-file-0.4.0", + "build_file_content": "load(\"@aspect_bazel_lib//lib:copy_to_directory.bzl\", \"copy_to_directory\")\n\ncopy_to_directory(\n name = \"file\",\n hardlink = \"on\",\n srcs = glob([\n \"src/**\",\n \"load.bash\",\n ]),\n out = \"bats-file\",\n visibility = [\"//visibility:public\"]\n)\n" + } + }, + "expand_template_linux_arm64": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:expand_template_toolchain.bzl", + "ruleClassName": "expand_template_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~expand_template_linux_arm64", + "platform": "linux_arm64" + } + }, + "jq_linux_amd64": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:jq_toolchain.bzl", + "ruleClassName": "jq_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~jq_linux_amd64", + "platform": "linux_amd64", + "version": "1.7" + } + }, + "bsd_tar_darwin_amd64": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:tar_toolchain.bzl", + "ruleClassName": "bsdtar_binary_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~bsd_tar_darwin_amd64", + "platform": "darwin_amd64" + } + }, + "bsd_tar_toolchains": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:tar_toolchain.bzl", + "ruleClassName": "tar_toolchains_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~bsd_tar_toolchains", + "user_repository_name": "bsd_tar" + } + }, + "bats_toolchains": { + "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", + "ruleClassName": "http_archive", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~bats_toolchains", + "sha256": "a1a9f7875aa4b6a9480ca384d5865f1ccf1b0b1faead6b47aa47d79709a5c5fd", + "urls": [ + "https://github.com/bats-core/bats-core/archive/v1.10.0.tar.gz" + ], + "strip_prefix": "bats-core-1.10.0", + "build_file_content": "load(\"@local_config_platform//:constraints.bzl\", \"HOST_CONSTRAINTS\")\nload(\"@aspect_bazel_lib//lib/private:bats_toolchain.bzl\", \"bats_toolchain\")\nload(\"@aspect_bazel_lib//lib:copy_to_directory.bzl\", \"copy_to_directory\")\n\ncopy_to_directory(\n name = \"core\",\n hardlink = \"on\",\n srcs = glob([\n \"lib/**\",\n \"libexec/**\"\n ]) + [\"bin/bats\"],\n out = \"bats-core\",\n)\n\nbats_toolchain(\n name = \"toolchain\",\n core = \":core\",\n libraries = [\"@bats_support//:support\", \"@bats_assert//:assert\", \"@bats_file//:file\"]\n)\n\ntoolchain(\n name = \"bats_toolchain\",\n exec_compatible_with = HOST_CONSTRAINTS,\n toolchain = \":toolchain\",\n toolchain_type = \"@aspect_bazel_lib//lib:bats_toolchain_type\",\n)\n" + } + }, + "yq_windows_amd64": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:yq_toolchain.bzl", + "ruleClassName": "yq_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~yq_windows_amd64", + "platform": "windows_amd64", + "version": "4.25.2" + } + }, + "jq_windows_amd64": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:jq_toolchain.bzl", + "ruleClassName": "jq_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~jq_windows_amd64", + "platform": "windows_amd64", + "version": "1.7" + } + }, + "expand_template_freebsd_amd64": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:expand_template_toolchain.bzl", + "ruleClassName": "expand_template_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~expand_template_freebsd_amd64", + "platform": "freebsd_amd64" + } + }, + "yq_linux_ppc64le": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:yq_toolchain.bzl", + "ruleClassName": "yq_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~yq_linux_ppc64le", + "platform": "linux_ppc64le", + "version": "4.25.2" + } + }, + "copy_to_directory_toolchains": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:copy_to_directory_toolchain.bzl", + "ruleClassName": "copy_to_directory_toolchains_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~copy_to_directory_toolchains", + "user_repository_name": "copy_to_directory" + } + }, + "jq_toolchains": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:jq_toolchain.bzl", + "ruleClassName": "jq_toolchains_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~jq_toolchains", + "user_repository_name": "jq" + } + }, + "copy_directory_darwin_arm64": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:copy_directory_toolchain.bzl", + "ruleClassName": "copy_directory_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~copy_directory_darwin_arm64", + "platform": "darwin_arm64" + } + }, + "copy_directory_windows_amd64": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:copy_directory_toolchain.bzl", + "ruleClassName": "copy_directory_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~copy_directory_windows_amd64", + "platform": "windows_amd64" + } + }, + "yq_darwin_arm64": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:yq_toolchain.bzl", + "ruleClassName": "yq_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~yq_darwin_arm64", + "platform": "darwin_arm64", + "version": "4.25.2" + } + }, + "coreutils_windows_amd64": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:coreutils_toolchain.bzl", + "ruleClassName": "coreutils_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~coreutils_windows_amd64", + "platform": "windows_amd64", + "version": "0.0.23" + } + }, + "yq_linux_arm64": { + "bzlFile": "@@aspect_bazel_lib~2.7.0//lib/private:yq_toolchain.bzl", + "ruleClassName": "yq_platform_repo", + "attributes": { + "name": "aspect_bazel_lib~2.7.0~toolchains~yq_linux_arm64", + "platform": "linux_arm64", + "version": "4.25.2" + } + } + } + } + }, "@@bazel_tools//tools/cpp:cc_configure.bzl%cc_configure_extension": { "general": { "bzlTransitiveDigest": "O9sf6ilKWU9Veed02jG9o2HM/xgV/UAyciuFBuxrFRY=", diff --git a/e2e/WORKSPACE b/e2e/WORKSPACE deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git a/e2e/extract/bzip2/BUILD.bazel b/e2e/extract/bzip2/BUILD.bazel new file mode 100644 index 0000000000000000000000000000000000000000..437f82a379d06e07d8fe58221a7d21a5ffae2c37 --- /dev/null +++ b/e2e/extract/bzip2/BUILD.bazel @@ -0,0 +1,40 @@ +load("@rules_diff//diff/file/test:defs.bzl", "diff_file_test") +load("@rules_tar//tar/extract:defs.bzl", "tar_extract") + +tar_extract( + name = "goodbye-world", + src = "//fixture:fixture.tar.bz2", + outs = [ + "fixture/goodbye-world.txt", + ], +) + +diff_file_test( + name = "goodbye-world-diff", + size = "small", + a = "//fixture:goodbye-world.txt", + b = ":goodbye-world", +) + +tar_extract( + name = "multiple", + src = "//fixture:fixture.tar.bz2", + outs = [ + "fixture/hello-world.txt", + "fixture/nested/goodbye-world.txt", + ], +) + +diff_file_test( + name = "hello-world-diff", + size = "small", + a = "//fixture:hello-world.txt", + b = ":fixture/hello-world.txt", +) + +diff_file_test( + name = "nested-goodbye-world-diff", + size = "small", + a = "//fixture/nested:goodbye-world.txt", + b = ":fixture/nested/goodbye-world.txt", +) diff --git a/e2e/extract/gzip/BUILD.bazel b/e2e/extract/gzip/BUILD.bazel new file mode 100644 index 0000000000000000000000000000000000000000..203b1bd3a16ff3e29601f9113a462e3ea54823cd --- /dev/null +++ b/e2e/extract/gzip/BUILD.bazel @@ -0,0 +1,40 @@ +load("@rules_diff//diff/file/test:defs.bzl", "diff_file_test") +load("@rules_tar//tar/extract:defs.bzl", "tar_extract") + +tar_extract( + name = "goodbye-world", + src = "//fixture:fixture.tar.gz", + outs = [ + "fixture/goodbye-world.txt", + ], +) + +diff_file_test( + name = "goodbye-world-diff", + size = "small", + a = "//fixture:goodbye-world.txt", + b = ":goodbye-world", +) + +tar_extract( + name = "multiple", + src = "//fixture:fixture.tar.gz", + outs = [ + "fixture/hello-world.txt", + "fixture/nested/goodbye-world.txt", + ], +) + +diff_file_test( + name = "hello-world-diff", + size = "small", + a = "//fixture:hello-world.txt", + b = ":fixture/hello-world.txt", +) + +diff_file_test( + name = "nested-goodbye-world-diff", + size = "small", + a = "//fixture/nested:goodbye-world.txt", + b = ":fixture/nested/goodbye-world.txt", +) diff --git a/e2e/extract/xz/BUILD.bazel b/e2e/extract/xz/BUILD.bazel new file mode 100644 index 0000000000000000000000000000000000000000..7b13942303b922d3aa5593d5061e6e25d2e792a1 --- /dev/null +++ b/e2e/extract/xz/BUILD.bazel @@ -0,0 +1,40 @@ +load("@rules_diff//diff/file/test:defs.bzl", "diff_file_test") +load("@rules_tar//tar/extract:defs.bzl", "tar_extract") + +tar_extract( + name = "goodbye-world", + src = "//fixture:fixture.tar.xz", + outs = [ + "fixture/goodbye-world.txt", + ], +) + +diff_file_test( + name = "goodbye-world-diff", + size = "small", + a = "//fixture:goodbye-world.txt", + b = ":goodbye-world", +) + +tar_extract( + name = "multiple", + src = "//fixture:fixture.tar.xz", + outs = [ + "fixture/hello-world.txt", + "fixture/nested/goodbye-world.txt", + ], +) + +diff_file_test( + name = "hello-world-diff", + size = "small", + a = "//fixture:hello-world.txt", + b = ":fixture/hello-world.txt", +) + +diff_file_test( + name = "nested-goodbye-world-diff", + size = "small", + a = "//fixture/nested:goodbye-world.txt", + b = ":fixture/nested/goodbye-world.txt", +) diff --git a/e2e/extract/zstd/BUILD.bazel b/e2e/extract/zstd/BUILD.bazel new file mode 100644 index 0000000000000000000000000000000000000000..5d7f3263831fa79997709499733f1ce5aaa12a29 --- /dev/null +++ b/e2e/extract/zstd/BUILD.bazel @@ -0,0 +1,40 @@ +load("@rules_diff//diff/file/test:defs.bzl", "diff_file_test") +load("@rules_tar//tar/extract:defs.bzl", "tar_extract") + +tar_extract( + name = "goodbye-world", + src = "//fixture:fixture.tar.zst", + outs = [ + "fixture/goodbye-world.txt", + ], +) + +diff_file_test( + name = "goodbye-world-diff", + size = "small", + a = "//fixture:goodbye-world.txt", + b = ":goodbye-world", +) + +tar_extract( + name = "multiple", + src = "//fixture:fixture.tar.zst", + outs = [ + "fixture/hello-world.txt", + "fixture/nested/goodbye-world.txt", + ], +) + +diff_file_test( + name = "hello-world-diff", + size = "small", + a = "//fixture:hello-world.txt", + b = ":fixture/hello-world.txt", +) + +diff_file_test( + name = "nested-goodbye-world-diff", + size = "small", + a = "//fixture/nested:goodbye-world.txt", + b = ":fixture/nested/goodbye-world.txt", +) diff --git a/e2e/fixture/BUILD.bazel b/e2e/fixture/BUILD.bazel index 1134d436a58949e8d3f4b1e1e7b44ea5e25f4b3d..d4d21a0614b9c695be6c0766a8b9ab9c4ebc2945 100644 --- a/e2e/fixture/BUILD.bazel +++ b/e2e/fixture/BUILD.bazel @@ -3,6 +3,10 @@ exports_files( "hello-world.txt", "goodbye-world.txt", "fixture.tar", + "fixture.tar.bz2", + "fixture.tar.gz", + "fixture.tar.zst", + "fixture.tar.xz", ], visibility = ["//:__subpackages__"], ) diff --git a/e2e/fixture/fixture.tar.bz2 b/e2e/fixture/fixture.tar.bz2 new file mode 100644 index 0000000000000000000000000000000000000000..09c1df4584a367c3c77461d00c8936dfed37d5e7 Binary files /dev/null and b/e2e/fixture/fixture.tar.bz2 differ diff --git a/e2e/fixture/fixture.tar.gz b/e2e/fixture/fixture.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..a997cadecf995bd1915904fa83dad3f581153136 Binary files /dev/null and b/e2e/fixture/fixture.tar.gz differ diff --git a/e2e/fixture/fixture.tar.xz b/e2e/fixture/fixture.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..e941667840c198bdd63173dafc925000f059f9bb Binary files /dev/null and b/e2e/fixture/fixture.tar.xz differ diff --git a/e2e/fixture/fixture.tar.zst b/e2e/fixture/fixture.tar.zst new file mode 100644 index 0000000000000000000000000000000000000000..a26adee8bb8504f89a880b62e97b41b1f39c95fb Binary files /dev/null and b/e2e/fixture/fixture.tar.zst differ diff --git a/e2e/unpack/bzip2/BUILD.bazel b/e2e/unpack/bzip2/BUILD.bazel new file mode 100644 index 0000000000000000000000000000000000000000..c503f1c8a7947560341af9833bea332757f6b76c --- /dev/null +++ b/e2e/unpack/bzip2/BUILD.bazel @@ -0,0 +1,14 @@ +load("@rules_tar//tar/unpack:defs.bzl", "tar_unpack") +load("@rules_diff//diff/directory/test:defs.bzl", "diff_directory_test") + +tar_unpack( + name = "unpack", + src = "//fixture:fixture.tar.bz2", +) + +diff_directory_test( + name = "diff", + size = "small", + a = "//fixture/directory:all", + b = ":unpack", +) diff --git a/e2e/unpack/gzip/BUILD.bazel b/e2e/unpack/gzip/BUILD.bazel new file mode 100644 index 0000000000000000000000000000000000000000..80d0f7edcede1ec59f888c41110868b7dcdb6686 --- /dev/null +++ b/e2e/unpack/gzip/BUILD.bazel @@ -0,0 +1,14 @@ +load("@rules_tar//tar/unpack:defs.bzl", "tar_unpack") +load("@rules_diff//diff/directory/test:defs.bzl", "diff_directory_test") + +tar_unpack( + name = "unpack", + src = "//fixture:fixture.tar.gz", +) + +diff_directory_test( + name = "diff", + size = "small", + a = "//fixture/directory:all", + b = ":unpack", +) diff --git a/e2e/unpack/xz/BUILD.bazel b/e2e/unpack/xz/BUILD.bazel new file mode 100644 index 0000000000000000000000000000000000000000..93e774c9a62b10f06058dfc8948cdd1a96547a81 --- /dev/null +++ b/e2e/unpack/xz/BUILD.bazel @@ -0,0 +1,14 @@ +load("@rules_tar//tar/unpack:defs.bzl", "tar_unpack") +load("@rules_diff//diff/directory/test:defs.bzl", "diff_directory_test") + +tar_unpack( + name = "unpack", + src = "//fixture:fixture.tar.xz", +) + +diff_directory_test( + name = "diff", + size = "small", + a = "//fixture/directory:all", + b = ":unpack", +) diff --git a/e2e/unpack/zstd/BUILD.bazel b/e2e/unpack/zstd/BUILD.bazel new file mode 100644 index 0000000000000000000000000000000000000000..139573cce82f636bc832930d979cf0ab0c70437b --- /dev/null +++ b/e2e/unpack/zstd/BUILD.bazel @@ -0,0 +1,14 @@ +load("@rules_tar//tar/unpack:defs.bzl", "tar_unpack") +load("@rules_diff//diff/directory/test:defs.bzl", "diff_directory_test") + +tar_unpack( + name = "unpack", + src = "//fixture:fixture.tar.zst", +) + +diff_directory_test( + name = "diff", + size = "small", + a = "//fixture/directory:all", + b = ":unpack", +) diff --git a/package-lock.json b/package-lock.json index b48e20381640d3b2ddf857f0599929a5a6b61aa0..8f3f0c2237577988c5f6339c70976aef50721034 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "ruleset", + "name": "rules_tar", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/tar/codec.bzl b/tar/codec.bzl new file mode 100644 index 0000000000000000000000000000000000000000..e6837b392cbb81a807cd368c5f1647ffe7ec584f --- /dev/null +++ b/tar/codec.bzl @@ -0,0 +1,17 @@ +load(":path.bzl", "path") + +visibility("//...") + +MAP = { + "gz": ("-z", "gzip", "@rules_gzip//gzip/toolchain/pigz:type"), + "bz2": ("-j", "bzip2", "@rules_bzip2//bzip2/toolchain/bzip2:type"), + "xz": ("-J", "xz", "@rules_xz//xz/toolchain/xz:type"), + "zst": ("--zstd", "zstd", "@rules_zstd//zstd/toolchain/zstd:type"), +} + +def codec(ctx, src): + if src.extension not in MAP: + return (), (), {} + arg, basename, toolchain = MAP[src.extension] + tools, env = path(ctx, {basename: toolchain}) + return (arg,), tools, env diff --git a/tar/extract/rule.bzl b/tar/extract/rule.bzl index bca0700efdf83662bec3325b215b9b20ff52b551..21fddabb280d01da4d21e59cb46cf1ea7929d5fe 100644 --- a/tar/extract/rule.bzl +++ b/tar/extract/rule.bzl @@ -1,3 +1,5 @@ +load("//tar:codec.bzl", "codec") + visibility("//tar/...") DOC = """Extracts files from a tarball @@ -20,7 +22,7 @@ ATTRS = { "src": attr.label( doc = "An archive to extract decleared files from.", mandatory = True, - allow_single_file = [".tar"], + allow_single_file = [".tar", ".tar.gz", ".tar.bz2", ".tar.zst", "tar.xz"], ), "outs": attr.output_list( doc = "Paths within the archive to extract.", @@ -35,9 +37,12 @@ def _name(label): def implementation(ctx): tar = ctx.toolchains["//tar/toolchain/tar:type"] + flags, tools, env = codec(ctx, ctx.file.src) + args = ctx.actions.args() args.add("-C").add("{}/{}".format(ctx.bin_dir.path, ctx.label.package)) args.add("-xvf").add(ctx.file.src.path) + args.add_all(flags) args.add_all(ctx.attr.outs, map_each = _name) ctx.actions.run( @@ -45,9 +50,11 @@ def implementation(ctx): inputs = [ctx.file.src], arguments = [args], executable = tar.run, + tools = tools, mnemonic = "TarExtract", progress_message = "extracting %{input} files", toolchain = "//tar/toolchain/tar:type", + env = env, ) return DefaultInfo(files = depset(ctx.outputs.outs)) @@ -56,7 +63,13 @@ tar_extract = rule( doc = DOC, attrs = ATTRS, implementation = implementation, - toolchains = ["//tar/toolchain/tar:type"], + toolchains = [ + "//tar/toolchain/tar:type", + "@rules_zstd//zstd/toolchain/zstd:type", + "@rules_bzip2//bzip2/toolchain/bzip2:type", + "@rules_gzip//gzip/toolchain/pigz:type", + "@rules_xz//xz/toolchain/xz:type", + ], ) extract = tar_extract diff --git a/tar/path.bzl b/tar/path.bzl new file mode 100644 index 0000000000000000000000000000000000000000..a372ce7264c26b59914dd7759443b20d543a7983 --- /dev/null +++ b/tar/path.bzl @@ -0,0 +1,22 @@ +visibility("//...") + +def path(ctx, links): + tools = [] + + for basename, type in links.items(): + symlink = ctx.actions.declare_file("{}.bin/{}".format(ctx.label.name, basename)) + toolchain = ctx.toolchains[type] + + ctx.actions.symlink( + output = symlink, + target_file = toolchain.executable, + is_executable = True, + ) + tools.append(symlink) + tools.append(toolchain.run) + + env = { + "PATH": tools[0].dirname, + } + + return tools, env diff --git a/tar/unpack/rule.bzl b/tar/unpack/rule.bzl index eafe3ed35be2fd83ea5c5141822eac0e89f8bd3a..844af3b90f2e6824015570c37151ba8b5abd3ba1 100644 --- a/tar/unpack/rule.bzl +++ b/tar/unpack/rule.bzl @@ -1,3 +1,5 @@ +load("//tar:codec.bzl", "codec") + visibility("//tar/...") DOC = """unpacks files from a tarball @@ -15,7 +17,7 @@ ATTRS = { "src": attr.label( doc = "An archive to extract into a declared directory (`TreeArtifact`).", mandatory = True, - allow_single_file = [".tar"], + allow_single_file = [".tar", ".tar.gz", ".tar.bz2", ".tar.zst", "tar.xz"], ), } @@ -24,17 +26,22 @@ def implementation(ctx): output_dir = ctx.actions.declare_directory(ctx.attr.name) + flags, tools, env = codec(ctx, ctx.file.src) + args = ctx.actions.args() args.add("-xvf").add(ctx.file.src.path) args.add("-C").add(output_dir.path) + args.add_all(flags) ctx.actions.run( outputs = [output_dir], inputs = [ctx.file.src], arguments = [args], executable = tar.run, + tools = tools, mnemonic = "TarUnpack", - progress_message = "unpacking %{inputs}", + progress_message = "unpacking %{input}", + env = env, ) depset_files = depset([output_dir]) @@ -44,7 +51,13 @@ tar_unpack = rule( doc = DOC, attrs = ATTRS, implementation = implementation, - toolchains = ["//tar/toolchain/tar:type"], + toolchains = [ + "//tar/toolchain/tar:type", + "@rules_zstd//zstd/toolchain/zstd:type", + "@rules_bzip2//bzip2/toolchain/bzip2:type", + "@rules_gzip//gzip/toolchain/pigz:type", + "@rules_xz//xz/toolchain/xz:type", + ], ) unpack = tar_unpack