The standard library of the D programming language
Find a file
Dennis ae9f9307d3
Merge pull request #8903 from dkorpel/unicode-case-hexstrings
std.uni: use hex strings for case entries
2024-01-25 11:48:08 +01:00
.circleci
.github/workflows GHA: Use all 4 new CPU cores on non-Mac runners (#8899) 2024-01-21 18:59:08 +01:00
changelog Add changelog for new range predicate parameter 2024-01-21 20:28:04 -05:00
etc/c
std Merge pull request #8903 from dkorpel/unicode-case-hexstrings 2024-01-25 11:48:08 +01:00
test
tools std.uni: use hex strings for case entries 2024-01-25 10:32:13 +01:00
.codecov.yml
.dscanner.ini Use static array for table 2024-01-08 00:02:21 +01:00
.editorconfig
.gitignore
azure-pipelines.yml
CODEOWNERS
CONTRIBUTING.md Fix IRC link. (Freenode is dead, #d has been on libera for years.) 2024-01-17 15:41:09 +01:00
dub.sdl
index.dd
LICENSE_1_0.txt
Makefile Compile zlib in one go 2024-01-07 05:36:41 +08:00
posix.mak
project.ddoc
README.md
unittest.d

D Logo Phobos Standard Library

GitHub tag Bugzilla Issues CircleCi Buildkite Code coverage license

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.