mirror of
https://github.com/dlang/phobos.git
synced 2025-05-03 00:20:26 +03:00
The standard library of the D programming language
algorithmsallocatorconcurrencycontainersddlangfunctionalhacktoberfestmathmetaparallelismphobosrangesregexstandard-librarystdiotraitstype-conversionunicode
![]() when the code is `!isOpen` it now means: - in exception documentation it's now always saying "not opened" (or similar, it's clear the file is in error state in that case) - in general documentation it now always says "closed or not yet opened" (to avoid mistaking it with eof) - in runtime error messages it always says "unopened" |
||
---|---|---|
.circleci | ||
changelog | ||
etc/c | ||
std | ||
test | ||
.cirrus.yml | ||
.codecov.yml | ||
.dscanner.ini | ||
.editorconfig | ||
.gitignore | ||
azure-pipelines.yml | ||
CODEOWNERS | ||
CONTRIBUTING.md | ||
dub.sdl | ||
index.dd | ||
Jenkinsfile | ||
LICENSE_1_0.txt | ||
posix.mak | ||
project.ddoc | ||
README.md | ||
unittest.d | ||
win32.mak | ||
win64.mak |
Phobos Standard Library
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.