mirror of https://github.com/adamdruppe/arsd.git
trying to list subpacakages
This commit is contained in:
parent
df903147f1
commit
0a90548c14
13
dub.json
13
dub.json
|
@ -1,8 +1,15 @@
|
||||||
{
|
{
|
||||||
"name": "arsd-official",
|
"name": "arsd-official",
|
||||||
"targetType": "sourceLibrary",
|
"targetType": "none",
|
||||||
"sourcePaths": ["dummy"],
|
"sourcePaths": ["dummy"],
|
||||||
"dependencies": {},
|
"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"
|
||||||
|
},
|
||||||
"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\".",
|
"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",
|
"license":"BSL-1.0",
|
||||||
"subPackages": [
|
"subPackages": [
|
||||||
|
@ -37,7 +44,7 @@
|
||||||
"sourcefiles": ["cgi.d"]
|
"sourcefiles": ["cgi.d"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "HTTP client",
|
"name": "http",
|
||||||
"description": "HTTP client library",
|
"description": "HTTP client library",
|
||||||
"libs-posix": ["crypto", "ssl"],
|
"libs-posix": ["crypto", "ssl"],
|
||||||
"versions-posix": ["with_openssl"],
|
"versions-posix": ["with_openssl"],
|
||||||
|
|
Loading…
Reference in New Issue