NAME
ocamlobjinfo - dump an OCaml compilation unit description
SYNOPSIS
ocamlobjinfo file ...
DESCRIPTION
Dump information contained in OCaml compilation units. Currently it
works on .cmi, .cmo and .cma files.
ocamlobjinfo is able to show information regarding:
module names
unit name
declared primitives
imported interfaces
md5sums of imported interfaces
forced custom mode
extra C libraries needed
extra C flags needed
use of unsafe features
depending on its invocation on .cmi, .cmo or .cma arguments.
SEE ALSO
ocamlc(1), ocamlopt(1)
AUTHOR
This manual page was written by Stefano Zacchiroli <zack@debian.org>,
for the Debian GNU/Linux system (but may be used by others).
October 26, 2002