1DUB-CONVERT(1)             The D Language Foundation            DUB-CONVERT(1)
2
3
4

NAME

6       dub - Package and build management system for D
7

SYNOPSIS

9       dub convert
10
11       OPTIONS...
12

DESCRIPTION

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

OPTIONS

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

FILES

30       dub.sdl, dub.json
31

AUTHOR

33       Copyright (c) 1999-2022 by The D Language Foundation
34

ONLINE DOCUMENTATION

36http://code.dlang.org/docs/commandlinehttp://code.dlang.org/docs/commandline
37

SEE ALSO

39       dmd(1), dub(1)
40
41
42
43The D Language Foundation         2022-07-27                    DUB-CONVERT(1)
Impressum