Git, the D package manager

Atila Neves via Digitalmars-d digitalmars-d at puremagic.com
Fri Feb 6 05:35:42 PST 2015


> There are two important bits here (important for me):

The approach I'm thinking of agrees 100% with your two important 
bits.

> Anything that does not allow me to express such dependency 
> chain in native straightforward manner without resorting to 
> external scripts is simply not good enough. dub fails this, 
> CMake fails this.

CMake doesn't fail at this, it's just not easy. It's what 
add_custom_command is for.

> D is only cross-platfrom scripting language we can rely on.

Which is why that's the language I want to express the build in. 
Methinks I have some code to write and some emailing to do with 
Soenke.

Atila


More information about the Digitalmars-d mailing list