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

NAME

6       dub - Package and build management system for D
7

SYNOPSIS

9       dub add <package>[@<version-spec>] [<packages...>] OPTIONS...
10

DESCRIPTION

12       Adds <packages> as dependencies.
13
14
15
16       Running "dub add <package>" is the same as adding <package> to the "de‐
17       pendencies" section in dub.json/dub.sdl.
18
19       If no version is specified for one of the packages, dub will query  the
20       registry for the latest version.
21

OPTIONS

FILES

24       dub.sdl, dub.json
25

AUTHOR

27       Copyright (c) 1999-2022 by The D Language Foundation
28

ONLINE DOCUMENTATION

30http://code.dlang.org/docs/commandlinehttp://code.dlang.org/docs/commandline
31

SEE ALSO

33       dmd(1), dub(1)
34
35
36
37The D Language Foundation         2022-07-27                        DUB-ADD(1)
Impressum