General purpose utility suite with a tendency towards genome assembly.
This library mainly includes additional general purpose functions that are absent from Phobos but also includes some functions related to genome assembly.
Install using dub
dub add dalicious
or by manually adding the dependency:
# dub.json:
"dalicious": "~>1.0.0"
# dub.sdl:
dependency "dalicious" version="~>1.0.0"
Look into the online documentation or browse the code for an overview of the functionalities.
Arne Ludwig <arne.ludwig@posteo.de>
Contributions are warmly welcome. Just create an issue or pull request on GitHub. If you submit a pull request please make sure that:
- the code compiles on Linux using the current release of dmd,
- your code is covered with unit tests (if feasible) and
dub test
runs successfully.
This project is licensed under MIT License).