Where are the docs for core, async?

There are no docs on the web page any more. E.g. core v0.17.1 (latest) · OCaml Package

I usually start with opam info coreto get links, including the doc links, in a way that I find a little easier to scan than ocaml.org, but that also fails here: opam’s doc link is Jane Street packages documentation moved.

What still works for me is

opam install odig
odig doc core

which opens the docs very quickly after building them the first time.

1 Like

This is awesome, thank you Julian =D #resolved

This was supposed to be fixed a couple of weeks ago Is caqti doc missing? - #4 by jonludlam

EDIT: actually the docs are loading for me.

When I checked with my post, it said “No docs”. Perhaps there’s some on-demand doc generation that’s a little slow.

As I mentioned in the caqti post, the docs server had some issues over Christmas. I pushed the fix a bit over a week ago, but there were some cache-related issues that meant the full rebuild of the docs was taking a lot longer than it should have done. I found and fixed these problems a few days ago, and the full build finished earlier today. While it’s been building, we’ve been serving the last successful build from December sometime, so a few packages didn’t have their docs (e.g. Lwt 6.x), but now it’s switched, everything should be fully up to date, and new packages should get their docs pretty quickly after they’re merged to opam-repository. Sorry for the disruption!

1 Like