roswell.roswell/documents/man/ros-list.1
2022-02-20 06:14:59 +00:00

35 lines
951 B
Groff

.\" Automatically generated by Pandoc 2.5
.\"
.TH "ros-list" "1" "" "" ""
.hy
.PP
ros\-list \- list the materials installed by roswell
.SH Synopsis
.PP
\f[B]ros list [type] [options]\f[R]
.SH Description
.PP
\f[B]ros list\f[R] shows the list of the materials installed by roswell.
.TP
.B installed [ [ IMPL | IMPL/VERSION ]\&...]
List the implementations that have been already installed.
Optionally providing IMPL shows the installed versions of the
implementation.
.TP
.B dump [IMPL]
List the internal dumped images that are compatible with IMPL.
When IMPL is ommited, it is defaulted to the current lisp implementation
in use.
Images are in \f[C]$ROSWELL_INSTALL_DIR/impl/.../dump/\f[R].
.TP
.B versions [IMPL]
List the installable versions for IMPL.
When IMPL is ommited, it is defaulted to the current lisp implementation
in use.
This feature is experimental.
.SH SEE ALSO
.PP
\f[I]sbcl\f[R](1) \f[I]ros\f[R](1)
.SH AUTHORS
Roswell Project Team.