[Pkg-ocaml-maint-commits] [SCM] OCaml packaging branch, 3.11/master, updated. debian/3.11.0-1-15-g06c0081

Stephane Glondu steph at glondu.net
Sun Feb 15 23:31:12 UTC 2009


The following commit has been merged in the 3.11/master branch:
commit 83981c5cfe88bcd1c187bae9701e4888f6dcc74a
Author: Stephane Glondu <steph at glondu.net>
Date:   Mon Feb 16 00:05:54 2009 +0100

    Add a manpage to ocamldumpapprox

diff --git a/debian/man/ocamldumpapprox.1 b/debian/man/ocamldumpapprox.1
new file mode 100644
index 0000000..54dadf0
--- /dev/null
+++ b/debian/man/ocamldumpapprox.1
@@ -0,0 +1,29 @@
+.TH OCAMLDUMPAPPROX 1 "February 15, 2009"
+.SH NAME
+ocamldumpapprox \- dump an OCaml native compilation unit description
+.SH SYNOPSIS
+.B ocamldumpapprox
+.RI file\ ...
+.SH DESCRIPTION
+Dump information contained in OCaml native compilation units.
+It works on .cmx and .cmxa files.
+.sp 2
+.B ocamldumpapprox
+is able to show information regarding:
+.br
+.IP
+CRC of implementation
+.sp 2
+CRC of imported interfaces and implementations
+.sp 2
+implementation assumptions
+.PP
+depending on its invocation on .cmx or .cmxa arguments.
+.SH SEE ALSO
+.BR ocamlc (1),
+.BR ocamlopt (1),
+.BR ocamlobjinfo (1)
+.br
+.SH AUTHOR
+This manual page was written by Stéphane Glondu <steph at glondu.net>,
+for the Debian GNU/Linux system (but may be used by others).
diff --git a/debian/ocaml-nox.manpages b/debian/ocaml-nox.manpages.in
similarity index 69%
rename from debian/ocaml-nox.manpages
rename to debian/ocaml-nox.manpages.in
index 5ed3961..7ee4b48 100644
--- a/debian/ocaml-nox.manpages
+++ b/debian/ocaml-nox.manpages.in
@@ -1,3 +1,4 @@
 debian/man/ocamlmklib.1
 debian/man/ocamldumpobj.1
 debian/man/ocamlobjinfo.1
+OPT: debian/man/ocamldumpapprox.1

-- 
OCaml packaging



More information about the Pkg-ocaml-maint-commits mailing list