mjambon / dune-deps

Show the internal dependencies in your OCaml/Reason/Dune project
BSD 3-Clause "New" or "Revised" License
58 stars 6 forks source link

option to group libraries of a same package into a subgraph #28

Open raphael-proust opened 3 weeks ago

raphael-proust commented 3 weeks ago

For projects that have multiple libraries per package (e.g., Lwt has a package lwt with libraries lwt and lwt.unix) it would be nice to be able to cluster nodes on a per-package basis.

Clusters in Graphviz: https://graphviz.org/Gallery/directed/cluster.html