Git, the D package manager

Atila Neves via Digitalmars-d digitalmars-d at puremagic.com
Thu Feb 5 07:21:08 PST 2015


> the package manager part should have good "machine" interface 
> to allow
> it's usage in various scripts and other build systems. and build
> system... oh, well, it can simply use package manager. this way 
> we can
> discuss "dub-pkg" and "dub-build" as separate entities, and 
> flaws of one
> project will not automatically propagate on another project.

The machine interface is "dub describe". It's JSON, so... that's 
what my Emacs package uses to pass -I flags to dmd for on-the-fly 
syntax checks.

Atila


More information about the Digitalmars-d mailing list