Factor-packman:pkg-dependencies
From Zen/-/ackers
The pkg-dependencies command allows the user to get a list of dependencies for a specific Factor package.
Open Issue: can we not merge this functionality into pkg-info and access it via a command switch.
The pkg-dependencies word has the following signature:
pkg-dependencies ( pkg-name seq -- )
:: pkg-name: the name of the package to check for dependencies. :: seq: a sequence (list) of options to be used by the pkg-dependencies word.

