The standard library of the D programming language
Find a file
Hara Kenji c3a39c5461 Merge pull request #3470 from WalterBright/betterFormatU
std.format.formatUnsigned: refactor
2015-07-04 14:36:23 +09:00
etc/c Make SQL_SUCCEEDED a template 2015-06-11 17:41:52 -07:00
std Merge pull request #3470 from WalterBright/betterFormatU 2015-07-04 14:36:23 +09:00
.editorconfig
.gitignore
changelog.dd
CONTRIBUTING.md
index.d Add std.digest.hmac 2015-06-12 20:37:47 +02:00
LICENSE_1_0.txt
osmodel.mak
posix.mak Merge pull request #3233 from schuetzm/hmac 2015-06-20 20:29:30 +02:00
project.ddoc
README.md
unittest.d
win32.mak Merge pull request #3233 from schuetzm/hmac 2015-06-20 20:29:30 +02:00
win64.mak Merge pull request #3233 from schuetzm/hmac 2015-06-20 20:29:30 +02:00

D Logo Phobos Standard Library

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.