mirror of
https://github.com/dlang/phobos.git
synced 2025-05-06 19:16:13 +03:00
31 lines
907 B
Markdown
31 lines
907 B
Markdown
 Phobos Standard Library
|
|
===================================================================
|
|
|
|
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).
|
|
|