DUB
If you are using dub add following dependency to your dub.json or dub.sdl file.
{
"dependencies": {
"pack-d": "~>1.0.1"
}
}dependency "pack-d" version="~>1.0.1"Manual installation
-
Clone the repository
$ git clone https://github.com/robik/pack-d -
Add contents of
pack-d/sourcedirectory to your project.