summaryrefslogtreecommitdiff
path: root/WORKSPACE
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2018-11-15 10:14:36 -0800
committerGitHub <noreply@github.com>2018-11-15 10:14:36 -0800
commitcb113bc8ccbf4357d4a3a43c8d1592d9f40bd70d (patch)
tree2275cab3e510d488354e341346b30928d142896b /WORKSPACE
parentd4e78f9fdff9ad14a0e8e3ad5d7d8379ee2124ef (diff)
parent9ce4a77f61c134bbed28bfd5be5cd7dc0e80f5e3 (diff)
Merge pull request #134 from haberman/upbc-cpp
Added upb compiler written in C++ as a normal protoc plugin.
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE6
1 files changed, 6 insertions, 0 deletions
diff --git a/WORKSPACE b/WORKSPACE
index b4d19c5..8d20852 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -23,6 +23,12 @@ git_repository(
#tag = "conformance-build-tag",
)
+git_repository(
+ name = "absl",
+ commit = "070f6e47b33a2909d039e620c873204f78809492",
+ remote = "https://github.com/abseil/abseil-cpp.git",
+)
+
http_archive(
name = "ragel",
sha256 = "5f156edb65d20b856d638dd9ee2dfb43285914d9aa2b6ec779dac0270cd56c3f",
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback