On Monday, 14 May 2012 at 14:04:01 UTC, Gor Gyolchanyan wrote:
Thanks for the reply!
This isn't a library. This is a weird framework, which needs me
to run my
sources through some executables.
I need a good library with no garbage. Pure D code, that I can
merge with
my sources.
You might want to have a look at it again – Vibe.d just
provides a way to quickly start your application using a wrapper
script for RDMD which also automatically links in libevent, etc.
If you don't like that, you can always choose to build your
project in another way.
David