Special files

General files:

  • _tags: specify the tags of your files
  • .itarget: pack of targets
  • myocamlbuild.ml: ocamlbuild plugin. Unlike other files, this one must be at the root of your project.

Ocaml-specific files:

  • .mllib: Ocaml library (cma and cmxa)
  • .mlpack: Ocaml package (cmo built with -pack)
  • .mltop: Ocaml interactive toplevel
  • .odocl: Ocaml documentation
  • .mldylib: Ocaml plugin (cma and cmxs)