trying to list subpacakages

This commit is contained in:
Adam D. Ruppe 2015-11-17 12:23:03 -05:00
parent 0a90548c14
commit 09fbeea89a
1 changed files with 6 additions and 6 deletions

View File

@ -3,12 +3,12 @@
"targetType": "none",
"sourcePaths": ["dummy"],
"dependencies": {
"arsd-official:simpledisplay" "~master",
"arsd-official:dom" "~master",
"arsd-official:cgi" "~master",
"arsd-official:http" "~master",
"arsd-official:script" "~master",
"arsd-official:terminal" "~master"
"arsd-official:simpledisplay":"~master",
"arsd-official:dom":"~master",
"arsd-official:cgi":"~master",
"arsd-official:http":"~master",
"arsd-official:script":"~master",
"arsd-official:terminal":"~master"
},
"description": "A container of various subpackages that do lots of different things. Do not use this as a package itself, instead use the subpackages for what you need (or better yet, ditch dub and do things the simple, reliable way of dmd *.d). So make your dependency like \"arsd-official:simpledisplay\" rather than \"arsd-official\".",
"license":"BSL-1.0",