Am 08.10.2015 um 07:24 schrieb infinityplusb:

Thanks for replying!I was basically trying all sorts of things to try and force it to "find the unfindable" which I can't figure out.

I changed it to your suggestion below and retried.
Still have the same error. :S

I tried to copy one of the other modules in the dub library, but I can't see where mine is different and hence why it doesn't work.
Hence raising a ticket.

Any other suggestions?

Is there a step-by-step guide to create a "hello world dub library"?
If I could get it to work, I'll gladly write one. :)

The problem seems to be that the dub.sdl of the datadogd package
specifies targetType "none", which will cause it to not be included in
the build at all. I'd usually recommend to use the generic targetType <br>"library".

BTW, you should ideally also use license "GPL-2.0" instead of "GPL 2".
Currently this information isn't used for anything but displaying it on
the package's overview page, so it doesn't really matter, but later we
might add a feature that automatically warns about license
incompatibilities.

http://code.dlang.org/getting_started contains a very humble attempt
at a step-by-step guide, but could be improved in many ways and doesn't
really mention common pitfalls.