The standard library of the D programming language
Find a file
2016-01-17 21:21:39 +01:00
etc/c Merge pull request #3768 from CyberShadow/pull-20151024-051829 2015-10-24 15:05:00 -07:00
std Add alternative commenting 2016-01-17 21:21:39 +01:00
.editorconfig
.gitignore Ignore .lst files 2015-08-25 22:24:31 -04:00
changelog.dd Update the changelog 2015-12-19 11:08:51 +01:00
CONTRIBUTING.md Add FAQ to the contributing guide 2015-12-03 10:50:18 -05:00
index.d fix issue 14695: std.uuid missing from index page. 2015-09-03 15:17:49 +02:00
LICENSE_1_0.txt
osmodel.mak
posix.mak Merge pull request #3777 from MartinNowak/fix15222 2016-01-12 00:54:19 -05:00
project.ddoc
README.md
unittest.d Add missing references to std.digest.hmac to fix doc generation 2015-08-15 12:03:29 +02:00
win32.mak Merge pull request #3777 from MartinNowak/fix15222 2016-01-12 00:54:19 -05:00
win64.mak Merge pull request #3777 from MartinNowak/fix15222 2016-01-12 00:54:19 -05: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.