rules_ocaml
rules_ocaml copied to clipboard
eliminate findlib warning: Interface occurs in several directories
E.g. findlib: [WARNING] Interface topdirs.cmi occurs in several directories: ....
Set OCAMLFIND_IGNORE_DUPS_IN ?
Added OCAMLFIND_IGNORE_DUPS_IN to ocaml_module, ocaml_signature, with hardcoded paths to deal with topdirs.cmi, digestif.cmi.
TODO: use a build flag to allow user to pass dirs to be ignored.