What is the defacto standard place for D libraries
I am looking for something like CTAN, CPAN, PyPI. A standard place for solid 3rd party libraries. There is 开发者_StackOverflow社区Dsource but majority of the libraries seem to be defunct abandonware and dsource itself does not seem to have been updated since 2007.
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.
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/
2014 update for late comers:
The new package/library management tool is called "dub" and its repositories are here:
http://code.dlang.org/
D libraries are spread all over the net ;) dsource, github and ohloh are good places to start the search.
精彩评论