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