issues
search
dlang
/
dub-docs
Documentation for the Dub package manager
https://dub.pm
Boost Software License 1.0
16
stars
23
forks
source link
[dub-guide/selections] Basic content
#60
Open
WebFreak001
opened
1 year ago
WebFreak001
commented
1 year ago
describe what it is (it's used for making sure builds and releases use the same package version everywhere, important for reproducible builds)
tell that it can be edited to force specific package versions
mention
dub upgrade
and that it may override user-selection
mention that
dub build
puts missing versions into it, same behavior as
dub upgrade --missing-only
tell that it should be checked into version control for applications, that there is debate about whether to put it in libraries - link to
https://lsferreira.net/posts/lockfile-lib-misconception/
dub upgrade
and that it may override user-selectiondub build
puts missing versions into it, same behavior asdub upgrade --missing-only