martido / homebrew-graph

Creates a dependency graph of Homebrew formulae.
Other
221 stars 12 forks source link

Use full name for dependencies #12

Closed frutiger closed 3 years ago

frutiger commented 3 years ago

This ensures that the formulae and their dependencies use the same name ensuring that the graph is consistent. For example, specific versions of packages ('python' vs. 'python@3.9') or packages from third party taps ('avr-binutils' vs. 'osx-cross/avr/avr-binutils') would otherwise show appear as distinct nodes.

martido commented 3 years ago

Nice! Thanks for contributing, @frutiger!