xref: /openbsd-src/usr.bin/file/magdir/ocaml (revision 6264d30e249c6a88a7eb10c13eaa78b152e7d9f5)
1*6264d30eSnicm#	$OpenBSD: ocaml,v 1.2 2015/10/05 22:48:26 nicm Exp $
236c0c0feStedu
336c0c0feStedu#------------------------------------------------------------------------------
436c0c0feStedu# ocaml: file(1) magic for Objective Caml files.
5*6264d30eSnicm0	string	Caml1999	OCaml
636c0c0feStedu>8	string	X		exec file
736c0c0feStedu>8	string	I		interface file (.cmi)
836c0c0feStedu>8	string	O		object file (.cmo)
936c0c0feStedu>8	string	A		library file (.cma)
1036c0c0feStedu>8	string	Y		native object file (.cmx)
1136c0c0feStedu>8	string	Z		native library file (.cmxa)
1236c0c0feStedu>8	string	M		abstract syntax tree implementation file
1336c0c0feStedu>8	string	N		abstract syntax tree interface file
14*6264d30eSnicm>9	string	>\0		(Version %3.3s)
15