Ross ROSS = Recommend OSS · open-source software intelligence for agents

ocaml/dune

A composable build system for OCaml. observed · 2026-08-28

github.com/ocaml/dune · homepage · OCaml · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

98/100

  • Activity 99
  • Release rhythm 96
  • Longevity 100
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: 21.0
  • age_days: 3594
  • days_rel: 30
  • days_push: 7
  • n_releases_24m: 23

Full methodology

Adoption not part of the score

1911 stars · 495 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Dune is a composable build system for the OCaml language that reads project metadata from S-expression `dune` files and handles compilation, testing, installation, and editor tooling setup. It supports parallel incremental builds, multi-package monorepos, and interoperates with the OCaml ecosystem including OPAM, Merlin, Reason, and js_of_ocaml.

Use cases

  • build ocaml executables and libraries
  • manage a monorepo of multiple ocaml packages
  • run tests for an ocaml project
  • speed up incremental ocaml builds
  • set up ocaml development tooling like merlin
  • build ocaml packages on windows
  • install ocaml packages built with dune via opam

When to choose

  • you are building any OCaml project, from small libraries to large applications
  • you need to develop multiple OCaml packages together or maintain a monorepo
  • you want fast parallel incremental builds with no external system dependencies
  • you want a build system that understands the OCaml toolchain out of the box
  • you need first-class Windows support for OCaml builds

When to avoid

  • your project is not written in OCaml or closely related OCaml-ecosystem languages
  • you require highly custom build steps that do not fit Dune's rule-based model
  • your team has standardized on another build tool like make orOCaml's legacy ocamlbuild workflow

Facets

cli-tool · maturity stable

build-tool cli developer-tools programming-languages cross-platform windows cli ocaml build-system monorepo parallel-builds opam-integration s-expression-config jane-street merlin-integration linux macos

3 sources

Member repositories

RepositoryRoleHealth v2
ocaml/dunemain98

For agents

markdown · JSON · MCP: product_card(name="ocaml/dune")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem