www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - depend 0.2.0

reply Mario =?UTF-8?B?S3LDtnBsaW4=?= <linkrope github.com> writes:
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/
Jul 06 2018
parent reply Bogdan Szabo <szabobogdan3 gmail.com> writes:
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?
Jul 11 2018
parent rikki cattermole <rikki cattermole.co.nz> writes:
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 :)
Jul 11 2018