I had to make the following ocaml changes to compile ``` - Char.lowercase_ascii + Char.lowercase (* deprecated since ocaml 4.03.0 *) ```