commands.sh

opam

all

OCaml Package Manager. Manage OCaml compilers, tools, and libraries.

More info →

Examples (8)

Initialize opam for first use

Search for packages

opam search query

Install a package and all of its dependencies

opam install package

Display detailed information about a package

opam show package

List all installed packages

opam list

Update the local package database

opam update

Upgrade all installed packages

opam upgrade

Display help

made by @shridhargupta | data from tldr-pages