The standard library of the D programming language
Find a file
2021-05-13 17:45:26 +02:00
.circleci
changelog Fix wording in changelog regarding formatting floats is @nogc. 2021-05-13 17:45:26 +02:00
etc/c
std Merge remote-tracking branch 'upstream/master' into stable 2021-05-12 08:29:15 +02:00
test
.cirrus.yml
.codecov.yml
.dscanner.ini std.format: Refactor formatReflectTest 2021-04-22 03:21:31 +02:00
.editorconfig
.gitignore
azure-pipelines.yml
CODEOWNERS
CONTRIBUTING.md
dub.sdl
index.d
Jenkinsfile
LICENSE_1_0.txt
posix.mak std.math: Move floating point operations into operations submodule. 2021-04-17 21:52:27 +02:00
project.ddoc
README.md
unittest.d
win32.mak std.math: Move floating point operations into operations submodule. 2021-04-17 21:52:27 +02:00
win64.mak std.math: Move floating point operations into operations submodule. 2021-04-17 21:52:27 +02:00

D Logo Phobos Standard Library

GitHub tag Bugzilla Issues CircleCi Buildkite Code coverage license

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.