ocaml.org
ocaml.org copied to clipboard
The official OCaml website.
This issue originated in [this pull request (2959)](https://github.com/ocaml/ocaml.org/pull/2959). In contributing pull requests to markdown tutorials (minor fixes, structural suggestions, and content suggestions), I began having issues with maintaining consistent markdown...
This adds some default markdownlint configuration for the repo. I've opted to use the `jsonc` format, so I can have comments explaining the configuration settings.
Old links such as https://v3.ocaml.org/p/base/v0.15.0 301 redirect to https://ocaml.org, effectively breaking a wide variety of links to ocaml.org across the web. First, please don't use 301 redirects, in generality, ever....
The [OCaml Community page](https://ocaml.org/community) has a Mailing Lists section which links to https://inbox.vuxu.org/caml-list That archive was last updated in July 2022. The official `caml-list` mailing list archive is at https://sympa.inria.fr/sympa/arc/caml-list/...
As mentioned in #2965, I think that's the right place for this page in the menu. The link's the same, so there's nothing else that needs changing.
Medit and my life do not seem to exist anymore
The documentation for `Hashtbl.hash` currently reads: > `Hashtbl.hash x` associates a nonnegative integer to any value of any type. It is guaranteed that if `x = y` or `Stdlib.compare x...
This adds a tool that detects missing changelogs by looking at projects' release pages. My intention is to write a GA that will notify maintainers (perhaps by opening draft PRs)...
When i try to subscribe to [linked](https://ocaml.org/governance/platform) platform [mailing list](https://lists.ocaml.org/listinfo/platform), i have a `405 not allowed` error. Last archive are from 2018, i guess that the mailing list is no...
Update the CI and deployment from OCaml 5.2.0 to 5.2.1. Update the deployment image to Alpine 2.21, and opam 2.3 (should be faster). Updating to the BuildKit syntax should speed...