ocaml.org icon indicating copy to clipboard operation
ocaml.org copied to clipboard

The official OCaml website.

Results 232 ocaml.org issues
Sort by recently updated
recently updated
newest added

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)...

bug
infrastructure
build

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...

good first issue
help wanted

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: -...

good first issue
help wanted

![image](https://github.com/ocaml/ocaml.org/assets/1917592/b7356856-a9b7-46ee-89df-bc90cd91469d)

bug

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...

enhancement
documentation
help wanted

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...

help wanted

![Screenshot 2024-04-15 at 13-51-39 zipc Versions](https://github.com/ocaml/ocaml.org/assets/6594573/3b03b6db-eae0-4f0c-992a-39f0b6e69cc8) 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.

good first issue
help wanted

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....