SDK for the OCaml Platform tools
- OCaml 98.4%
- Dune 1.6%
| lib | ||
| .gitignore | ||
| .ocamlformat | ||
| dune-project | ||
| LICENSE | ||
| ocaml-platform-sdk.opam | ||
| README.md | ||
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.