mirror of https://github.com/adamdruppe/arsd.git
trying to list subpacakages
This commit is contained in:
parent
0a90548c14
commit
09fbeea89a
12
dub.json
12
dub.json
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue