The standard library of the D programming language
Find a file
2024-01-08 00:02:21 +01:00
.circleci Merge Makefiles 2023-12-16 22:22:20 +01:00
.github/workflows Remove failing FreeBSD 12 CI 2024-01-06 19:44:08 +01:00
changelog Upgrade std.uni to Unicode 15.1.0 2024-01-06 13:06:48 +01:00
etc/c Revert "Revert "Makefile: Compile zlib .c files with DMD via importC"" 2024-01-06 06:15:32 +08:00
std Use static array for table 2024-01-08 00:02:21 +01:00
test Add sumtype to Phobos (#7702) 2021-03-05 12:41:34 +01:00
tools Use static array for table 2024-01-08 00:02:21 +01:00
.codecov.yml yaml: make files comply with YAML specification 2021-08-30 14:54:57 +00:00
.dscanner.ini Use static array for table 2024-01-08 00:02:21 +01:00
.editorconfig
.gitignore Automatically download Unicode files for generator 2024-01-05 22:44:48 +01:00
azure-pipelines.yml Merge Makefiles 2023-12-16 22:22:20 +01:00
CODEOWNERS Upstream Unicode table generator and update tables to v15 2022-12-12 02:10:14 +13:00
CONTRIBUTING.md
dub.sdl Move checkedint out of experimental (#8100) 2022-01-25 00:17:24 +00:00
index.dd Remove deprecated std.xml module 2022-08-28 11:30:15 +02:00
LICENSE_1_0.txt
Makefile Compile zlib in one go 2024-01-07 05:36:41 +08:00
posix.mak Restore posix.mak, forwarding to generic Makefile 2023-12-16 22:22:20 +01:00
project.ddoc
README.md Remove no longer available issue stats and add a Buildkite badge 2019-01-04 18:02:28 +01:00
unittest.d Remove deprecated symbols from std.digest.digest 2020-04-09 11:35:23 +02:00

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.