Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dlang/phobos
- Owner: dlang
- License: bsl-1.0
- Created: 2011-01-15T07:00:06.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2024-10-15T22:24:56.000Z (27 days ago)
- Last Synced: 2024-10-17T08:54:02.004Z (25 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: 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
![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).