Rules for making .tar files.

Macros and Functions

pkg_tar

Creates a .tar file. See pkg_tar_impl.

@wraps(pkg_tar_impl)

Example usage (generated)

load("@rules_pkg//pkg/private/tar:tar.bzl", "pkg_tar")

pkg_tar(
    name = "",
)

name

kwargs