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

« back to all changes in this revision

Viewing changes to debian/man/ocamlplugininfo.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 OCAMLPLUGININFO 1 "July 21, 2009"
2
 
.SH NAME
3
 
ocamlplugininfo \- dump an OCaml native shared object file description
4
 
.SH SYNOPSIS
5
 
.B ocamlplugininfo
6
 
.RI file
7
 
.SH DESCRIPTION
8
 
Dump information contained in OCaml native sahred object.
9
 
It works on .cmxs files.
10
 
.sp 2
11
 
.B ocamlplugininfo
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
 
.SH SEE ALSO
19
 
.BR ocamlc (1),
20
 
.BR ocamlopt (1),
21
 
.BR ocamlobjinfo (1),
22
 
.BR ocamlbyteinfo (1),
23
 
.BR ocamldumpapprox (1)
24
 
.br
25
 
.SH AUTHOR
26
 
This manual page was written by Mehdi Dogguy <mehdi@dogguy.org>,
27
 
for the Debian GNU/Linux system (but may be used by others).