I'm currently working on a smallish application with a web interface, and vibe.d seems like a good fit for my needs.

However, the application depends on a large C library. Is it possible to instruct vibe to link to a certain static library when using the 'vibe' command from the project root? Or should I call rdmd myself?

Rene