List installed modules
psychoticRabbit
meagain at meagain.com
Sun Mar 11 03:52:19 UTC 2018
On Sunday, 11 March 2018 at 01:04:27 UTC, Roberto wrote:
> How do I list installed modules?
>
> dmd --list-modules
> datefmt
> dateparser
> std.algorithm
> std.array
> std.conv
> std.datetime
> std.digest
> std.exception
> std.file
> std.format
> std.getopt
> std.json
> std.math
> ...
Presumably, you mean packages installed by dub, as opposed to
what comes with phobos as part of the installation.
If that's what you mean, then that could be an enhancment request
- i.e. to have dub maintain a list of what's installed, like any
good package manager should.
Whether dub does that currently I do not know, as i don't use
dub, or any additional packages outside of phobos.
More information about the Digitalmars-d-learn
mailing list