D library projects
    Walter Bright 
    newshound1 at digitalmars.com
       
    Thu Nov 12 10:59:38 PST 2009
    
    
  
For anyone looking for an easy, but valuable, contribution to D, take a 
look at the go runtime library.
There's a lot in there we could use in the D library:
http://golang.org/pkg/
The library is licensed under the 
http://creativecommons.org/licenses/by/3.0/
meaning we can adapt it to D.
Some packages that look particularly useful are:
archive.tar
compress.flate
crypto
debug
ebnf
encoding
gob
http
image
net
rpc
    
    
More information about the Digitalmars-d
mailing list