The standard library of the D programming language
Find a file
monarch dodra d39696d151 Merge pull request #1540 from AndrejMitrovic/ConvOptimize
Use a switch table for enum->string conversion, which avoids runtime memory allocation.
2013-09-08 08:38:16 -07:00
etc/c Revert "Use @monarchdodra's suggestion to replace ; with {}" 2013-07-15 10:11:20 -07:00
std Merge pull request #1540 from AndrejMitrovic/ConvOptimize 2013-09-08 08:38:16 -07: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.