ocaml.org
ocaml.org copied to clipboard
The official OCaml website.
Note: I did try to add a recipe with Eio too but it didn't seem to like that. I will raise an issue with more details.
One example with Cmdliner, and two from the standard library (Sys.argv and Arg), Happy to rework them if I've missed some details.
Adds recipe for validating links on a webpage. For this example the webpage is represented as an html string. This code makes use of the cohttp and lambdasoup libraries.
 For the cookbook entries covering "command line arguments" I made one recipe using Cmdliner and two using the standard-library (once with `Sys.argv` and once with...
Added task to web programming section to show how to send data via a POST request. I wondered if it would be beneficial to have a section dedicated to working...
In Unix folders named: * `bin` contains _compiled_ executable files (e.g. /bin or /usr/bin) * `lib` contains _compiled_ library files (e.g. /lib or /usr/lib) In OCaml/Dune projects those folders often...
Add Measures of Central Tendency title with tasks for calculating the mean and median
In [Link to Figma page](https://www.figma.com/design/J0w4b9exaHhVpvabKoGqTn/Design-Github-Issues?node-id=616-2515&t=ABO0h6yDCxRnRSTz-1), we have a design for the new Event card:  Your task here is to implement the new event card as a component: * based...