1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
.TH OCAMLOBJINFO 1 "June 9, 2010"
.SH NAME
ocamlobjinfo \- dump information about OCaml compiled objects
.SH SYNOPSIS
.B ocamlobjinfo
.RI file\ ...
.SH DESCRIPTION
Dump information contained in OCaml compiled objects. It works
on .cmi, .cmo, .cma, .cmx, .cmxa, .cmxs files and pure bytecode
executables.
.sp 2
.B ocamlobjinfo
is able to show information regarding:
.br
.IP
module names
.sp 2
unit names
.sp 2
declared primitives
.sp 2
imported interfaces
.sp 2
md5sums of imported interfaces
.sp 2
forced custom mode
.sp 2
extra C libraries needed
.sp 2
extra C flags needed
.sp 2
use of unsafe features
.PP
depending on its arguments.
.SH SEE ALSO
.BR ocamlc (1),
.BR ocamlopt (1)
.br
.SH AUTHOR
This manual page was written by Stefano Zacchiroli <zack@debian.org>
and Stéphane Glondu <glondu@debian.org>, for the Debian GNU/Linux
system (but may be used by others).
|