Get desktop application:
View/edit binary Protocol Buffers messages
Information on "delete" event in repository_ctx.
Used in:
Path to the file to delete
Used in:
Url(s) to download from
Output file
sha256, if specified
Archive type, if specified. Otherwise, inferred from URL.
A directory prefix to strip from extracted files.
checksum in Subresource Integrity format, if specified
Files to rename during extraction.
Information on "Download" event in repository_ctx.
Used in:
Url to download from. If multiple, treated as mirrors
Output file
sha256, if specified
whether to make the resulting file executable
checksum in Subresource Integrity format, if specified
Information on "Execute" event in repository_ctx.
Used in:
Command line arguments, with the first one being the command to execute.
Timeout used for the command
Environment variables set for the execution. Note that this includes variables specified by the user (as an input to Execute command), as well as variables set indirectly through the rule environment
True if quiet execution was requested.
Directory that would contain the output of the command.
Used in:
Path to the archive file
Path to the output directory
A directory prefix to strip from extracted files.
Files to rename during extraction.
Information on "file" event in repository_ctx.
Used in:
Path to the created file
Content of the created file
Whether the file is executable
Information on "os" event in repository_ctx.
Takes no inputs
Used in:
(message has no fields)
Information on "patch" event in repository_ctx.
Used in:
Path to the patch file
Number of leading components to strip from file names
Information on "read" event in repository_ctx.
Used in:
Path to the file to read
Information on "rename" event in repository_ctx.
Used in:
The path of the existing file or directory to rename.
The new name of the file or directory.
Information on "symlink" event in repository_ctx.
Used in:
path to which the symlink will point to
path of the symlink
Information on "template" event in repository_ctx.
Used in:
path of the file to create
path to the template file
a map of substitutions to make
Whether to set executable flag
Information on "which" event in repository_ctx.
Used in:
Program to find in the path
Location in the code (.bzl file) where the event originates.
The context in which this event happened. Can be "repository @foo", or "module extension foo in @bar//:quux.bzl".