logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Arguments

PKG.install
           The opam .install file to read for installation instructions

Name

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

Options

--docdir=PATH
           Documentation dir. Relative to prefix or absolute. By default $prefix/doc.

       --help[=FMT] (default=auto)
           Show  this  help  in format FMT. The value FMT must be one of auto, pager, groff or plain. With auto,
           the format is pager or plain whenever the TERM env var is dumb or undefined.

       -i, --install
           Install the package (the default)

       --libdir=PATH
           OCaml lib dir. Relative to prefix or absolute. By default $prefix/lib ;  sometimes  setting  this  to
           $(ocamlc-where) is preferable.

       --mandir=PATH
           Manpages dir. Relative to prefix or absolute. By default $prefix/man.

       --name=NAME
           Specify  the package name. Used to set install directory under `share/', etc. By default, basename of
           the .install file

       --prefix=PREFIX (absent=/usr/local)
           The prefix to install to. You can use eg '$PREFIX' to output a relocatable script

       --script
           Don't execute the commands, but output a shell-script (experimental)

       --stubsdir=PATH
           Stubs installation dir. Relative to prefix or absolute. By default $libdir/stublibs.

       --topdir=PATH
           Toplevel install dir. Relative to prefix or absolute. By default $libdir/toplevel.

       -u, --uninstall, --remove
           Remove the package

       --version
           Show version information.

Opam-installer 2.3.0                                                                           OPAM-INSTALLER(1)

Synopsis

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

See Also