aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
authorGravatar David Chen <dzc@google.com>2015-09-07 21:49:56 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2015-09-08 09:08:50 +0000
commit87419786a7f80c72f5c89c76d33e807d6166a07b (patch)
treedce310e876fc54eef557dee02697bbe9a8b00f9a /WORKSPACE
parent56c7d552545bde9d471154ad9844db9801907a33 (diff)
Add initial D rules to Bazel.
-- MOS_MIGRATED_REVID=102513092
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE14
1 files changed, 14 insertions, 0 deletions
diff --git a/WORKSPACE b/WORKSPACE
index fcbae48939..3486acd04f 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -81,3 +81,17 @@ bind(
name = "android_ndk_for_testing",
actual = "//:dummy",
)
+
+new_http_archive(
+ name = "dmd-linux-x86_64",
+ url = "http://downloads.dlang.org/releases/2.x/2.067.1/dmd.2.067.1.linux.zip",
+ sha256 = "a5014886773853b4a42df19ee9591774cf281d33fbc511b265df30ba832926cd",
+ build_file = "tools/build_defs/d/dmd.BUILD",
+)
+
+new_http_archive(
+ name = "dmd-darwin-x86_64",
+ url = "http://downloads.dlang.org/releases/2.x/2.067.1/dmd.2.067.1.osx.zip",
+ sha256 = "aa76bb83c38b3f7495516eb08977fc9700c664d7a945ba3ac3c0004a6a8509f2",
+ build_file = "tools/build_defs/d/dmd.BUILD",
+)