package opam-client

  1. Overview
  2. Docs

High-level execution of user-facing functions like install and upgrade, and wrappers around the pinning commands

Initialize the client a consistent state.

val install : OpamStateTypes.rw OpamStateTypes.switch_state -> OpamTypes.atom list -> bool option -> deps_only:bool -> upgrade:bool -> OpamStateTypes.rw OpamStateTypes.switch_state

Install the given list of packages. Second argument, if not None, specifies that given packages should be added or removed from the roots. Third argument installs all dependencies but not the packages themselves

val update : 'a OpamStateTypes.global_state -> repos_only:bool -> dev_only:bool -> ?all:bool -> string list -> OpamStateTypes.unlocked OpamStateTypes.repos_state

Update the local mirrors for the repositories and/or development packages

Find a consistent state where most of the installed packages are upgraded to their latest version, within the given constraints. An empty list means upgrade all installed packages.

val upgrade_t : ?strict_upgrade:bool -> ?auto_install:bool -> ?ask:bool -> OpamTypes.atom list -> OpamStateTypes.rw OpamStateTypes.switch_state -> OpamStateTypes.rw OpamStateTypes.switch_state

Low-level version of upgrade, bypassing the package name sanitization and dev package update, and offering more control

Remove the given list of packages.

module PIN : sig ... end
OCaml

Innovation. Community. Security.