The DUB package manager

Johannes Pfau nospam at example.com
Sun Feb 17 07:18:09 PST 2013


Am Sun, 17 Feb 2013 14:02:02 +0100
schrieb Jacob Carlborg <doob at me.com>:

> On 2013-02-16 21:02, Johannes Pfau wrote:
> 
> > I think splitting DUB into a package manger and build tool would be
> > a good idea.
> 
> Exactly. But I see no reason for communicating with processes. Just
> make them both into libraries and call functions plain functions.
> 

As long as the build script is written in D (or probably even C/C++) a
library is really the best solution. If you want to support other build
scripts (python/waf, scons, ...) providing a command line tool is nice.


More information about the Digitalmars-d mailing list