Solutions to 99 Problems in OCaml Running the solutions Clone the repo Switch to the new directory Create an empty switch opam switch create ocaml99 5.1.0 Install the project dependencies opam install . --locked Run the included unit tests dune test