OCaml Forge

ld-ocaml

ld.ocaml is a dynamic linker/loader for OCaml. It does for native plugins (Dynlink’s .cmxs files) what ld.so does for shared libs: it infers the cmxs libs needed by the program object(s), locates them and then loads them all in the required order.