.\" Pipe this output to groff -Tutf8 | less .\" .mso an.tmac .TH "opam-init" 1 "" "Opam 2.0.0" "Opam Manual" .\" Disable hyphenation and ragged-right .nh .ad l .SH NAME .P opam\N'45'init \N'45' Initialize opam state, or set init options\N'46' .SH SYNOPSIS .P \fBopam init\fR [\fIOPTION\fR]\N'46'\N'46'\N'46' [\fINAME\fR] [\fIADDRESS\fR] .SH DESCRIPTION .P Initialise the opam state, or update opam init options .P The \fBinit\fR command initialises a local "opam root" (by default, \fI~/\N'46'opam/\fR) that holds opam\N'39's data and packages\N'46' This is a necessary step for normal operation of opam\N'46' The initial software repositories are fetched, and an initial \N'39'switch\N'39' can also be installed, according to the configuration and options\N'46' These can be afterwards configured using \fBopam switch\fR and \fBopam repository\fR\N'46' .P The initial repository and defaults can be set through a configuration file found at \fI~/\N'46'opamrc\fR or \fI/etc/opamrc\fR\N'46' .P Additionally, this command allows to customise some aspects of opam\N'39's shell integration, when run initially (avoiding the interactive dialog), but also at any later time\N'46' .SH ARGUMENTS .TP 4 \fIADDRESS\fR Address of the initial package repository, when creating a new opam root\N'46' .TP 4 \fINAME\fR (absent=default) Name of the initial repository, when creating a new opam root\N'46' .SH OPTIONS .TP 4 \fB\N'45'a\fR, \fB\N'45'\N'45'auto\N'45'setup\fR Automatically do a full setup, including adding a line to your shell init files\N'46' .TP 4 \fB\N'45'\N'45'bare\fR Initialise the opam state, but don\N'39't setup any compiler switch yet\N'46' .TP 4 \fB\N'45'\N'45'bypass\N'45'checks\fR Skip checks on required or recommended tools, and assume everything is fine .TP 4 \fB\N'45'c\fR \fIPACKAGE\fR, \fB\N'45'\N'45'compiler\fR=\fIPACKAGE\fR Set the compiler to install (when creating an initial switch) .TP 4 \fB\N'45'\N'45'config\fR=\fIFILE\fR Use the given init config file\N'46' If repeated, latest has the highest priority (\fBi\N'46'e\N'46'\fR each field gets its value from where it was defined last)\N'46' Specifying a URL pointing to a config file instead is allowed\N'46' .TP 4 \fB\N'45'\N'45'disable\N'45'completion\fR Disable shell completion in opam init scripts\N'46' .TP 4 \fB\N'45'\N'45'disable\N'45'sandboxing\fR Use a default configuration with sandboxing disabled (note that this may be overriden by `opamrc\N'39' if \fB\N'45'\N'45'no\N'45'opamrc\fR is not specified or \fB\N'45'\N'45'config\fR is used)\N'46' Use this at your own risk, without sandboxing it is possible for a broken package script to delete all your files\N'46' .TP 4 \fB\N'45'\N'45'disable\N'45'shell\N'45'hook\fR Disable registration of a shell hook in opam init scripts\N'46' .TP 4 \fB\N'45'\N'45'dot\N'45'profile\fR=\fIFILENAME\fR Name of the configuration file to update instead of \fI~/\N'46'profile\fR or \fI~/\N'46'zshrc\fR based on shell detection\N'46' .TP 4 \fB\N'45'\N'45'enable\N'45'completion\fR Setup shell completion in opam init scripts, for supported shells\N'46' .TP 4 \fB\N'45'\N'45'enable\N'45'shell\N'45'hook\fR Setup opam init scripts to register a shell hook that will automatically keep the shell environment up\N'45'to\N'45'date at every prompt\N'46' .TP 4 \fB\N'45'i\fR, \fB\N'45'\N'45'interactive\fR Run the setup interactively (this is the default for an initial run, or when no more specific options are specified) .TP 4 \fB\N'45'j\fR \fIJOBS\fR, \fB\N'45'\N'45'jobs\fR=\fIJOBS\fR Set the maximal number of concurrent jobs to use\N'46' The default value is calculated from the number of cores\N'46' You can also set it using the \fB$OPAMJOBS\fR environment variable\N'46' .TP 4 \fB\N'45'k\fR \fIKIND\fR, \fB\N'45'\N'45'kind\fR=\fIKIND\fR Specify the kind of the repository to be used (one of `http\N'39', `local\N'39', `git\N'39', `darcs\N'39' or `hg\N'39')\N'46' .TP 4 \fB\N'45'n\fR, \fB\N'45'\N'45'no\N'45'setup\fR Do not update the user shell configuration to setup opam\N'46' Also implies \fB\N'45'\N'45'disable\N'45'shell\N'45'hook\fR, unless \fB\N'45'\N'45'interactive\fR or specified otherwise .TP 4 \fB\N'45'\N'45'no\N'45'opamrc\fR Don\N'39't read `/etc/opamrc\N'39' or `~/\N'46'opamrc\N'39': use the default settings and the files specified through \fB\N'45'\N'45'config\fR only .TP 4 \fB\N'45'\N'45'reinit\fR Re\N'45'run the initial checks and setup, according to opamrc, even if this is not a new opam root .TP 4 \fB\N'45'\N'45'shell\fR=\fISHELL\fR Sets the configuration mode for opam environment appropriate for \fISHELL\fR\N'46' One of one of `bash\N'39', `sh\N'39', `csh\N'39', `zsh\N'39' or `fish\N'39'\N'46' Guessed from the parent processes and the $SHELL variable by default\N'46' .TP 4 \fB\N'45'\N'45'shell\N'45'setup\fR Automatically setup the user shell configuration for opam, e\N'46'g\N'46' adding a line to the `~/\N'46'profile\N'39' file\N'46' .TP 4 \fB\N'45'\N'45'show\N'45'default\N'45'opamrc\fR Print the built\N'45'in default configuration to stdout and exit .SH CONFIGURATION FILE .P Any field from the built\N'45'in initial configuration can be overriden through \fI~/\N'46'opamrc\fR, \fI/etc/opamrc\fR, or a file supplied with \fI\N'45'\N'45'config\fR\N'46' The default configuration for this version of opam can be obtained using \fB\N'45'\N'45'show\N'45'default\N'45'opamrc\fR\N'46' .SH PACKAGE BUILD OPTIONS .TP 4 \fB\N'45'b\fR, \fB\N'45'\N'45'keep\N'45'build\N'45'dir\fR Keep the build directories after compiling packages\N'46' This is equivalent to setting \fB$OPAMKEEPBUILDDIR\fR to "true"\N'46' .TP 4 \fB\N'45'd\fR, \fB\N'45'\N'45'with\N'45'doc\fR, \fB\N'45'\N'45'build\N'45'doc\fR Build the package documentation\N'46' This only affects packages listed on the command\N'45'line\N'46' The \fB\N'45'\N'45'build\N'45'doc\fR form is deprecated as this does also installation\N'46' This is equivalent to setting \fB$OPAMWITHDOC\fR (or the deprecated \fB$OPAMBUILDDOC\fR) to "true"\N'46' .TP 4 \fB\N'45'\N'45'dry\N'45'run\fR Simulate the command, but don\N'39't actually perform any changes\N'46' .TP 4 \fB\N'45'\N'45'fake\fR This option registers the actions into the opam database, without actually performing them\N'46' WARNING: This option is dangerous and likely to break your opam environment\N'46' You probably want `\N'45'\N'45'dry\N'45'run\N'39'\N'46' You\N'39've been warned\N'46' .TP 4 \fB\N'45'\N'45'ignore\N'45'constraints\N'45'on\fR[=\fIPACKAGES\fR] (default=) Forces opam to ignore version constraints on all dependencies to the listed packages\N'46' This can be used to test compatibility, but expect builds to break when using this\N'46' Note that version constraints on optional dependencies and conflicts are unaffected\N'46' .TP 4 \fB\N'45'\N'45'inplace\N'45'build\fR When compiling a package which has its source bound to a local directory, process the build and install actions directly in that directory, rather than in a clean copy handled by opam\N'46' This only affects packages that are explicitly listed on the command\N'45'line\N'46' This is equivalent to setting \fB$OPAMINPLACEBUILD\fR to "true"\N'46' .TP 4 \fB\N'45'\N'45'locked\fR[=\fISUFFIX\fR] (default=locked) In commands that use opam files found from pinned sources, if a variant of the file with an added \N'46'\fISUFFIX\fR extension is found (e\N'46'g\N'46' \fBfoo\N'46'opam\N'46'locked\fR besides \fBfoo\N'46'opam\fR), that will be used instead\N'46' This is typically useful to offer a more specific set of dependencies and reproduce similar build contexts, hence the name\N'46' The \fIopam lock\fR plugin can be used to generate such files, based on the versions of the dependencies currently installed on the host\N'46' This is equivalent to setting the \fB$OPAMLOCK\fR environment variable\N'46' Note that this option doesn\N'39't generally affect already pinned packages\N'46' .TP 4 \fB\N'45'm\fR \fIMAKE\fR, \fB\N'45'\N'45'make\fR=\fIMAKE\fR Use \fIMAKE\fR as the default \N'39'make\N'39' command\N'46' Deprecated: use \fBopam config set[\N'45'global] make MAKE\fR instead\N'46' Has no effect if the \fImake\fR variable is defined\N'46' .TP 4 \fB\N'45'\N'45'no\N'45'checksums\fR Do not verify the checksum of downloaded archives\N'46'This is equivalent to setting \fB$OPAMNOCHECKSUMS\fR to "true"\N'46' .TP 4 \fB\N'45'\N'45'require\N'45'checksums\fR Reject the installation of packages that don\N'39't provide a checksum for the upstream archives\N'46' This is equivalent to setting \fB$OPAMREQUIRECHECKSUMS\fR to "true"\N'46' .TP 4 \fB\N'45'\N'45'reuse\N'45'build\N'45'dir\fR Reuse existing build directories (kept by using \fB\N'45'\N'45'keep\N'45'build\N'45'dir\fR), instead of compiling from a fresh clone of the source\N'46' This can be faster, but also lead to failures if the build systems of the packages don\N'39't handle upgrades of dependencies well\N'46' This is equivalent to setting \fB$OPAMREUSEBUILDDIR\fR to "true"\N'46' .TP 4 \fB\N'45'\N'45'show\N'45'actions\fR Call the solver and display the actions\N'46' Don\N'39't perform any changes\N'46' .TP 4 \fB\N'45'\N'45'skip\N'45'updates\fR When running an install, upgrade or reinstall on source\N'45'pinned packages, they are normally updated from their origin first\N'46' This flag disables that behaviour and will keep them to their version in cache\N'46' .TP 4 \fB\N'45't\fR, \fB\N'45'\N'45'with\N'45'test\fR, \fB\N'45'\N'45'build\N'45'test\fR Build and \fBrun\fR the package unit\N'45'tests\N'46' This only affects packages listed on the command\N'45'line\N'46' The \fB\N'45'\N'45'build\N'45'test\fR form is deprecated as this also affects installation\N'46' This is equivalent to setting \fB$OPAMWITHTEST\fR (or the deprecated \fB$OPAMBUILDTEST\fR) to "true"\N'46' .TP 4 \fB\N'45'\N'45'unlock\N'45'base\fR Allow changes to the packages set as switch base (typically, the main compiler)\N'46' Use with caution\N'46' .SH COMMON OPTIONS .P These options are common to all commands\N'46' .TP 4 \fB\N'45'\N'45'best\N'45'effort\fR Don\N'39't fail if all requested packages can\N'39't be installed: try to install as many as possible\N'46' Note that not all external solvers may support this option (recent versions of \fIaspcud\fR or \fImccs\fR should)\N'46' .TP 4 \fB\N'45'\N'45'color\fR=\fIWHEN\fR Colorize the output\N'46' \fIWHEN\fR must be one of `always\N'39', `never\N'39' or `auto\N'39'\N'46' .TP 4 \fB\N'45'\N'45'criteria\fR=\fICRITERIA\fR Specify user \fIpreferences\fR for dependency solving for this run\N'46' Overrides both \fB$OPAMCRITERIA\fR and \fB$OPAMUPGRADECRITERIA\fR\N'46' For details on the supported language, and the external solvers available, see \fI http://opam\N'46'ocaml\N'46'org/doc/Specifying_Solver_Preferences\N'46'html\fR\N'46' A general guide to using solver preferences can be found at \fI http://www\N'46'dicosmo\N'46'org/Articles/usercriteria\N'46'pdf\fR\N'46' .TP 4 \fB\N'45'\N'45'cudf\fR=\fIFILENAME\fR Debug option: Save the CUDF requests sent to the solver to \fIFILENAME\fR\N'45'\N'46'cudf\N'46' .TP 4 \fB\N'45'\N'45'debug\fR Print debug message to stderr\N'46' This is equivalent to setting \fB$OPAMDEBUG\fR to "true"\N'46' .TP 4 \fB\N'45'\N'45'debug\N'45'level\fR=\fILEVEL\fR Like \fB\N'45'\N'45'debug\fR, but allows specifying the debug level (\fB\N'45'\N'45'debug\fR sets it to 1)\N'46' Equivalent to setting \fB$OPAMDEBUG\fR to a positive integer\N'46' .TP 4 \fB\N'45'\N'45'git\N'45'version\fR Print the git version of opam, if set (i\N'46'e\N'46' you are using a development version), and exit\N'46' .TP 4 \fB\N'45'\N'45'help\fR[=\fIFMT\fR] (default=auto) Show this help in format \fIFMT\fR\N'46' The value \fIFMT\fR must be one of `auto\N'39', `pager\N'39', `groff\N'39' or `plain\N'39'\N'46' With `auto\N'39', the format is `pager` or `plain\N'39' whenever the \fBTERM\fR env var is `dumb\N'39' or undefined\N'46' .TP 4 \fB\N'45'\N'45'ignore\N'45'pin\N'45'depends\fR Ignore extra pins required by packages that get pinned, either manually through \fIopam pin\fR or through \fIopam install DIR\fR\N'46' This is equivalent to setting \fBIGNOREPINDEPENDS=true\fR\N'46' .TP 4 \fB\N'45'\N'45'json\fR=\fIFILENAME\fR Save the results of the opam run in a computer\N'45'readable file\N'46' If the filename contains the character `%\N'39', it will be replaced by an index that doesn\N'39't overwrite an existing file\N'46' Similar to setting the \fB$OPAMJSON\fR variable\N'46' .TP 4 \fB\N'45'\N'45'no\N'45'auto\N'45'upgrade\fR When configuring or updating a repository that is written for an earlier opam version (1\N'46'2), opam internally converts it to the current format\N'46' This disables this behaviour\N'46' Note that repositories should define their format version in a \N'39'repo\N'39' file at their root, or they will be assumed to be in the older format\N'46' It is, in any case, preferable to upgrade the repositories manually using \fIopam admin upgrade [\N'45'\N'45'mirror URL]\fR when possible\N'46' .TP 4 \fB\N'45'\N'45'no\N'45'self\N'45'upgrade\fR Opam will replace itself with a newer binary found at \fBOPAMROOT/opam\fR if present\N'46' This disables this behaviour\N'46' .TP 4 \fB\N'45'q\fR, \fB\N'45'\N'45'quiet\fR Disables \fB\N'45'\N'45'verbose\fR\N'46' .TP 4 \fB\N'45'\N'45'root\fR=\fIROOT\fR Use \fIROOT\fR as the current root path\N'46' This is equivalent to setting \fB$OPAMROOT\fR to \fIROOT\fR\N'46' .TP 4 \fB\N'45'\N'45'safe\fR, \fB\N'45'\N'45'readonly\fR Make sure nothing will be automatically updated or rewritten\N'46' Useful for calling from completion scripts, for example\N'46' Will fail whenever such an operation is needed ; also avoids waiting for locks, skips interactive questions and overrides the \fB$OPAMDEBUG\fR variable\N'46' .TP 4 \fB\N'45'\N'45'solver\fR=\fICMD\fR Specify the CUDF solver to use for resolving package installation problems\N'46' This is either a predefined solver (this version of opam supports builtin\N'45'dummy\N'45'solver, aspcud, mccs, aspcud\N'45'old, packup), or a custom command that should contain the variables %{input}%, %{output}%, %{criteria}%, and optionally %{timeout}%\N'46' .TP 4 \fB\N'45'\N'45'strict\fR Fail whenever an error is found in a package definition or a configuration file\N'46' The default is to continue silently if possible\N'46' .TP 4 \fB\N'45'\N'45'switch\fR=\fISWITCH\fR Use \fISWITCH\fR as the current compiler switch\N'46' This is equivalent to setting \fB$OPAMSWITCH\fR to \fISWITCH\fR\N'46' .TP 4 \fB\N'45'\N'45'use\N'45'internal\N'45'solver\fR, \fB\N'45'\N'45'no\N'45'aspcud\fR Disable any external solver, and use the built\N'45'in one (this requires that opam has been compiled with a built\N'45'in solver)\N'46' .TP 4 \fB\N'45'v\fR, \fB\N'45'\N'45'verbose\fR Be more verbose\N'46' One \fB\N'45'v\fR shows all package commands, repeat to also display commands called internally (e\N'46'g\N'46' \fItar\fR, \fIcurl\fR, \fIpatch\fR etc\N'46') Repeating \fIn\fR times is equivalent to setting \fB$OPAMVERBOSE\fR to "\fIn\fR"\N'46' .TP 4 \fB\N'45'\N'45'version\fR Show version information\N'46' .TP 4 \fB\N'45'w\fR, \fB\N'45'\N'45'working\N'45'dir\fR Whenever updating packages that are bound to a local, version\N'45'controlled directory, update to the current working state of their source instead of the last committed state, or the ref they are pointing to\N'46' This only affects packages explicitly listed on the command\N'45'line\N'46' .TP 4 \fB\N'45'y\fR, \fB\N'45'\N'45'yes\fR Answer yes to all yes/no questions without prompting\N'46' This is equivalent to setting \fB$OPAMYES\fR to "true"\N'46' .SH ENVIRONMENT VARIABLES .P Opam makes use of the environment variables listed here\N'46' Boolean variables should be set to "0", "no", "false" or the empty string to disable, "1", "yes" or "true" to enable\N'46' .P \fIOPAMCOLOR\fR, when set to \fIalways\fR or \fInever\fR, sets a default value for the \N'45'\N'45'color option\N'46' .P \fIOPAMCRITERIA\fR specifies user \fIpreferences\fR for dependency solving\N'46' The default value depends on the solver version, use `config report` to know the current setting\N'46' See also option \N'45'\N'45'criteria .P \fIOPAMCURL\fR can be used to select a given \N'39'curl\N'39' program\N'46' See \fIOPAMFETCH\fR for more options\N'46' .P \fIOPAMDEBUG\fR see options `\N'45'\N'45'debug\N'39' and `\N'45'\N'45'debug\N'45'level\N'39'\N'46' .P \fIOPAMDOWNLOADJOBS\fR sets the maximum number of simultaneous downloads\N'46' .P \fIOPAMERRLOGLEN\fR sets the number of log lines printed when a sub\N'45'process fails\N'46' 0 to print all\N'46' .P \fIOPAMEXTERNALSOLVER\fR see option `\N'45'\N'45'solver\N'39'\N'46' .P \fIOPAMFETCH\fR specifies how to download files: either `wget\N'39', `curl\N'39' or a custom command where variables \fB%{url}%\fR, \fB%{out}%\fR, \fB%{retry}%\fR, \fB%{compress}%\fR and \fB%{checksum}%\fR will be replaced\N'46' Overrides the \N'39'download\N'45'command\N'39' value from the main config file\N'46' .P \fIOPAMJOBS\fR sets the maximum number of parallel workers to run\N'46' .P \fIOPAMJSON\fR log json output to the given file (use character `%\N'39' to index the files) .P \fIOPAMLOCK\fR see option `\N'45'\N'45'lock\N'39'\N'46' .P \fIOPAMNOAUTOUPGRADE\fR disables automatic internal upgrade of repositories in an earlier format to the current one, on \N'39'update\N'39' or \N'39'init\N'39'\N'46' .P \fIOPAMKEEPLOGS\fR tells opam to not remove some temporary command logs and some backups\N'46' This skips some finalisers and may also help to get more reliable backtraces .P \fIOPAMLOCKRETRIES\fR sets the number of tries after which OPAM gives up acquiring its lock and fails\N'46' <= 0 means infinite wait\N'46' .P \fIOPAMNO\fR answer no to any question asked\N'46' .P \fIOPAMNOASPCUD\fR see option `\N'45'\N'45'no\N'45'aspcud\N'39'\N'46' .P \fIOPAMNOSELFUPGRADE\fR see option `\N'45'\N'45'no\N'45'self\N'45'upgrade\N'39'\N'46' .P \fIOPAMPINKINDAUTO\fR sets whether version control systems should be detected when pinning to a local path\N'46' Enabled by default since 1\N'46'3\N'46'0\N'46' .P \fIOPAMREQUIRECHECKSUMS\fR Enables option `\N'45'\N'45'require\N'45'checksums\N'39' when available (e\N'46'g\N'46' for `opam install`)\N'46' .P \fIOPAMRETRY\fR sets the number of tries before failing downloads\N'46' .P \fIOPAMROOT\fR see option `\N'45'\N'45'root\N'39'\N'46' This is automatically set by `opam env \N'45'\N'45'root=DIR \N'45'\N'45'set\N'45'root\N'39'\N'46' .P \fIOPAMROOTISOK\fR don\N'39't complain when running as root\N'46' .P \fIOPAMSAFE\fR see option `\N'45'\N'45'safe\N'39' .P \fIOPAMSKIPVERSIONCHECKS\fR bypasses some version checks\N'46' Unsafe, for compatibility testing only\N'46' .P \fIOPAMSOLVERTIMEOUT\fR change the time allowance of the solver\N'46' Default is 60\N'46'0, set to 0 for unlimited\N'46' Note that all solvers may not support this option\N'46' .P \fIOPAMSTATUSLINE\fR display a dynamic status line showing what\N'39's currently going on on the terminal\N'46' (one of one of `always\N'39', `never\N'39' or `auto\N'39') .P \fIOPAMSWITCH\fR see option `\N'45'\N'45'switch\N'39'\N'46' Automatically set by `opam env \N'45'\N'45'switch=SWITCH \N'45'\N'45'set\N'45'switch\N'39'\N'46' .P \fIOPAMUPGRADECRITERIA\fR specifies user \fIpreferences\fR for dependency solving when performing an upgrade\N'46' Overrides \fIOPAMCRITERIA\fR in upgrades if both are set\N'46' See also option \N'45'\N'45'criteria .P \fIOPAMUSEINTERNALSOLVER\fR see option `\N'45'\N'45'use\N'45'internal\N'45'solver\N'39'\N'46' .P \fIOPAMUTF8\fR use UTF8 characters in output (one of one of `always\N'39', `never\N'39' or `auto\N'39')\N'46' By default `auto\N'39', which is determined from the locale)\N'46' .P \fIOPAMUTF8MSGS\fR use extended UTF8 characters (camels) in opam messages\N'46' Implies \fIOPAMUTF8\fR\N'46' This is set by default on OSX only\N'46' .P \fIOPAMVAR_var\fR overrides the contents of the variable \fIvar\fR when substituting `%{var}%` strings in `opam` files\N'46' .P \fIOPAMVAR_package_var\fR overrides the contents of the variable \fIpackage:var\fR when substituting `%{package:var}%` strings in `opam` files\N'46' .P \fIOPAMVERBOSE\fR see option `\N'45'\N'45'verbose\N'39'\N'46' .P \fIOPAMYES\fR see option `\N'45'\N'45'yes\N'39'\N'46' .SH EXIT STATUS .P As an exception to the following, the `exec\N'39' command returns 127 if the command was not found or couldn\N'39't be executed, and the command\N'39's exit value otherwise\N'46' .TP 4 0 Success, or true for boolean queries\N'46' .TP 4 1 False\N'46' Returned when a boolean return value is expected, e\N'46'g\N'46' when running with \fB\N'45'\N'45'check\fR, or for queries like \fBopam lint\fR\N'46' .TP 4 2 Bad command\N'45'line arguments, or command\N'45'line arguments pointing to an invalid context (e\N'46'g\N'46' file not following the expected format)\N'46' .TP 4 5 Not found\N'46' You requested something (package, version, repository, etc\N'46') that couldn\N'39't be found\N'46' .TP 4 10 Aborted\N'46' The operation required confirmation, which wasn\N'39't given\N'46' .TP 4 15 Could not acquire the locks required for the operation\N'46' .TP 4 20 There is no solution to the user request\N'46' This can be caused by asking to install two incompatible packages, for example\N'46' .TP 4 30 Error in package definition, or other metadata files\N'46' Using \fB\N'45'\N'45'strict\fR raises this error more often\N'46' .TP 4 31 Package script error\N'46' Some package operations were unsuccessful\N'46' This may be an error in the packages or an incompatibility with your system\N'46' This can be a partial error\N'46' .TP 4 40 Sync error\N'46' Could not fetch some remotes from the network\N'46' This can be a partial error\N'46' .TP 4 50 Configuration error\N'46' Opam or system configuration doesn\N'39't allow operation, and needs fixing\N'46' .TP 4 60 Solver failure\N'46' The solver failed to return a sound answer\N'46' It can be due to a broken external solver, or an error in solver configuration\N'46' .TP 4 99 Internal error\N'46' Something went wrong, likely due to a bug in opam itself\N'46' .TP 4 130 User interrupt\N'46' SIGINT was received, generally due to the user pressing Ctrl\N'45'C\N'46' .SH FURTHER DOCUMENTATION .P See https://opam\N'46'ocaml\N'46'org/doc\N'46' .SH AUTHORS .P Vincent Bernardoff .sp -1 .P Raja Boujbel .sp -1 .P Roberto Di Cosmo .sp -1 .P Thomas Gazagnaire .sp -1 .P Louis Gesbert .sp -1 .P Fabrice Le Fessant .sp -1 .P Anil Madhavapeddy .sp -1 .P Guillem Rieu .sp -1 .P Ralf Treinen .sp -1 .P Frederic Tuong .SH BUGS .P Check bug reports at https://github\N'46'com/ocaml/opam/issues\N'46'