Skip to repository content

tenant.openagents/omega

No repository description is available.

OpenAgents Git authority 2026-07-28T02:29:11.465Z 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/sml.md

1.3 KB

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

Standard ML

Standard ML support is available through the community-maintained Standard ML extension.

Setup

  1. Install a Standard ML implementation such as SML/NJ or MLton to compile and run your code.
  2. Install Millet and ensure millet-ls is on your $PATH.

Project setup

For projects with more than one source file, Millet expects a single root group file. Create a millet.toml in the directory you open in Zed:

version = 1
[workspace]
root = "sources.mlb"

The root must be either an ML Basis (MLB) file (.mlb, used with MLton) or an SML/NJ Compilation Manager (CM) file (.cm, used with SML/NJ). Files not transitively reachable from the root are not analyzed. See the Millet manual for more options.

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