I use ocaml with emacs tuareg mode, as a new user I don't really know much about all the ocaml tools...
Recently I installed ocaml-wlc with opam, it's a binding for wayland library in ocaml. I have tried to import the library with open
in my code but it doesn't work.
After some research, I found that I need to use ocamlfind, the tool for managing exernal library. I haven't found any tutorial or documentation for this tool on the web, so I read the manual.
After this I still doesn't know how to use the library...
I find that there's a lot of tool for ocaml but I haven't found yet any proper tutorial/documentation about how to use that ecosystem.
The title ask about an ocamlfind tutorial, but in fact I'm looking for a decent tutorial about the ocaml tools ecosystem and how to manage simple tasks like installing and using libraries with opam.
Thank you