D-Scanner/dub.json

32 lines
731 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"
],
"dependencies": {
"libdparse": ">=0.23.1 <0.26.0",
"dcd:dsymbol": ">=0.16.0-beta.2 <0.17.0",
"inifiled": "~>1.3.1",
"emsi_containers": "~>0.9.0",
"libddoc": "~>0.8.0",
"dmd": {
"repository": "git+https://github.com/dlang/dmd.git",
"version": "b02f7183804f583776db69c1d8b355671e306216"
}
},
"targetPath" : "bin",
"stringImportPaths" : [
"bin"
],
"preBuildCommands" : [
"\"$DC\" -run \"$PACKAGE_DIR/dubhash.d\""
]
}