Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the defacto standard place for D libraries

Tags:

d

I am looking for something like CTAN, CPAN, PyPI. A standard place for solid 3rd party libraries. There is Dsource but majority of the libraries seem to be defunct abandonware and dsource itself does not seem to have been updated since 2007.

like image 785
san Avatar asked Aug 19 '11 15:08

san


2 Answers

DSource used to be the de facto standard place, but lately the trend seems to be to use Github. Unfortunately the community is in the middle of the transition, so you probably have to search both places.

like image 96
dsimcha Avatar answered Sep 18 '22 18:09

dsimcha


I think the closest thing to a central organized list of libraries right now is:

http://wiki.dlang.org/Libraries_and_Frameworks

There is also the dub repository:

http://code.dlang.org/

like image 25
2 revs Avatar answered Sep 19 '22 18:09

2 revs