.\" Pipe this output to groff -man -Tutf8 | less .\" .TH "OPAM-INSTALLER" 1 "" "Opam-installer 1.2.2" "Opam-installer Manual" .\" Disable hyphenation and ragged-right .nh .ad l .SH NAME .P opam\-installer \- Handles (un)installation of package files following instructions from OPAM *.install files. .SH SYNOPSIS .P \fBopam\-installer\fR [\fIOPTION\fR]... [\fIPKG.install\fR] .SH ARGUMENTS .TP 4 \fIPKG.install\fR The OPAM .install file to read for installation instructions .SH OPTIONS .TP 4 \fB\-\-docdir\fR=\fIPATH\fR Documentation dir. Relative to \fBprefix\fR or absolute. By default \fI$($prefix)/doc\fR. .TP 4 \fB\-\-help\fR[=\fIFMT\fR] (default=pager) Show this help in format \fIFMT\fR (pager, plain or groff). .TP 4 \fB\-i\fR, \fB\-\-install\fR Install the package (the default) .TP 4 \fB\-\-libdir\fR=\fIPATH\fR OCaml lib dir. Relative to \fBprefix\fR or absolute. By default \fI$($prefix)/lib\fR ; sometimes setting this to \fI$($)(ocamlc \-where)\fR is preferable. .TP 4 \fB\-\-mandir\fR=\fIPATH\fR Manpages dir. Relative to \fBprefix\fR or absolute. By default \fI$($prefix)/man\fR. .TP 4 \fB\-\-name\fR=\fINAME\fR Specify the package name. Used to set install directory under `share/', etc. By default, basename of the .install file .TP 4 \fB\-\-prefix\fR=\fIPREFIX\fR (absent=/usr/local) The prefix to install to. You can use eg '$($)$($PREFIX)' to output a relocatable script .TP 4 \fB\-\-script\fR Don't execute the commands, but output a shell\-script (experimental) .TP 4 \fB\-\-stubsdir\fR=\fIPATH\fR Stubs installation dir. Relative to \fBprefix\fR or absolute. By default \fI$($libdir)/stublibs\fR. .TP 4 \fB\-\-topdir\fR=\fIPATH\fR Toplevel install dir. Relative to \fBprefix\fR or absolute. By default \fI$($libdir)/toplevel\fR. .TP 4 \fB\-u\fR, \fB\-\-uninstall\fR, \fB\-\-remove\fR Remove the package .TP 4 \fB\-\-version\fR Show version information.