1
0
Fork
You've already forked phobos
0
No description
  • D 91%
  • C 8.3%
  • Makefile 0.6%
Find a file
2026年03月11日 08:44:22 +00:00
.circleci Merge Makefiles 2023年12月16日 22:22:20 +01:00
.github/workflows Increase timeout of macOS x64 to 60 minutes ( #10955 ) 2026年02月17日 08:31:32 +08:00
changelog variant: Value semantics for big payloads ( #10925 ) 2026年01月10日 08:25:20 +08:00
etc/c Add the ODBC 4.0 modules based on ImportC and deprecate the old ODBC 3.5 modules. ( #10649 ) 2025年02月24日 22:18:19 +08:00
phobos Add ReturnType to phobos.sys.traits. ( #10907 ) 2025年12月01日 02:14:40 -08:00
std set default timetone 2026年03月11日 08:44:22 +00:00
test Add sumtype to Phobos ( #7702 ) 2021年03月05日 12:41:34 +01:00
tools Update to unicode 17.0.0 2025年09月15日 16:35:53 +08:00
.codecov.yml yaml: make files comply with YAML specification 2021年08月30日 14:54:57 +00:00
.dscanner.ini Add internal multi-backend entropy system ( #10748 ) 2025年05月02日 07:17:02 +08:00
.editorconfig Fix line endings in .editorconfig 2018年09月16日 12:19:04 -07:00
.gitignore Remove Phobos 3 dub.sdl and replace it with the build_v3.d build script. ( #9069 ) 2024年10月25日 17:49:41 -07:00
build_v3.d Add SymbolType, PropertyType, and ToFunctionType to phobos.sys.traits. ( #10805 ) 2025年07月05日 17:57:09 -07:00
CODEOWNERS Update CODEOWNERS to reflect that logger has been moved out of std.experimental ( #10608 ) 2025年01月02日 10:11:36 +08:00
CONTRIBUTING.md Update video URL as requested 2025年05月02日 15:32:35 +05:30
index.dd [docs] Improve index.dd ( #10967 ) 2026年03月03日 05:15:42 +08:00
LICENSE_1_0.txt Changed Phobos to use the Boost license. Currently, all public domain modules and all licensed modules by Walter, Andrei, Bartosz, and Don have been changed to use this license (excepting std.c, for the moment). Ideally, all Phobos modules will eventually be distributed under this license, which means obtaining permission from a few more authors, deleting, or rewriting some modules. 2009年09月16日 18:19:51 +00:00
Makefile phobos: Enable shared on hurd 2026年03月11日 08:44:22 +00:00
posix.mak Restore posix.mak, forwarding to generic Makefile 2023年12月16日 22:22:20 +01:00
project.ddoc add PROJECT=phobos ddoc macro 2014年01月10日 19:16:53 +01:00
README.md fix misspelling of license ( #10881 ) 2025年10月18日 00:20:11 -07: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 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 License. See the license file.

I Want to Contribute

Great! See the CONTRIBUTING.md file.