On 18.07.2007 09:43, Anastasia Gornostaeva wrote: > The function OCamlLibraryInstall installs only .a and .cmxa files. > How to install also .cmi and .mli files? OCamlLibraryInstall will do that if you set the INSTALL_INTERFACES variable to true. Aleksey