D-Scanner/dub.json

30 lines
646 B
JSON

{
"name" : "dscanner",
"description" : "Swiss-army knife for D source code",
"copyright" : "© Brian Schott",
"authors" : [
"Brian Schott"
],
"license" : "BSL-1.0",
"targetType" : "autodetect",
"versions" : [
"built_with_dub",
"StdLoggerDisableWarning"
],
"dependencies" : {
"libdparse": ">=0.17.0 <0.18.0",
"dsymbol" : ">=0.11.3 <0.12.0",
"inifiled" : "~>1.3.1",
"emsi_containers" : "~>0.8.0",
"libddoc" : "~>0.8.0",
"stdx-allocator" : "~>2.77.5"
},
"targetPath" : "bin",
"stringImportPaths" : [
"bin"
],
"preGenerateCommands" : [
"rdmd \"$PACKAGE_DIR/dubhash.d\""
]
}