1DUB-CONVERT(1) The D Language Foundation DUB-CONVERT(1)
2
3
4
6 dub - Package and build management system for D
7
9 dub convert
10
11 OPTIONS...
12
14 This command will convert between JSON and SDLang formatted package
15 recipe files.
16
17
18
19 Warning: Beware that any formatting and comments within the package
20 recipe will get lost in the conversion process.
21
23 -f, Specifies the target package recipe format. Possible values:
24 json, sdl
25
26 -s, Outputs the converted package recipe to stdout instead of writ‐
27 ing to disk.
28
30 dub.sdl, dub.json
31
33 Copyright (c) 1999-2022 by The D Language Foundation
34
36 ⟨http://code.dlang.org/docs/commandline⟩http://code.dlang.org/docs/commandline
37
39 dmd(1), dub(1)
40
41
42
43The D Language Foundation 2022-01-20 DUB-CONVERT(1)