OCaml package manager (45 subcommands).
Scanned 9/6/2026
Install to Claude Code
npx -y skills add plurigrid/asi --skill opam --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Opam?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/plurigrid-opam-asi)More formats (shields.io, HTML) on the badges page.
---
name: opam
description: OCaml package manager (45 subcommands).
metadata:
trit: 0
---
# opam
OCaml package manager (45 subcommands).
## Install
```bash
opam install dune merlin
opam remove package
opam upgrade
```
## Switch
```bash
opam switch create 5.1.0
opam switch list
opam switch set 5.1.0
```
## Environment
```bash
eval $(opam env)
opam exec -- dune build
```
## Pin
```bash
opam pin add pkg ./local-path
opam pin add pkg git+https://...
opam pin remove pkg
```
## Repository
```bash
opam repo add name url
opam repo list
opam update
```
## Query
```bash
opam list --installed
opam show package
opam search term
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!