1CHICKEN-STATUS(1)         BSD General Commands Manual        CHICKEN-STATUS(1)
2

NAME

4     chicken-status — list information about installed libraries
5

SYNOPSIS

7     chicken-status [OPTION ...] NAME ...
8

DESCRIPTION

10     chicken-status lists information about installed CHICKEN Scheme extension
11     libraries.
12
13     If NAME is given, information is limited to the specified extension(s).
14     Otherwise, all extensions are shown.
15
16     The program accepts following arguments:
17
18     -h, -help
19             Show usage and exit.
20
21     -version
22             Show version and exit.
23
24     -c, -components
25             List installed components.
26
27     -f, -files
28             List installed files.
29
30     -list   List installed egg versions in a format suitable for use with
31             chicken-install(1)'s -override or -from-list options.
32
33     -match  Treat NAME as a glob pattern.
34
35     -host   When cross-compiling, only show host extensions.
36
37     -target
38             When cross-compiling, only show target extensions.  “override”
39             format.
40
41     -cached
42             List eggs that are currently cached.
43

ENVIRONMENT

45     The following environment variables change the behaviour of
46     chicken-status:
47
48     CHICKEN_INSTALL_REPOSITORY  The path where extension libraries are
49                                 installed. Defaults to the package library
50                                 path selected during configuration (usually
51                                 $prefix/lib/chicken/<binary-version>).
52
53     CHICKEN_REPOSITORY_PATH     One or more directories holding extension
54                                 libraries. Defaults to the installation
55                                 repository.
56

EXIT STATUS

58     The chicken-status utility exits 0 on success, and >0 if an error occurs.
59

SEE ALSO

61     chicken(1), chicken-install(1), chicken-uninstall(1)
62
63     More information can be found in the CHICKEN User's Manual:
64           http://wiki.call-cc.org/manual/index.
65

AUTHORS

67     The CHICKEN Team
68

BUGS

70     Submit bug reports by e-mail to chicken-janitors@nongnu.org
71
72BSD                              Apr 23, 2017                              BSD
Impressum