Search OCaml packages
max) { row = max } }" @keyup.up="if (row !== null) { row -=1; if (row < 0) { row = null } }" @keyup.right="if (col < 1) col++" @keyup.left="if (col >= 1) col--" :aria-activedescendant="row !== null ? 'package-autocomplete-'+row+'-'+col : null" hx-get="/packages/autocomplete" hx-params="q" hx-trigger="keyup changed, search" hx-target="#header-search-results" hx-indicator="#header-search-indicator" autocomplete="off" >
Standard Library API
Learn
Tools
Packages
Community
News
Play
Get Started
Search OCaml packages
Learn
Tools
Packages
Community
News
Play
Standard Library API
Get started
News
Changelog
OCaml Planet
Newsletters
▾
Changelog
OCaml Planet
Newsletters
The OCaml Planet
The RSS aggregator for the OCaml community.
The OCaml Planet
Creating the SyntaxDocumentation Command - Part 2: OCaml LSP
In the first part of this series, Creating the SyntaxDocumentation Command - Part 1: Merlin, we explored how to create a new command in…
12 Jul 2024 - Tarides
OCaml Weekly News, 11 Jun 2024
11 Jun 2024 - Caml Weekly News
Release of Frama-C 29.0 (Copper)
06 Jun 2024 - Frama-C
Secure From the Ground Up: Introducing the FIDES Project Combining RISC-V and MirageOS
We entrust some of our most sensitive information to an invisible stream of information flowing back and forth across the globe…
05 Jun 2024 - Tarides
OCaml Weekly News, 04 Jun 2024
04 Jun 2024 - Caml Weekly News
Effective ML Through Merlin's Destruct Command
The Merlin server and OCaml LSP server, two closely related OCaml language servers, enhance productivity with features like autocompletion…
29 May 2024 - Tarides
OCaml Weekly News, 28 May 2024
28 May 2024 - Caml Weekly News
From Computer to Production With Nix
Article developing a flake.nix that you can use for development, testing and building for production releases
22 May 2024 - Emil Privér
Melange 4.0 is here
22 May 2024 - Melange Blog
Launching the First-Class Windows Project
We want to make learning and using OCaml easier for more people. Realising this goal involves expanding OCaml support to where the users are…
22 May 2024 - Tarides
1
2
3
...
145
If you want to contribute a blog post, or add your RSS feed, check out the
Contributing Guide
on GitHub.