The standard library of the D programming language
Find a file
2013-09-15 13:00:06 +09:00
etc/c Revert "Use @monarchdodra's suggestion to replace ; with {}" 2013-07-15 10:11:20 -07:00
std Mark the unittest for std.array.minimallyInitializedArray as @safe 2013-09-15 13:00:06 +09:00
.gitignore Revert "Use @monarchdodra's suggestion to replace ; with {}" 2013-07-15 10:11:20 -07:00
changelog.dd Revert "Use @monarchdodra's suggestion to replace ; with {}" 2013-07-15 10:11:20 -07:00
CONTRIBUTING.md Add Contribution Guidelines 2013-08-15 11:10:36 +02:00
crc32.d Revert "Use @monarchdodra's suggestion to replace ; with {}" 2013-07-15 10:11:20 -07:00
index.d Revert "Use @monarchdodra's suggestion to replace ; with {}" 2013-07-15 10:11:20 -07:00
LICENSE_1_0.txt Revert "Use @monarchdodra's suggestion to replace ; with {}" 2013-07-15 10:11:20 -07:00
posix.mak Merge pull request #1536 from lionello/bug10893 2013-09-08 08:37:19 -07:00
README.md Add README 2013-08-15 11:10:36 +02:00
unittest.d Revert "Use @monarchdodra's suggestion to replace ; with {}" 2013-07-15 10:11:20 -07:00
win32.mak Merge pull request #1347 from blackwhale/new-std-uni 2013-08-08 00:28:29 -07:00
win64.mak Merge pull request #1347 from blackwhale/new-std-uni 2013-08-08 00:28:29 -07:00

D Logo Phobos Runtime Library

Phobos is the standard runtime library that comes with the D Programming Language Compiler.

Download

Phobos 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.