DUB 0.9.24 beta 2

Sönke Ludwig via Digitalmars-d digitalmars-d at puremagic.com
Thu Jul 2 13:39:44 PDT 2015


Am 17.06.2015 um 09:26 schrieb Sönke Ludwig:
> A new beta version out with support for the new SDL [1] based package
> description format. If you are interested, please take some time to test
> the implementation and to discuss any possible improvements to the
> format specification before the final 0.9.24 release is made.
>
> The specification is currently still found on the wiki, but will be
> moved to code.dlang.org together with the final release:
> https://github.com/D-Programming-Language/dub/wiki/DEP1
>
> Download:
> http://code.dlang.org/download
>
> Change log:
> https://github.com/D-Programming-Language/dub/blob/master/CHANGELOG.md
>
> [1]: http://sdl.ikayzo.org/display/SDL/Home

The second beta is out now. "dub init" now creates an SDL package 
description by default (use --format=json to get a dub.json instead).

"dub describe" has gotten a lot more powerful with a new "targets" field 
and the new "--data" switch. This is especially useful for external 
build tools based on this output. Pre/post build/generate commands can 
now access a bunch of additional environment variables [1].

[1]: 
https://github.com/D-Programming-Language/dub/blob/00f59eb63dcf922e1ad77ede13cbfdcf0a09084f/source/dub/generators/generator.d#L451


More information about the Digitalmars-d mailing list