The standard library of the D programming language
Find a file
monarch dodra aa3b13ce49 Merge pull request #1328 from 9rnsr/fix10230
Issue 10230 - Duplicated buttons for runnable examples
2013-08-31 02:50:17 -07:00
etc/c Revert "Use @monarchdodra's suggestion to replace ; with {}" 2013-07-15 10:11:20 -07:00
std Merge pull request #1328 from 9rnsr/fix10230 2013-08-31 02:50:17 -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 link with libphobos2.so with libdl on linux 2013-08-27 21:02:43 +02: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.