Factor-packman:pkg-unpack
From Zen/-/ackers
The pkg-unpack command extracts all the files in a Factor package so they can be modified / viewed easily. It is the reverse of the pkg-pack command.
The pkg-unpack word has the following signature:
pkg-unpack ( pkg-location seq -- )
:: pkg-location: the local path to the package tarball to unpack as a string. :: seq: a sequence (list) of options to be used by the pkg-unpack word.

