roswell.roswell/documents/html/ros-list.html

58 lines
1.8 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="generator" content="pandoc">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
<title>ros-list(1)</title>
<style type="text/css">code{white-space: pre;}</style>
<link rel="stylesheet" href="../ros.css">
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
<![endif]-->
</head>
<body>
<header>
<h1 class="title">ros-list(1)</h1>
<ul>
<li class="author">Roswell Project Team</li>
</ul>
</header>
<p>ros-list - list the materials installed by roswell</p>
<h1 id="synopsis">Synopsis</h1>
<p><strong>ros list [type] [options]</strong></p>
<!-- # subcommands -->
<!-- somecommand -->
<!-- :description. end with a period. -->
<h1 id="description">Description</h1>
<p><strong>ros list</strong> shows the list of the materials installed by roswell.</p>
<dl>
<dt>installed [ [ IMPL | IMPL/VERSION ]...]</dt>
<dd>List the implementations that have been already installed. Optionally
</dd>
</dl>
<p>providing IMPL shows the installed versions of the implementation.</p>
<dl>
<dt>dump [IMPL]</dt>
<dd>List the internal dumped images that are compatible with IMPL. When
</dd>
</dl>
<p>IMPL is ommited, it is defaulted to the current lisp implementation in use. Images are in <code>$ROSWELL_INSTALL_DIR/impl/.../dump/</code>.</p>
<dl>
<dt>versions [IMPL]</dt>
<dd>List the installable versions for IMPL. When IMPL is ommited, it is
</dd>
</dl>
<p>defaulted to the current lisp implementation in use. This feature is experimental.</p>
<!-- # options -->
<!-- -->
<!-- # Environmental Variables -->
<h1 id="see-also">SEE ALSO</h1>
<p><em>sbcl</em>(1) <em><a href="ros.html">ros</a></em>(1)</p>
<p>_</p>
</body>
</html>