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: about 1 month 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 (over 14 years ago)
- Default Branch: master
- Last Pushed: 2024-10-15T22:24:56.000Z (6 months ago)
- Last Synced: 2024-10-17T08:54:02.004Z (6 months 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: 64.9 MB
- Stars: 1,183
- Watchers: 107
- Forks: 700
- Open Issues: 99
-
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 Licence.
See the [licence file](LICENSE_1_0.txt).I Want to Contribute
--------------------Great!
See the [CONTRIBUTING.md file](CONTRIBUTING.md).