1OPAM-INSTALLER(1)            Opam-installer Manual           OPAM-INSTALLER(1)
2
3
4

NAME

6       opam-installer - Handles (un)installation of package files following
7       instructions from opam *.install files.
8

SYNOPSIS

10       opam-installer [OPTION]… [PKG.install]
11

ARGUMENTS

13       PKG.install
14           The opam .install file to read for installation instructions
15

OPTIONS

17       --docdir=PATH
18           Documentation dir. Relative to prefix or absolute. By default
19           $prefix/doc.
20
21       --help[=FMT] (default=auto)
22           Show this help in format FMT. The value FMT must be one of auto,
23           pager, groff or plain. With auto, the format is pager or plain
24           whenever the TERM env var is dumb or undefined.
25
26       -i, --install
27           Install the package (the default)
28
29       --libdir=PATH
30           OCaml lib dir. Relative to prefix or absolute. By default
31           $prefix/lib ; sometimes setting this to $(ocamlc -where) is
32           preferable.
33
34       --mandir=PATH
35           Manpages dir. Relative to prefix or absolute. By default
36           $prefix/man.
37
38       --name=NAME
39           Specify the package name. Used to set install directory under
40           `share/', etc. By default, basename of the .install file
41
42       --prefix=PREFIX (absent=/usr/local)
43           The prefix to install to. You can use eg '$PREFIX' to output a
44           relocatable script
45
46       --script
47           Don't execute the commands, but output a shell-script
48           (experimental)
49
50       --stubsdir=PATH
51           Stubs installation dir. Relative to prefix or absolute. By default
52           $libdir/stublibs.
53
54       --topdir=PATH
55           Toplevel install dir. Relative to prefix or absolute. By default
56           $libdir/toplevel.
57
58       -u, --uninstall, --remove
59           Remove the package
60
61       --version
62           Show version information.
63
64
65
66Opam-installer 2.1.3                                         OPAM-INSTALLER(1)
Impressum