6.1 Functions for raco pkg
(require pkg) | package: base |
The pkg module provides a programmatic interface to the raco pkg sub-subcommands.
Each-long form option of the command-line interface is a keyword argument to the functions described below. An argument corresponding to --type, --deps, --format, or --scope accepts its argument as a symbol, while other flags that take arguments expect strings. An argument corresponding to --scope is also allowed to be a path string, as would be provided to --scope-dir. Options without argument correspond to keyword arguments that accept booleans, where #t is equivalent to the presence of the option.
value
Implements raco pkg install.
value
Implements raco pkg update.
value
Implements raco pkg remove.
value
Implements raco pkg show.
value
Implements raco pkg migrate.
value
Implements raco pkg config.
value
Implements raco pkg create.
Implements raco pkg catalog-show.
Implements raco pkg catalog-copy.