30 lines
663 B
JSON
30 lines
663 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.10.10",
|
|
"dsymbol" : "~>0.5.3",
|
|
"inifiled" : "~>1.3.1",
|
|
"emsi_containers" : "~>0.8.0-alpha.7",
|
|
"libddoc" : "~>0.5.0",
|
|
"stdx-allocator" : "~>2.77.4"
|
|
},
|
|
"targetPath" : "bin",
|
|
"stringImportPaths" : [
|
|
"bin"
|
|
],
|
|
"preGenerateCommands" : [
|
|
"rdmd $PACKAGE_DIR/dubhash.d"
|
|
]
|
|
}
|