ocaml.org
ocaml.org copied to clipboard
The official OCaml website.
See for instance: * https://github.com/ocaml/ocaml.org/pull/2391/checks * https://github.com/ocaml/ocaml.org/pull/2389/checks Possibly related to: https://github.com/savonet/ocaml-ssl/issues/153 Deprecated openssl functions * `DH_free` from [`openssl/dh.h`](https://github.com/openssl/openssl/blob/master/include/openssl/dh.h) (line 211) * `EC_KEY_new_by_curve_name` from [`openssl/ec.h`](https://github.com/openssl/openssl/blob/master/include/openssl/ec.h) (line 1017) * `EC_KEY_free` from [`openssl/ec.h`](https://github.com/openssl/openssl/blob/master/include/openssl/ec.h)...
The platform tool guide on [how to write documentation](https://ocaml.org/docs/generating-documentation) is minimal. I think it would benefit from some examples, explanation on what is a docstring and how it is attached...
Similar to the OCaml Changelog, Events should be provided as a RSS feed (so that we can connect them with social media accounts on Twitter, LinkedIn, and Mastodon). Hints: -...

Resolves #2327 Related Issue:: This PR addresses issue #2327 by adding the requested functionality to render DateTime in the user's timezone. Description: This PR adds functionality to render the DateTime...
Resolves #2324 Hi, in this I explicitly mark the _Introduction_ and _Prerequisites_ (Before We Begin) sections. I think it is easier to read, but I'm not sure if the Introduction...
In tutorials using file-based compilation (such as Modules and Functors), use `dune init proj` instead of manually created Dune configuration. This is in order to make the tutorials less about...
Task: * Implement an endpoint that renders a social media image for a package. * insert og:image and twitter:image tags on the package pages' `head` to reference this image, so...
 For example: https://ocaml.org/p/zipc/latest/versions The task here is to do a best effort by assigning similar styles for the dark mode as on other pages.
It is my understanding that odoc can be used to produce LaTeX documentation, it would be nice to be able to download a pdf of the xyz documentation from ocaml.org/p/xyz....