Skip to content

stuff_sack v0.1.0 Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@agoessling agoessling released this 18 Jul 03:37
· 50 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.1.0",
    sha256 = "b3d6367aa5f27b189b4dd2657664a44f944e81786ec7f25f2ce4092e938169b5",
    url = "https://github.com/agoessling/stuff_sack/archive/v0.1.0.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()