ocamlfind
will not work because it uses the bytecode toplevel API and a bit stupidly the ocamlnat API is separate despite providing the same functionality (see point 4. here).
As I said above use omod
if you want to get to something (follow the tutorial I linked above). But not to anything unfortunately, report any loading issues you hit (some of which I’m already aware) on omod
's bug tracker.