1DUB-ADD(1) The D Language Foundation DUB-ADD(1)
2
3
4
6 dub - Package and build management system for D
7
9 dub add <package>[@<version-spec>] [<packages...>] OPTIONS...
10
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
24 dub.sdl, dub.json
25
27 Copyright (c) 1999-2022 by The D Language Foundation
28
30 ⟨http://code.dlang.org/docs/commandline⟩http://code.dlang.org/docs/commandline
31
33 dmd(1), dub(1)
34
35
36
37The D Language Foundation 2022-01-20 DUB-ADD(1)