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