ocaml.org
ocaml.org copied to clipboard
The official OCaml website.
This is follow-up to thus [discuss](https://discuss.ocaml.org/t/new-tutorials-on-basics-of-ocaml/13396) thread: - [x] Rewrite line 15 w/o corporate gibberish style - [x] Make sure terminology is **always** introduced **after** the examples - [ ]...
On https://v2.ocaml.org/learn/portability.html, we have a page "Portability". This information needs a new home on the current ocaml.org site.
@sabine please can you help look into the job feed here : https://github.com/oyenuga17/ocaml.org/blob/a5ed9b99b8e268b61a4eddc7fd2b78d05e223d75/tool/ood-gen/lib/job.ml#L8-L29. I used the same implementation for the changelog feed but for some weird reason only 3 jobs...
@sabine please help me put on staging.
ocaml.org is not meant to be used as a package by any other project. However, exposing it as an opam package has some value: * Makes ocaml.org part of the...
Create a page under Tools - Motivation - List of services (with links to public-facing services and GitHub repos) - High-level view - Link to the corresponding page in governance...
Hi, Loading pages such as https://ocaml.org/p/core/v0.17.1/doc/index.html is very slow, more than 10s. I investigated and the server is GET'ing https://docs-data.ocaml.org/live/p/core/v0.17.1/index.js which is a massive file. This is the search index....
With this PR, it is possible to build and run OCaml.org on OCaml 5 with ``` make deps make start ``` The build was failing due to problems with a...