ocaml.org
ocaml.org copied to clipboard
The official OCaml website.
This is the reopen of https://github.com/ocaml/ocaml.org/pull/3132. Me and @cuihtlauac met to migrate all the open tasks over here. I hope we got them all! ----- Open issues: * [x] `make...
Changes introduced in #3118 on `only_ocaml` blog filtering are bugged. Thanks to @hannesm's #3263 report, Robur's posts were no longer showing up. #3266 fixed Robur's issue. However, the regression remains.
This is dead: https://ocaml.org/manual/4.11/api/index.html and preceding versions too.
Several teams are having regular dev meetings (e.g. Merlin, Dune, Odoc, OCaml.org). Would it be possible to add a calendar referencing all these dev meetings?
When you go to https://ocaml.org/p/cmdliner/1.1.0/doc/Cmdliner/Cmd/index.html, you see the regular 404 page of OCaml.org. However, it would be better to show the package 404 page that includes the list of available...
If I look at the lwt [package documentation](https://ocaml.org/p/lwt/5.9.2/doc/README.html), the code block originating from its [`README.md`](https://github.com/ocsigen/lwt/blob/master/README.md) file are not syntax-highlighted. If I look at its [manual](https://ocaml.org/p/lwt/5.9.2/doc/manual.html), originating from [`manual.mld`](https://github.com/ocsigen/lwt/blob/master/docs/manual.mld), its code...
Page on `Irmin_fs_unix.KV`, which appears on the `irmin-fs` documentation's index isn't broken. https://ocaml.org/p/irmin-fs/3.11.0/doc/irmin-fs.unix/Irmin_fs_unix/KV/index.html Not sure whether the issue comes from Irmin, odoc or ocaml.org CC: @jonludlam @clecat
https://ocaml.org/docs/profiling This page makes use of the gprof profiling tool. It is my understanding that dune does not support compiling projects with support for gprof. For this reason I think...
Hello, It looks like the Dockerfile for the VSCode devcontainer is outdated, and somehow leads to incompatible versions of `lsp` and `yojson` being used (Yojson3 has less variants, and the...