
opam
List of commands for opam:
-
opam:tldr:15b6b opam: Install a package and all of its dependencies.$ opam install ${package_name}try on your machineexplain this command
-
opam:tldr:24198 opam: Initialize opam for first use.$ opam inittry on your machineexplain this command
-
opam:tldr:4ec0c opam: Display detailed information about a package.$ opam show ${package_name}try on your machineexplain this command
-
opam:tldr:6a814 opam: Upgrade all installed packages.$ opam upgradetry on your machineexplain this command
-
opam:tldr:6aae6 opam: List all installed packages.$ opam listtry on your machineexplain this command
-
opam:tldr:bd92e opam: Search for packages.$ opam search ${package_name}try on your machineexplain this command