1ef01931fSBen Gras 2ef01931fSBen Gras#------------------------------------------------------------------------------ 3*835f6802SDirk Vogt# $File: ocaml,v 1.5 2010/09/20 18:55:20 rrt Exp $ 4ef01931fSBen Gras# ocaml: file(1) magic for Objective Caml files. 5*835f6802SDirk Vogt0 string Caml1999 OCaml 6ef01931fSBen Gras>8 string X exec file 7ef01931fSBen Gras>8 string I interface file (.cmi) 8ef01931fSBen Gras>8 string O object file (.cmo) 9ef01931fSBen Gras>8 string A library file (.cma) 10ef01931fSBen Gras>8 string Y native object file (.cmx) 11ef01931fSBen Gras>8 string Z native library file (.cmxa) 12ef01931fSBen Gras>8 string M abstract syntax tree implementation file 13ef01931fSBen Gras>8 string N abstract syntax tree interface file 14*835f6802SDirk Vogt>9 string >\0 (Version %3.3s) 15