Skip to repository content

tenant.openagents/omega

No repository description is available.

OpenAgents Git authority 2026-07-28T02:30:21.685Z Public web read
NIP-34 coordinate30617:7649603503856e5148d571eac2766b288a8ff1e9e35d380337a1d2b0015b4f92:omega
MaintainersHidden in public view
References2 branches · 1 tag
Read-only clonegit clone https://openagents.com/git/tenant.openagents/omega.git
Browse files

docs/src/languages/ocaml.md

1.6 KB

title: OCaml description: "Configure OCaml language support in Zed, including language servers, formatting, and debugging."

OCaml

OCaml support is available through the OCaml extension.

Setup Instructions

If you have the development environment already set up, you can skip to Launching Zed

Using Opam

Opam is the official package manager for OCaml and is highly recommended for getting started with OCaml. To get started using Opam, please follow the instructions provided here.

Once you install opam and set up a switch with your development environment as per the instructions, you can proceed.

Launching Zed

By now you should have ocamllsp installed, you can verify so by running

ocamllsp --help

in your terminal. If you get a help message, you're good to go. If not, please revisit the installation instructions for ocamllsp and ensure it's properly installed.

With that aside, we can now launch Zed. Given how the OCaml package manager works, we require you to run Zed from the terminal, so please make sure you install the Zed cli if you haven't already.

Once you have the cli, simply from a terminal, navigate to your project and run

zed .

You should now have Zed running with OCaml support, with no additional setup required.

Served at tenant.openagents/omega Member data and write actions are omitted.