~ubuntu-branches/debian/sid/ocaml/sid

« back to all changes in this revision

Viewing changes to debian/man/ocamldumpapprox.1

  • Committer: Bazaar Package Importer
  • Author(s): Stéphane Glondu
  • Date: 2011-04-21 21:35:08 UTC
  • mfrom: (1.1.11 upstream) (12.1.14 sid)
  • Revision ID: james.westby@ubuntu.com-20110421213508-kg34453aqmb0moha
* Fixes related to -output-obj with g++ (in debian/patches):
  - add Declare-primitive-name-table-as-const-char
  - add Avoid-multiple-declarations-in-generated-.c-files-in
  - fix Embed-bytecode-in-C-object-when-using-custom: the closing
    brace for extern "C" { ... } was missing in some cases

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH OCAMLDUMPAPPROX 1 "February 15, 2009"
2
 
.SH NAME
3
 
ocamldumpapprox \- dump an OCaml native compilation unit description
4
 
.SH SYNOPSIS
5
 
.B ocamldumpapprox
6
 
.RI file\ ...
7
 
.SH DESCRIPTION
8
 
Dump information contained in OCaml native compilation units.
9
 
It works on .cmx and .cmxa files.
10
 
.sp 2
11
 
.B ocamldumpapprox
12
 
is able to show information regarding:
13
 
.br
14
 
.IP
15
 
CRC of implementation
16
 
.sp 2
17
 
CRC of imported interfaces and implementations
18
 
.sp 2
19
 
implementation assumptions
20
 
.PP
21
 
depending on its invocation on .cmx or .cmxa arguments.
22
 
.SH SEE ALSO
23
 
.BR ocamlc (1),
24
 
.BR ocamlopt (1),
25
 
.BR ocamlobjinfo (1)
26
 
.br
27
 
.SH AUTHOR
28
 
This manual page was written by Stéphane Glondu <steph@glondu.net>,
29
 
for the Debian GNU/Linux system (but may be used by others).