nim-lang / nimble

Package manager for the Nim programming language.
Other
1.25k stars 188 forks source link

[Feature] dependency tree #1006

Open yyoncho opened 2 years ago

yyoncho commented 2 years ago

You often my end up with dependencies having different versions of a particular package. It will be useful if there is a way to print the dependency tree (maven has a similar feature). I am willing to implement it but I want first to check with maintainers.

Araq commented 2 years ago

You have my support for this feature, it's really useful.

hugosenari commented 2 years ago

Related: #1012