npx claudepluginhub avsm/ocaml-claude-marketplace --plugin ocaml-devThis LSP server requires ocamllspto be installed on your system. Make sure it's available in your PATH before enabling.
Add to your .lsp.json or plugin.json:
{
"lspServers": {
"ocamllsp": {
"command": "ocamllsp",
"extensionToLanguage": {
".ml": "ocaml",
".re": "reason",
".mli": "ocaml.interface",
".mll": "ocaml.ocamllex",
".mlx": "ocaml.mlx",
".mly": "ocaml.menhir",
".rei": "reason",
".eliom": "ocaml",
".eliomi": "ocaml.interface"
}
}
}
}ocamllspstdio