~ chicken-core (chicken-5) /chicken-status.mdoc
Trap1.\" Copyright (c) 2007-2022, The CHICKEN Team2.\" All rights reserved.3.\"4.\" Redistribution and use in source and binary forms, with or without5.\" modification, are permitted provided that the following conditions6.\" are met:7.\" 1. Redistributions of source code must retain the above copyright8.\" notice, this list of conditions and the following disclaimer.9.\" 2. Redistributions in binary form must reproduce the above copyright10.\" notice, this list of conditions and the following disclaimer in the11.\" documentation and/or other materials provided with the distribution.12.\" 3. The name of the authors may not be used to endorse or promote products13.\" derived from this software without specific prior written permission.14.\"15.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR16.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES17.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.18.\" IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY DIRECT, INDIRECT,19.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT20.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,21.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY22.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT23.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF24.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.25.\"26.\"27.Dd Apr 23, 201728.Dt CHICKEN-STATUS 129.Os30.Sh NAME31.Nm chicken-status32.Nd list information about installed libraries33.Sh SYNOPSIS34.Nm35.Op OPTION ...36.Ar NAME ...37.Sh DESCRIPTION38.Nm39lists information about installed CHICKEN Scheme extension libraries.40.Pp41If42.Ar NAME43is given, information is limited to the specified extension(s).44Otherwise, all extensions are shown.45.Pp46The program accepts following arguments:47.Bl -tag -width Ds48.It Fl h , Fl help49Show usage and exit.50.It Fl version51Show version and exit.52.It Fl c , Fl components53List installed components.54.It Fl f , Fl files55List installed files.56.It Fl list57List installed egg versions in a format suitable for use with58.Xr chicken-install 1 Ns 's59.No Fl override No or Fl from-list No options.60.It Fl match61Treat62.Ar NAME63as a glob pattern.64.It Fl host65When cross-compiling, only show host extensions.66.It Fl target67When cross-compiling, only show target extensions.68.Dq override69format.70.It Fl cached71List eggs that are currently cached.72.El73.Sh ENVIRONMENT74The following environment variables change the behaviour of75.Nm Ns :76.Bl -tag -width CHICKEN_INSTALL_REPOSITORY77.It Ev CHICKEN_INSTALL_REPOSITORY78The path where extension libraries are installed. Defaults to the79package library path selected during configuration80.Pq usually $prefix/lib/chicken/<binary-version> .81.It Ev CHICKEN_REPOSITORY_PATH82One or more directories holding extension libraries. Defaults to the83installation repository.84.It Ev CHICKEN_EGG_CACHE85Location where eggs are retrieved and built.86.El87.Sh FILES88.Bl -tag -width 4n89.It Pa $XDG_CACHE_HOME/chicken-install/90Default directory for cached eggs. (91.Ev $XDG_CACHE_HOME92defaults to93.Pa $HOME/.cache94)95.El96.Sh EXIT STATUS97.Ex -std98.Sh SEE ALSO99.Xr chicken 1 ,100.Xr chicken-install 1 ,101.Xr chicken-uninstall 1102.Pp103More information can be found in the104.Lk http://wiki.call-cc.org/manual/index "CHICKEN User's Manual".105.Sh AUTHORS106.An The CHICKEN Team107.Sh BUGS108Submit bug reports by e-mail to109.Mt chicken-janitors@nongnu.org