SHOO's scrap library for D language.
Voile is a github project, hosted at https://github.com/shoo/voile To get and build it:
git clone https://github.com/shoo/voile.git
cd voile
dub build
Add to dub
git clone https://github.com/shoo/voile.git
dub add-path voile
Or, add dependencies with path on dub.json/dub.sdl
{
"dependencies": {
"voile": {"path": "../voile", "version": "*" }
}
}
public domain