![D Logo](http://dlang.org/images/dlogo.png) Phobos Standard Library =================================================================== [![GitHub tag](https://img.shields.io/github/tag/dlang/phobos.svg?maxAge=86400)](https://github.com/dlang/phobos/releases) [![CircleCi](https://img.shields.io/circleci/project/dlang/phobos/master.svg?maxAge=86400)](https://circleci.com/gh/dlang/phobos) [![Buildkite](https://badge.buildkite.com/01509e75200b3e9576028fe52c4546d6a6a9ad81aaf31a8790.svg?branch=master)](https://buildkite.com/dlang/phobos) [![Code coverage](https://img.shields.io/codecov/c/github/dlang/phobos.svg?maxAge=86400)](https://codecov.io/gh/dlang/phobos) [![license](https://img.shields.io/github/license/dlang/phobos.svg)](https://github.com/dlang/phobos/blob/master/LICENSE_1_0.txt) Phobos is the standard library that comes with the [D Programming Language](http://dlang.org) Compiler. * [Bugzilla bug tracker](http://d.puremagic.com/issues/) * [Forum](http://forum.dlang.org/) * [API Documentation](http://dlang.org/phobos/) * [Wiki](http://wiki.dlang.org/) Download -------- Phobos is packaged together with the compiler. You should [download the whole precompiled package](http://dlang.org/download.html). To [build everything yourself](http://wiki.dlang.org/Building_DMD), there is a [description in the wiki](http://wiki.dlang.org/Building_DMD). Phobos is distributed under Boost Software Licence. See the [licence file](LICENSE_1_0.txt). I Want to Contribute -------------------- Great! See the [CONTRIBUTING.md file](CONTRIBUTING.md).