Thread overview
depend 0.2.0
Jul 06, 2018
Mario Kröplin
Jul 11, 2018
Bogdan Szabo
Jul 11, 2018
rikki cattermole
July 06, 2018
depend is a tool to visualize or to check import dependencies.
It was briefly presented at DConf 2018.

For an example, see the generated package dependencies of the vibe.d code:
https://raw.githubusercontent.com/wiki/funkwerk/depend/images/vibe.png

The tool has been completely reworked in response to https://issues.dlang.org/show_bug.cgi?id=15337

http://github.com/funkwerk/depend
http://depend.dub.pm/
July 11, 2018
On Friday, 6 July 2018 at 15:53:19 UTC, Mario Kröplin wrote:
> depend is a tool to visualize or to check import dependencies.
> It was briefly presented at DConf 2018.
>
> For an example, see the generated package dependencies of the vibe.d code:
> https://raw.githubusercontent.com/wiki/funkwerk/depend/images/vibe.png
>
> The tool has been completely reworked in response to https://issues.dlang.org/show_bug.cgi?id=15337
>
> http://github.com/funkwerk/depend
> http://depend.dub.pm/

I would be nice to have this integrated inside code.dlang.org

what do you think?
July 11, 2018
On 11/07/2018 11:37 PM, Bogdan Szabo wrote:
> On Friday, 6 July 2018 at 15:53:19 UTC, Mario Kröplin wrote:
>> depend is a tool to visualize or to check import dependencies.
>> It was briefly presented at DConf 2018.
>>
>> For an example, see the generated package dependencies of the vibe.d code:
>> https://raw.githubusercontent.com/wiki/funkwerk/depend/images/vibe.png
>>
>> The tool has been completely reworked in response to https://issues.dlang.org/show_bug.cgi?id=15337
>>
>> http://github.com/funkwerk/depend
>> http://depend.dub.pm/
> 
> I would be nice to have this integrated inside code.dlang.org
> 
> what do you think?

Alternatively its has been discussed to be integrated into adrdox.
Which is luckily supported by dub repo :)