Am 12.12.2013 04:27, schrieb Øivind Loe:

How can I use DUB together with another build-tool? I want to use DUB to fetch dependencies, and list paths to these dependencies.. Then I want to take that list and do the actual compilation through another build-system.

Currently "dub describe" or "dub generate" are the interfaces to other
build systems, requiring either that the external tool reads the "dub
describe" JSON, or that a generator for that build tool is integrated
into DUB.

However, a "dub run-tool" (or whatever the name), that emits a bunch of
environment variables was another idea, which should be easier to handle
from a shell script, but is not implemented. Another final idea would be
to add a simple "dub list-dependencies" command, which prints a table
with "name/version/path" of the involved packages.