On 8/14/2014 2:26 AM, Sönke Ludwig wrote:

Am 10.08.2014 04:15, schrieb dat:

Hi all,
n00b here, I have a project built with vibe using dub that is working
perfectly. Now I need to implement a different tool (that will
periodically run from crontab) and I would like to use
vibe.http.client.requestHTTP to make some GET requests from the
script. Is it possible? How? Should I compile vibe as a library? If
yes, how?
Any suggestion is more than welcome,
dat

I would just use DUB to build a binary (using dub build). The binary
will have vibe.d statically linked in,

As a package repo/tool, Dub really needs to play nicer with other
build systems. As it is, trying to use a dub-based package in a project
that uses anything other than dub as the build system is a royal PITA.
It's kinda the biggest thing really holding me back from actually using
dub much.