I am trying to generate documentation for a module of mine using ocamldoc. However, I use the Core library and ocamldoc complains about not finding it.
Error: Unbound module Core
I understand why thanks to this question, but it doesn't mention any solution for standard modules.
Any help?