1GAUCHE-PACKAGE(1) Gauche Commands GAUCHE-PACKAGE(1)
2
3
4
6 gauche-package - gauche package builder/manager
7
9 gauche-package COMMAND [OPTION...] [ARGS...]
10
12 This manual page documents briefly the gauche-package command.
13
14 This manual page was written for the Debian distribution because the
15 original program does not have a manual page. Instead, it has
16 documentation in the GNU info(1) format; see below.
17
18 gauche-package is a program to create, download, compile, install and
19 list gauche extension packages.
20
22 A summary of commands is included below. For a complete description,
23 see the info(1) files and the output of the help command.
24
25 build
26 Fetch and build package.
27
28 compile
29 Compile and link an extension module from sources.
30
31 generate
32 Generate template source tree for a new Gauche extension.
33
34 help
35 Show detailed help.
36
37 install
38 Fetch, build and install package.
39
40 list
41 List known installed packages.
42
43 make-gpd
44 Make gpd file (called from the configure script).
45
46 make-tarball
47 Make tarball of the package distribution..
48
49 reconfigure
50 Show configure options of package.
51
53 gauche-package exits with status 0 on success.
54
56 The program is (will be?) documented fully by the Gauche Developers´
57 Reference and the rference manual of Gauche available via the info(1)
58 system and provides usage information via the help command.
59
61 Shiro Kawai <shiro@acm.org>
62 Author.
63
64 Jens Thiele <karme@karme.de>
65 Wrote this manpage for the Debian system.
66
68 Copyright © 2010 Jens Thiele
69
70 Copying and distribution of this file, with or without modification,
71 are permitted in any medium without royalty provided the copyright
72 notice and this notice are preserved. This file is offered as-is,
73 without any warranty.
74
75
76
77
78Gauche 0.9.11 GAUCHE-PACKAGE(1)