Skip to content

Commit

Permalink
Add TensorFlow to Bazel users.
Browse files Browse the repository at this point in the history
--
MOS_MIGRATED_REVID=107470234
  • Loading branch information
davidzchen authored and dslomov committed Nov 11, 2015
1 parent de9a39d commit 1dc202c
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions site/users.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -62,5 +66,3 @@ grpc (maybe thrift).
## [Turbo Santa](https://github.com/turbo-santa/turbo-santa-common)

A platform-independent GameBoy emulator.


0 comments on commit 1dc202c

Please sign in to comment.