Bazel · Example Payload

Bcr Source Archive Example

Build SystemsBuild ToolBzlmodCI/CDDeveloper ToolsHermetic BuildsMonorepoOpen SourceRemote ExecutionStarlark

Bcr Source Archive Example is an example object payload from Bazel, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

typeurlintegritystrip_prefixpatchespatch_strip

Example Payload

Raw ↑
{
  "type": "archive",
  "url": "https://github.com/bazelbuild/rules_python/releases/download/0.40.0/rules_python-0.40.0.tar.gz",
  "integrity": "sha256-+1S5SuC0fHCnvyMy/q4eA9eqGW4QwLpEqUEpKjsmh7w=",
  "strip_prefix": "rules_python-0.40.0",
  "patches": {},
  "patch_strip": 1
}