Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 4 days ago
JSON representation

The standard library of the D programming language

Awesome Lists containing this project

README

        

![D Logo](http://dlang.org/images/dlogo.png) Phobos Standard Library
===================================================================

[![GitHub tag](https://img.shields.io/github/tag/dlang/phobos.svg?maxAge=86400)](https://github.com/dlang/phobos/releases)
[![Bugzilla Issues](https://img.shields.io/badge/issues-Bugzilla-green.svg)](https://issues.dlang.org/buglist.cgi?component=phobos&list_id=220147&product=D&resolution=---)
[![CircleCi](https://img.shields.io/circleci/project/dlang/phobos/master.svg?maxAge=86400)](https://circleci.com/gh/dlang/phobos)
[![Buildkite](https://badge.buildkite.com/01509e75200b3e9576028fe52c4546d6a6a9ad81aaf31a8790.svg?branch=master)](https://buildkite.com/dlang/phobos)
[![Code coverage](https://img.shields.io/codecov/c/github/dlang/phobos.svg?maxAge=86400)](https://codecov.io/gh/dlang/phobos)
[![license](https://img.shields.io/github/license/dlang/phobos.svg)](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).