SDK for the OCaml Platform tools
  • OCaml 98.4%
  • Dune 1.6%
Find a file
2025-07-22 11:31:18 -05:00
lib feat: Support dune describe to get the project structure 2025-07-22 11:31:18 -05:00
.gitignore Initial commit 2025-07-14 11:19:45 -05:00
.ocamlformat Initial commit 2025-07-14 11:19:45 -05:00
dune-project feat: Support dune describe to get the project structure 2025-07-22 11:31:18 -05:00
LICENSE Initial commit 2025-07-14 11:19:45 -05:00
ocaml-platform-sdk.opam feat: Support dune describe to get the project structure 2025-07-22 11:31:18 -05:00
README.md Initial commit 2025-07-14 11:19:45 -05:00

OCaml Platform SDK

A programmatic interface to OCaml Platform tools for building developer tools, LSP servers, MCP servers, and other OCaml development integrations.

Overview

The OCaml Platform SDK provides a unified, type-safe API for interacting with core OCaml development tools:

  • Dune - Build system integration via Dune RPC
  • Merlin - Code analysis, type information, and navigation
  • OCamlformat - Code formatting
  • odoc - Documentation generation (soon)
  • opam - Package management (soon)

Installation

opam install ocaml-platform-sdk

Contributing

Contributions are welcome! Please feel free to submit issues and pull requests.

License

ocaml-platform-sdk is distributed under the ISC License.