Skip to content

stuff_sack v0.3.3 Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@agoessling agoessling released this 25 Aug 15:14
· 1 commit 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.3",
    sha256 = "31c7b51d8367040adbcae795502852314b84d179e31e9170af6ae1ba18183f6b",
    url = "https://github.com/agoessling/stuff_sack/archive/v0.3.3.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()