DUB 0.9.17/0.9.18 have been released + now on code.dlang.org
Sönke Ludwig
sludwig at outerproduct.org
Thu Sep 12 03:34:55 PDT 2013
Major changes since 0.9.16:
- The registry is now officially located at http://code.dlang.org
See also the current discussion thread in the D forum:
http://forum.dlang.org/thread/l0o0jq$gvp$1@digitalmars.com
- Build types (debug, release, unittest etc.) can now be customized
- Added support for multiple package repositories
- Build flags are now handled in an abstract way to facilitate better
compatibility of packages with different compilers (using a
"buildOptions" field instead of "dflags" in most cases)
- Configuration resolution on complex dependency graphs is much more
robust now (i.e. "configurations" and "subConfigurations" fields of
all used packages affect the finally chosen configurations as
appropriate)
- Robustness improvements for the VisualD project generator (avoids
redundant flags and link dependencies)
There are currently two active contributors, but a lot of work has piled
up, mostly in the form of enhancement requests, so any additional help
is valuable.
GitHub projects:
https://github.com/rejectedsoftware/dub
https://github.com/rejectedsoftware/dub-registry
Full change log:
https://github.com/rejectedsoftware/dub/blob/master/CHANGELOG.md
Download:
http://code.dlang.org/download
More information about the Digitalmars-d-announce
mailing list