The standard library of the D programming language
Find a file
2018-01-08 02:52:50 +01:00
.circleci Upgrade to CircleCi 2.0 2017-12-17 20:33:55 +01:00
changelog purge changelog 2018-01-03 02:49:51 +01:00
etc/c Merge pull request #5844 from mathias-lang-sociomantic/mangling-std-zlib 2017-11-06 16:44:19 +01:00
std Add PHOBOSSRC urls to std.experimental 2018-01-08 02:52:50 +01:00
.codecov.yml
.dscanner.ini Start removing std.{json,zip,zlib,algorithm.mutation} 2017-12-01 09:28:05 +01:00
.editorconfig
.gitignore
CODEOWNERS
CONTRIBUTING.md
index.d
Jenkinsfile
LICENSE_1_0.txt
posix.mak Don't grep for Ddoc warnings 2017-12-17 20:43:53 +01:00
project.ddoc
README.md
unittest.d
win32.mak Remove docs build from the Windows Makefiles 2017-12-18 08:40:57 +01:00
win64.mak Remove docs build from the Windows Makefiles 2017-12-18 08:40:57 +01: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.