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.

Improve the deployment time for opam2web

The opam2web image for opam.ocaml.org is huge weighing in at more than 25 GB. The bulk of this data is opam archives, which are updated and copied into a stock caddy image.

24 Jun 2025

Marc Elvers

Read Article
Transitive Reduction of Package Graph

I have previously written about using a topological sort of a directed acyclic graph (DAG) of package dependencies to create an ordered list of installation operations. I now want to create a transitive reduction, giving a graph with the same vertices and the fewest number of edges possible.

23 Jun 2025

Marc Elvers

Read Article
They do it with mirrors, you know - that sort of thing

While comfort-watching the indomitable Joan Hickson as Agatha Christie’s Miss Marple in The Body in the Library, it occurred to me that Miss Marple would have been a formidable debugger. Since returning from holiday one, two, three weeks ago, I’ve been mostly straightening out and finalising the final Relocatable OCaml PR. A frustrating task, because I know these things will take weeks and have little to show for at the end, so one spends the entire time feeling it should be finished by now. It’s just about there, when this little testsuite failure popped up:

22 Jun 2025

David Allsopp's Blog

Read Article
Surprising C++ failures in the macOS workers

@mseri raised issue #175 as the macOS workers cannot find the most basic C++ headers. I easily eliminated Obuilder, as opam install mccs.1.1+19 didn’t work on the macOS workers natively.

21 Jun 2025

Marc Elvers

Read Article
A Web UI for DNSvizor

18 Jun 2025

Robur Cooperative

Read Article
Feature Parity Series: Improving Developer Tooling on macOS

Discover the work that went into improving OCaml debugging for macOS including frame pointers, CFI fixes and CI improvements.

18 Jun 2025

Tarides

Read Article
Static linking in OCaml

Most of the time, you don’t think about how your file is linked. We’ve come to love dynamically linked files with their small file sizes and reduced memory requirements, but there are times when the convenience of a single binary download from a GitHub release page is really what you need.

17 Jun 2025

Marc Elvers

Read Article