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

Meta issue to track the progress on the creation of the new documentation content. ### High-Level Documentation Outline In order to have a global view of all the Learn Area...

documentation
new-doc

This is valid OCaml: ```ocaml # function Ok Either.(Left x | Right x) -> Some x | Error _ -> None;; - : (('a, 'a) Either.t, 'b) result -> 'a...

documentation

I looove that ocaml.org provides easily accessible documentation for all opam packages, and I use it daily. But some time ago (weeks? months?), I started seeing more and more packages...

This is derived from @MikeShah YouTube Video [Episode 8 - First Impression - ocaml](https://youtu.be/Aa5b6Y8NvGQ) * Make it obvious place to start is `utop` command: applies to install instructions (http://ocaml.org/install and...

documentation

Coq and OCaml share the same origin. Coq won the ACM System Award.

data

To improve the accessibility of ocaml.org according to the [Web Content Accessibility Guidelines (WCAG) international standard](https://www.w3.org/WAI/standards-guidelines/wcag/), it makes sense to introduce an accessibility-checker tool to the CI. This will give...

infrastructure
accessibility
help wanted

Issue https://github.com/ocaml/ocaml.org/issues/1170 has shown when an internal error happens, nothing valuable is shown to the user. A page saying something like: “Sorry, an internal error took place. Not your fault....

bug
enhancement
probably needs some guidance
help wanted

Thanks for all your work on maintaining and improving ocaml.org, it's amazing! ❤️ We are planning to link to the `melange` package page [in ocaml.org](https://ocaml.org/p/melange/latest) from the [project website](melange.re/), and...

enhancement

When tab is pressed instead of inserting a tab or x number of spaces where the cursor is it instead tabs over to the next items in the webpage. This...

bug
help wanted

I am wondering if it would be a good idea to document the current release cycle of the compiler on ocaml.org? I have the impression that it could be useful...

enhancement
documentation