Hello everyone,
Here is a tiny utility script I wrote to help package maintainers visualize packages runtime dependencies as a graph. I wrote that as a programming exercise after Girtablulu asked about a similar thing on IRC.
What it does is reading package information from eopkg and then pull information of every runtime dependency recursively until it reach the end of the graph.
Example for Firefox:
Depending on the use cases, I might extend it, allowing for example visualizing reverse dependencies to determine what can possibly break when doing a rebuild.
Here is the link: https://github.com/guillotjulien/eopkg-graph
P.S It's still rough on the edges, so if you see any bugs / improvements possibilities, feel free to open an issue 😀