mirror of https://github.com/adamdruppe/arsd.git
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:
parent
5ccf8b4ae0
commit
74a3045382
|
@ -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"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue