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

Recently, the server seems to become slower and slower until it becomes unresponsive. This only affects package documentation pages. Connecting to the server and docker container shows there is an...

bug

Hello. I have created a cookbook recipe for "invert a matrix" using the Owl library. My 1st cookbook, so happy to introduce changes/improvements where needed.

Cookbook

Hello! I have prepared a recipe for the matrix addition and multiplication. In this case using the Array module of the standard library and implemented using integer elements for the...

Cookbook

I currently use OCaml 4.07.1 (installed some years ago with the graphical installer of fdopen.github.io). I tried to install the 4.14.0 version with DkML 2.11, following instructions on page https://gitlab.com/dkml/distributions/dkml#installing....

It would be great if we could mark a scraped post to not be included in the OCaml Planet feed, e.g. with a flag. Then, when reviewing PRs made by...

data
scrape

In the CSV latest page: https://ocaml.org/p/csv/latest, all links from the `Documentation` section inside `README.md` are broken. `Documentation` section: The documentation for the Csv (resp. Csv_lwt) module can be found [online](https://math.umons.ac.be/anum/software/csv/)...

It will run only on markdown files that were changed, so we can gradually get to an uniform code style for all of them.

The recipes in this PR contains three alternative ways to parse command-line arguments: 1. Manipulating `Sys.argv` directly. 2. Using the `Arg` module from the standard library. 3. Using `Cmdliner` installed...

Several code samples in the tutorial are receiving the "comment" styling where they should not be. - In the first code sample [here](https://ocaml.org/docs/tour-of-ocaml#tour-of-ocaml) the second `50` is incorrectly highlighted -...

bug