Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
OPAM-INSTALLER(1)	      Opam-installer Manual	       OPAM-INSTALLER(1)

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

SYNOPSIS
     opam-installer [OPTION]a| [PKG.install]

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

OPTIONS
     --docdir=PATH
	 Documentation dir. Relative to prefix or  absolute.  By  default  $pre-
	 fix/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 relocat-
	 able 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 $lib-
	 dir/toplevel.

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

     --version
	 Show version information.

Opam-installer 2.5.1					       OPAM-INSTALLER(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=opam-installer&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help