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 in‐
49                                 stalled. Defaults to the package library path
50                                 selected during configuration (usually
51                                 $prefix/lib/chicken/<binary-version>).
52
53     CHICKEN_REPOSITORY_PATH     One or more directories holding extension li‐
54                                 braries. Defaults to the installation reposi‐
55                                 tory.
56
57     CHICKEN_EGG_CACHE           Location where eggs are retrieved and built.
58

FILES

60     $XDG_CACHE_HOME/chicken-install/
61           Default directory for cached eggs. ( $XDG_CACHE_HOME defaults to
62           $HOME/.cache )
63

EXIT STATUS

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

SEE ALSO

68     chicken(1), chicken-install(1), chicken-uninstall(1)
69
70     More information can be found in the CHICKEN User's Manual:
71     http://wiki.call-cc.org/manual/index
72

AUTHORS

74     The CHICKEN Team
75

BUGS

77     Submit bug reports by e-mail to chicken-janitors@nongnu.org
78
79BSD                              Apr 23, 2017                              BSD
Impressum