npx claudepluginhub piebald-ai/claude-code-lsps --plugin ocaml-lspThis LSP server requires opamto be installed on your system. Make sure it's available in your PATH before enabling.
Add to your .lsp.json or plugin.json:
{
"lspServers": {
"ocaml": {
"command": "opam",
"extensionToLanguage": {
".ml": "ocaml",
".mli": "ocaml.interface",
".mll": "ocamllex",
".mly": "menhir"
},
"args": [
"exec",
"--",
"ocamllsp"
]
}
}
}opamstdioInitialization Options:
{}Settings:
{}