aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
authorGravatar Kristina Chodorow <kchodorow@google.com>2015-04-16 21:00:31 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2015-04-17 15:40:40 +0000
commit4d4555f135762015a68417339f81df6cd518c742 (patch)
tree877bde773e378f10b2d445384f87f46733f17266 /site
parentef69ec50b576e8fd6f0bd9fe058c5ff6d356433a (diff)
Add a page listing projects that use Bazel
-- MOS_MIGRATED_REVID=91334910
Diffstat (limited to 'site')
-rw-r--r--site/index.md1
-rw-r--r--site/users.md33
2 files changed, 34 insertions, 0 deletions
diff --git a/site/index.md b/site/index.md
index 61f1de92a6..0735971dcb 100644
--- a/site/index.md
+++ b/site/index.md
@@ -39,6 +39,7 @@ Find more background about Bazel in our [FAQ](FAQ.html)
* About the Bazel project:
+ * A list of [projects using Bazel](users.html).
* How to [contribute to Bazel](contributing.html)
* Our [governance plan](governance.html)
* Future plans are in the [roadmap](roadmap.html)
diff --git a/site/users.md b/site/users.md
new file mode 100644
index 0000000000..6de0b5309f
--- /dev/null
+++ b/site/users.md
@@ -0,0 +1,33 @@
+# Projects Using Bazel
+
+If you'd like your project listed here, please
+[let us know](mailto:kchodorow@google.com?subject=My project uses Bazel)!
+
+## [GRPC](http://www.grpc.io)
+
+A language-and-platform-neutral remote procedure call system. (Bazel is a
+supported, although not primary, build system.)
+
+## [Error Prone](https://github.com/google/error-prone)
+
+Catches common Java mistakes as compile-time errors. (Migration to Bazel is
+in progress.)
+
+## [CallBuilder](https://github.com/google/CallBuilder)
+
+A Java code generator that allows you to create a builder by writing one
+function.
+
+## [Kythe](https://github.com/google/kythe)
+
+An ecosystem for building tools that work with code.
+
+## [Trunk](https://github.com/mzhaom/trunk)
+
+A collection of C++/Java opensource projects with BUILD files so they
+can be built with Bazel with out of box support for protobuf and
+grpc (maybe thrift).
+
+## [Turbo Santa](https://github.com/turbo-santa/turbo-santa-common)
+
+A platform-independent GameBoy emulator.