forked from bazelbuild/bazel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
14 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,30 +21,30 @@ Bazel to build their software (including their embedded C++ software). | |
If you'd like your project listed here, please | ||
[let us know](mailto:[email protected]?subject=My project uses Bazel)! | ||
|
||
## [GRPC](http://www.grpc.io) | ||
## [CallBuilder](https://github.com/google/CallBuilder) | ||
|
||
A language-and-platform-neutral remote procedure call system. (Bazel is a | ||
supported, although not primary, build system.) | ||
A Java code generator that allows you to create a builder by writing one | ||
function. | ||
|
||
## [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) | ||
## [GRPC](http://www.grpc.io) | ||
|
||
An ecosystem for building tools that work with code. | ||
A language-and-platform-neutral remote procedure call system. (Bazel is a | ||
supported, although not primary, build system.) | ||
|
||
## [Jsonnet](http://google.github.io/jsonnet/doc/) | ||
|
||
An elegant, formally-specified config generation language for JSON. (Bazel is a | ||
supported build system.) | ||
|
||
## [Kythe](https://github.com/google/kythe) | ||
|
||
An ecosystem for building tools that work with code. | ||
|
||
## [PetitParser for Java](https://github.com/petitparser/java-petitparser) | ||
|
||
Grammars for programming languages are traditionally specified statically. They | ||
|
@@ -53,6 +53,10 @@ PetitParser combines ideas from scannnerless parsing, parser combinators, | |
parsing expression grammars and packrat parsers to model grammars and parsers | ||
as objects that can be reconfigured dynamically. | ||
|
||
## [TensorFlow](http://tensorflow.org) | ||
|
||
An open source software library for machine intelligence. | ||
|
||
## [Trunk](https://github.com/mzhaom/trunk) | ||
|
||
A collection of C++/Java opensource projects with BUILD files so they | ||
|
@@ -62,5 +66,3 @@ grpc (maybe thrift). | |
## [Turbo Santa](https://github.com/turbo-santa/turbo-santa-common) | ||
|
||
A platform-independent GameBoy emulator. | ||
|
||
|