logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

OPAM - Manage OCaml Packages | Online Free DevTools by Hexmos

Manage OCaml packages with OPAM, the OCaml package manager. Install, update, and search for OCaml libraries and tools. Free online tool, no registration required.

opam

OCaml Package Manager. Manage OCaml compilers, tools and libraries. More information: https://opam.ocaml.org/doc/Usage.html.

  • Initialize opam for first use:

opam init

  • 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:

opam help

See Also