76 lines
3.0 KiB
HTML
76 lines
3.0 KiB
HTML
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<HTML><HEAD><TITLE>Man page of OPAM-INSTALLER</TITLE>
|
|
</HEAD><BODY>
|
|
<H1>OPAM-INSTALLER</H1>
|
|
Section: Opam-installer Manual (1)<BR>Updated: <BR><A HREF="#index">Index</A>
|
|
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
|
|
|
|
|
|
|
|
|
|
<A NAME="lbAB"> </A>
|
|
<H2>NAME</H2>
|
|
|
|
<P>
|
|
|
|
opam-installer - Handles (un)installation of package files following instructions from opam *.install files.
|
|
<A NAME="lbAC"> </A>
|
|
<H2>SYNOPSIS</H2>
|
|
|
|
<P>
|
|
|
|
<B>opam-installer</B> [<I>OPTION</I>]... [<I>PKG.install</I>]
|
|
<A NAME="lbAD"> </A>
|
|
<H2>ARGUMENTS</H2>
|
|
|
|
<DL COMPACT>
|
|
<DT id="1"><I>PKG.install</I><DD>
|
|
The opam .install file to read for installation instructions
|
|
</DL>
|
|
<A NAME="lbAE"> </A>
|
|
<H2>OPTIONS</H2>
|
|
|
|
<DL COMPACT>
|
|
<DT id="2"><B>--docdir</B>=<I>PATH</I><DD>
|
|
Documentation dir. Relative to <B>prefix</B> or absolute. By default <I>$prefix/doc</I>.
|
|
<DT id="3"><B>--help</B>[=<I>FMT</I>] (default=auto)<DD>
|
|
Show this help in format <I>FMT</I>. The value <I>FMT</I> must be one of `auto', `pager', `groff' or `plain'. With `auto', the format is `pager` or `plain' whenever the <B>TERM</B> env var is `dumb' or undefined.
|
|
<DT id="4"><B>-i</B>, <B>--install</B><DD>
|
|
Install the package (the default)
|
|
<DT id="5"><B>--libdir</B>=<I>PATH</I><DD>
|
|
OCaml lib dir. Relative to <B>prefix</B> or absolute. By default <I>$prefix/lib</I> ; sometimes setting this to <I>$(ocamlc -where</I>) is preferable.
|
|
<DT id="6"><B>--mandir</B>=<I>PATH</I><DD>
|
|
Manpages dir. Relative to <B>prefix</B> or absolute. By default <I>$prefix/man</I>.
|
|
<DT id="7"><B>--name</B>=<I>NAME</I><DD>
|
|
Specify the package name. Used to set install directory under `share/', etc. By default, basename of the .install file
|
|
<DT id="8"><B>--prefix</B>=<I>PREFIX</I> (absent=/usr/local)<DD>
|
|
The prefix to install to. You can use eg '$PREFIX' to output a relocatable script
|
|
<DT id="9"><B>--script</B><DD>
|
|
Don't execute the commands, but output a shell-script (experimental)
|
|
<DT id="10"><B>--stubsdir</B>=<I>PATH</I><DD>
|
|
Stubs installation dir. Relative to <B>prefix</B> or absolute. By default <I>$libdir/stublibs</I>.
|
|
<DT id="11"><B>--topdir</B>=<I>PATH</I><DD>
|
|
Toplevel install dir. Relative to <B>prefix</B> or absolute. By default <I>$libdir/toplevel</I>.
|
|
<DT id="12"><B>-u</B>, <B>--uninstall</B>, <B>--remove</B><DD>
|
|
Remove the package
|
|
<DT id="13"><B>--version</B><DD>
|
|
Show version information.
|
|
</DL>
|
|
|
|
<HR>
|
|
<A NAME="index"> </A><H2>Index</H2>
|
|
<DL>
|
|
<DT id="14"><A HREF="#lbAB">NAME</A><DD>
|
|
<DT id="15"><A HREF="#lbAC">SYNOPSIS</A><DD>
|
|
<DT id="16"><A HREF="#lbAD">ARGUMENTS</A><DD>
|
|
<DT id="17"><A HREF="#lbAE">OPTIONS</A><DD>
|
|
</DL>
|
|
<HR>
|
|
This document was created by
|
|
<A HREF="/cgi-bin/man/man2html">man2html</A>,
|
|
using the manual pages.<BR>
|
|
Time: 00:05:20 GMT, March 31, 2021
|
|
</BODY>
|
|
</HTML>
|