D-Scanner/dub.json

16 lines
420 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": "executable",
"preBuildCommands": ["git log -1 --format='%H' > githash.txt"],
"versions": ["built_with_dub"],
"dependencies": {
"libdparse": "~>0.3.0",
"dsymbol": "~>0.1.0",
"inifiled": ">=0.0.3",
},
}