Some minor fixes + made it a dub package.

modules that won't compile with current dmd are excluded from the build.
This commit is contained in:
Robert Klotzner 2013-04-05 23:03:03 +02:00
parent 5ccf8b4ae0
commit 74a3045382
32 changed files with 31 additions and 0 deletions

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

31
package.json Normal file
View File

@ -0,0 +1,31 @@
{
"name": "arsd",
"description": "Collection of D modules I find useful",
"homepage": "https://github.com/adamdruppe/misc-stuff-including-D-programming-language-web-stuff",
"copyright": "Copyright © 2013, Adam D. Ruppe",
"authors": [
"Adam D. Ruppe"
],
"dependencies": {
},
"sourcePaths" : [
"arsd"
],
"importPaths" : [
"."
],
"excludedSourceFiles" : [
"arsd/engine.d",
"arsd/mssql.d",
"arsd/audio.d",
"arsd/screen.d",
"arsd/dom.d",
"arsd/png.d",
"arsd/html.d",
"arsd/web.d",
"arsd/htmltotext.d",
"arsd/image.d",
"arsd/http.d",
"arsd/netman.d"
]
}