Skip to content

stuff_sack v0.3.2 Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@agoessling agoessling released this 22 Aug 21:06
· 2 commits to master since this release

To incorporate stuff_sack into your project copy the following into your WORKSPACE file.

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "stuff_sack",
    strip_prefix = "stuff_sack-0.3.2",
    sha256 = "1b74bbf30f54af45f096cd58339bf4da46c0d81ac4f92cd056d0903fed395a3e",
    url = "https://github.com/agoessling/stuff_sack/archive/v0.3.2.zip",
)

load("@stuff_sack//tools:level_1_repositories.bzl", "stuff_sack_level_1_deps")
stuff_sack_level_1_deps()

load("@stuff_sack//tools:level_2_repositories.bzl", "stuff_sack_level_2_deps")
stuff_sack_level_2_deps()

load("@stuff_sack//tools:level_3_repositories.bzl", "stuff_sack_level_3_deps")
stuff_sack_level_3_deps()