aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2017-01-04 16:19:21 +0000
committerGravatar John Cater <jcater@google.com>2017-01-04 20:39:16 +0000
commit91b7d5075fe19ce3b34053f896d2f043e9553c04 (patch)
treeff4a50bbfe75aeb64ce24360dfe7383b8e8b2446 /site
parent18a45a4e25ff617920efea03d2d069d80d51a6af (diff)
Add a few more open-source projects to the list of Bazel users.
-- PiperOrigin-RevId: 143555992 MOS_MIGRATED_REVID=143555992
Diffstat (limited to 'site')
-rw-r--r--site/users.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/site/users.md b/site/users.md
index 6029f1cca6..70d45f03ba 100644
--- a/site/users.md
+++ b/site/users.md
@@ -64,6 +64,10 @@ If you'd like your project listed here, please
A Java code generator that allows you to create a builder by writing one
function.
+## [Deepmind Lab](https://github.com/deepmind/lab)
+
+A customisable 3D platform for agent-based AI research.
+
## [Error Prone](https://github.com/google/error-prone)
Catches common Java mistakes as compile-time errors. (Migration to Bazel is
@@ -106,6 +110,10 @@ supported build system.)
An ecosystem for building tools that work with code.
+## [Nomulus](https://github.com/google/nomulus)
+
+Top-level domain name registry service on Google App Engine.
+
## [PetitParser for Java](https://github.com/petitparser/java-petitparser)
Grammars for programming languages are traditionally specified statically. They
@@ -128,6 +136,10 @@ grpc (maybe thrift).
A platform-independent GameBoy emulator.
+## [Wycheproof](https://github.com/google/wycheproof)
+
+Project Wycheproof tests crypto libraries against known attacks.
+
## [XIOSim](https://github.com/s-kanev/XIOSim)
XIOSim is a detailed user-mode microarchitectural simulator for the x86 architecture.