24 lines
568 B
JSON
24 lines
568 B
JSON
{
|
|
"name" : "dscanner",
|
|
"description" : "Swiss-army knife for D source code",
|
|
"copyright" : "© Brian Schott",
|
|
"authors" : [
|
|
"Brian Schott"
|
|
],
|
|
"license" : "Boost Software License - Version 1.0",
|
|
"targetType" : "autodetect",
|
|
"versions" : [
|
|
"built_with_dub",
|
|
"StdLoggerDisableWarning"
|
|
],
|
|
"dependencies" : {
|
|
"libdparse": "~>0.8.0-alpha.5",
|
|
"dsymbol" : "~>0.3.0-alpha.3",
|
|
"inifiled" : "~>1.1.0",
|
|
"emsi_containers" : "~>0.6.0",
|
|
"libddoc" : "~>0.3.0-beta.1",
|
|
"stdx-allocator" : "~>2.77.0"
|
|
},
|
|
"targetPath" : "bin"
|
|
}
|