https://github.com/dlang/phobos
The standard library of the D programming language
https://github.com/dlang/phobos
algorithms allocator concurrency containers d dlang functional hacktoberfest math meta parallelism phobos ranges regex standard-library stdio traits type-conversion unicode
Last synced: 10 days ago
JSON representation
The standard library of the D programming language
- Host: GitHub
- URL: https://github.com/dlang/phobos
- Owner: dlang
- License: bsl-1.0
- Created: 2011-01-15T07:00:06.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2025-12-01T10:14:40.000Z (25 days ago)
- Last Synced: 2025-12-03T21:59:07.363Z (23 days ago)
- Topics: algorithms, allocator, concurrency, containers, d, dlang, functional, hacktoberfest, math, meta, parallelism, phobos, ranges, regex, standard-library, stdio, traits, type-conversion, unicode
- Language: D
- Homepage: https://dlang.org
- Size: 65.5 MB
- Stars: 1,232
- Watchers: 100
- Forks: 747
- Open Issues: 1,020
-
Metadata Files:
- Readme: README.md
- Changelog: changelog/README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE_1_0.txt
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
 Phobos Standard Library
===================================================================
[](https://github.com/dlang/phobos/releases)
[](https://circleci.com/gh/dlang/phobos)
[](https://buildkite.com/dlang/phobos)
[](https://codecov.io/gh/dlang/phobos)
[](https://github.com/dlang/phobos/blob/master/LICENSE_1_0.txt)
Phobos is the standard library that comes with the
[D Programming Language](http://dlang.org) Compiler.
* [Bugzilla bug tracker](http://d.puremagic.com/issues/)
* [Forum](http://forum.dlang.org/)
* [API Documentation](http://dlang.org/phobos/)
* [Wiki](http://wiki.dlang.org/)
Download
--------
Phobos is packaged together with the compiler.
You should
[download the whole precompiled package](http://dlang.org/download.html).
To [build everything yourself](http://wiki.dlang.org/Building_DMD),
there is a [description in the wiki](http://wiki.dlang.org/Building_DMD).
Phobos is distributed under Boost Software License.
See the [license file](LICENSE_1_0.txt).
I Want to Contribute
--------------------
Great!
See the [CONTRIBUTING.md file](CONTRIBUTING.md).