tweag/ormolu
A formatter for Haskell source code observed · 2026-08-28
Health v2 · maintenance only
87/100
- Activity 99
- Release rhythm 65
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 121.5
- age_days: 2838
- days_rel: 79
- days_push: 9
- n_releases_24m: 5
Adoption not part of the score
1072 stars · 89 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Ormolu is a formatter for Haskell source code that uses GHC's own parser and enforces a single, unconfigurable formatting style with minimal diffs and idempotent output. It ships as a CLI tool, a library, and a browser-based playground (Ormolu Live) compiled to WASM.
Use cases
- format haskell source code
- enforce consistent haskell code style across a project
- check haskell formatting in CI
- format haskell code in the browser
- integrate haskell formatting into an editor
- reformat haskell code with minimal diffs
When to choose
- you want one canonical Haskell style with no configuration debates
- you need a formatter that handles modern GHC language extensions reliably
- you want idempotent formatting suitable for large codebases and CI checks
When to avoid
- you need configurable formatting options or multiple style presets
- you want a formatter for languages other than Haskell
- you prefer a style that preserves your existing whitespace choices entirely
Facets
cli-tool · maturity active
formatter cli parser developer-tools programming-languages windows cli wasm haskell code-style idempotent-formatting ghc-parser command-line linux macos
2 sources
- readme: https://github.com/tweag/ormolu · fetched 2026-08-28 · 55acdbc6e055
- homepage: https://ormolu-live.tweag.io · fetched 2026-08-29 · 375f8c32e649
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tweag/ormolu | main | 87 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem