The standard library of the D programming language
Find a file
Martin Nowak 1f7e599805 fix test coverage
- use single tests as workaround for Issue 16397
- fix single tests (broken sed command)
2017-07-08 20:09:58 +02:00
changelog Merge pull request #5493 from JackStouffer/pattern-changelog 2017-06-25 13:19:14 +02:00
etc/c
std Merge pull request #5574 from aG0aep6G/FloatingPointControl-StdDdoc 2017-07-08 10:22:16 +02:00
.codecov.yml Immediately send CodeCov notifications 2017-07-02 00:27:14 +02:00
.dscanner.ini Enable has_public_example check 2017-06-30 04:47:42 +02:00
.editorconfig
.gitignore
circle.yml Remove has_public_example in favor of Dscanner 2017-06-19 13:37:55 +02:00
circleci.sh fix test coverage 2017-07-08 20:09:58 +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.