misc/importsort-d

dub.sdl in master
Repositories | Summary | Log | Files | README.md

dub.sdl (255B) download


 1name "importsort-d"
 2description "sort imports of a .d-file"
 3authors "Friedel Schön"
 4copyright "Copyright © 2023, Friedel Schön"
 5license "zlib"
 6
 7targetType "executable"
 8targetPath "bin"
 9targetName "importsort-d"
10
11dependency "argparse" version="~>1.3.0"