aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
authorGravatar David Chen <dzc@google.com>2015-09-12 01:32:26 +0000
committerGravatar Kristina Chodorow <kchodorow@google.com>2015-09-14 15:39:18 +0000
commit361d2e2f7448038355b337ee4f7191a28c20755a (patch)
tree705fb5e52a6a36300d11cf2c0f451f2b9324ae7b /WORKSPACE
parent2ad1c81755063b72a599844e730e0344344f61e8 (diff)
Add Jsonnet rules to Bazel.
RELNOTES: Add Jsonnet rules to Bazel -- MOS_MIGRATED_REVID=102895524
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE7
1 files changed, 7 insertions, 0 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 3486acd04f..897060c1a8 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -95,3 +95,10 @@ new_http_archive(
sha256 = "aa76bb83c38b3f7495516eb08977fc9700c664d7a945ba3ac3c0004a6a8509f2",
build_file = "tools/build_defs/d/dmd.BUILD",
)
+
+new_git_repository(
+ name = "jsonnet",
+ remote = "https://github.com/google/jsonnet.git",
+ tag = "v0.8.0",
+ build_file = "tools/build_defs/jsonnet/jsonnet.BUILD",
+)