The standard library of the D programming language
Find a file
The Dlang Bot 0b6b743b5b Merge pull request #5547 from MartinNowak/merge_stable
Merge remote-tracking branch 'upstream/stable' into merge_stable
merged-on-behalf-of: Jack Stouffer <jack@jackstouffer.com>
2017-07-08 19:09:17 +02:00
changelog
etc/c
std Merge pull request #5547 from MartinNowak/merge_stable 2017-07-08 19:09:17 +02:00
.codecov.yml
.dscanner.ini
.editorconfig
.gitignore
circle.yml
circleci.sh Move tools checkout to style_lint to avoid failing PRs 2017-07-06 18:33:06 +02:00
CONTRIBUTING.md
index.d Fix broken links 2017-07-06 19:15:31 +02:00
Jenkinsfile
LICENSE_1_0.txt
posix.mak Trigger a hard error on deprecation messages 2017-07-05 18:18:02 +02:00
project.ddoc
README.md
unittest.d
win32.mak Trigger a hard error on deprecation messages 2017-07-05 18:18:02 +02:00
win64.mak Trigger a hard error on deprecation messages 2017-07-05 18:18:02 +02:00

D Logo Phobos Standard Library

GitHub tag Build status Code coverage Issue Stats

Phobos is the standard library that comes with the D Programming Language Compiler.

Download

Phobos is packaged together with the compiler. You should download the whole precompiled package.

To build everything yourself, there is a description in the wiki.

Phobos is distributed under Boost Software Licence. See the licence file.

I Want to Contribute

Great! See the CONTRIBUTING.md file.