Blog

The OCaml Planet

Articles and videos contributed by both experts, companies and passionate developers from the OCaml community. From in-depth technical articles, project highlights, community news, or insights into Open Source projects, the OCaml Planet RSS feed aggregator has something for everyone.

Want your Blog Posts or Videos to Show Here?

To contribute a blog post, or add your RSS feed, check out the Contributing Guide on GitHub.

The week that was - 2025 w27

Rather varied week this week. A number of our EEG interns have started their work with us for the summer, with two nice projects falling under my direct supervision, with Lucas and Jeremy. It’s great to get to watch people start their first forays into the world of hacking on OCaml, once the customary “I was a baby when you started maintaining OCaml” comments et al are out of the way 😂 It’s also great to get to see the excitement, and reassuring to know that it is still an exciting thing to get to do for new people too!

06 Jul 2025

David Allsopp's Blog

Read Article
Improving Memory Profiler Visualisations for OCaml

Discover our Internship project focusing on building new visualisations for OCaml's memory profiler "statmemprof".

04 Jul 2025

Tarides

Read Article
Privacy for DNSvizor

03 Jul 2025

Robur Cooperative

Read Article
The Hell of Tetra Master

02 Jul 2025

Xavier Van de Woestyne's Blog

Read Article
OCaml Functors

In my OCaml project, I’d like to abstract away the details of running containers into specific modules based on the OS. Currently, I have working container setups for Windows and Linux, and I’ve haphazardly peppered if Sys.win32 then where I need differentiation, but this is OCaml, so let us use functors!

01 Jul 2025

Marc Elvers

Read Article
OCaml, modules, and import schemes

30 Jun 2025

Xavier Van de Woestyne's Blog

Read Article
Guarded methods in OCaml

29 Jun 2025

Xavier Van de Woestyne's Blog

Read Article
Containerd on Windows

Everything was going fine until I ran out of disk space. My NVMe, C: drive, is only 256GB, but I have a large, 1.7TB SSD available as D:. How trivial, change a few paths and carry on, but it wasn’t that simple, or was it?

27 Jun 2025

Marc Elvers

Read Article