Bazel Build System
Bazel, an open-source build and test tool, can output graphviz dependency graphs.
This graph is generated querying the source of
Abseil, a C++ library, for all the
ways Abseil's random number library depends on Abseil's string library. Using
--output=graph
outputs a Graphviz graph.
See the Bazel query how-to for details.
[Input .gv File] [SVG] [Raster Image]
bazel.gv.txt