[Pkg-ocaml-maint-commits] r3762 - in /trunk/packages/cmigrep/trunk/debian: cmigrep.1 dirs rules

treinen at users.alioth.debian.org treinen at users.alioth.debian.org
Wed May 16 20:18:19 UTC 2007


Author: treinen
Date: Wed May 16 20:18:19 2007
New Revision: 3762

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=3762
Log:
cmigrep : add man page

Added:
    trunk/packages/cmigrep/trunk/debian/cmigrep.1
    trunk/packages/cmigrep/trunk/debian/dirs
Modified:
    trunk/packages/cmigrep/trunk/debian/rules

Added: trunk/packages/cmigrep/trunk/debian/cmigrep.1
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/cmigrep/trunk/debian/cmigrep.1?rev=3762&op=file
==============================================================================
--- trunk/packages/cmigrep/trunk/debian/cmigrep.1 (added)
+++ trunk/packages/cmigrep/trunk/debian/cmigrep.1 Wed May 16 20:18:19 2007
@@ -1,0 +1,78 @@
+.TH CMIGREP 1
+.SH NAME
+cmigrep \- gather information from ocaml compiled interface files
+.SH SYNOPSIS
+.B cmigrep
+.I 
+.RI <option> <module>
+.SH DESCRIPTION
+This manual page documents briefly the
+.BR cmigrep
+command.
+This manual page was written for the Debian GNU/Linux distribution
+because the original program does not have a manual page.
+
+.B cmigrep
+allows to search for information in compiled interfaces of OCaml modules.
+By default, the search applies to the modules described in the \fI.cmi\fR files
+in the curent directory and in the ocaml standard directory, but this can be
+changed with the -I option (see below).
+
+
+.SH OPTIONS
+
+.SS General Options 
+
+.TP 
+.B \-I directory
+Add \fIdirectory\fR to the search path for modules
+.TP
+.B -package packages
+comma seperated list of findlib packages to search
+.TP
+.B -help, --help
+display list of options
+
+.SS Search Patterns
+
+.TP
+.B -t regexp
+print types with matching names
+.TP
+.B -r regexp
+print record field labels with matching names
+.TP
+.B -c regexp
+print constructors with matching names
+.TP
+.B -p regexp
+print polymorphic variants with matching names
+.TP
+.B -m regexp
+print all matching module names in the path
+.TP
+.B -e regexp
+print exceptions with matching constructors
+.TP
+.B -v regexp
+print values with matching names
+.TP
+.B -o regexp
+print all classes with matching names
+.TP
+.B -a regexp
+print all names which match the given expression
+
+.SH SEE ALSO
+Examples can be found on 
+.I /usr/share/doc/ocaml-tools/README.cmigrep\fR.
+
+.SH AUTHOR
+\fBcmigrep\fR is written by Eric Stokes
+.UR mailto:letaris at mac.com
+<letaris at mac.com>.
+.UE
+.PP
+This manual page was compiled by Ralf Treinen
+.UR mailto:treinen at debian.org
+<treinen at debian.org>.

Added: trunk/packages/cmigrep/trunk/debian/dirs
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/cmigrep/trunk/debian/dirs?rev=3762&op=file
==============================================================================
--- trunk/packages/cmigrep/trunk/debian/dirs (added)
+++ trunk/packages/cmigrep/trunk/debian/dirs Wed May 16 20:18:19 2007
@@ -1,0 +1,1 @@
+usr/bin

Modified: trunk/packages/cmigrep/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/cmigrep/trunk/debian/rules?rev=3762&op=diff
==============================================================================
--- trunk/packages/cmigrep/trunk/debian/rules (original)
+++ trunk/packages/cmigrep/trunk/debian/rules Wed May 16 20:18:19 2007
@@ -17,7 +17,7 @@
 
 cmigrep: patch
 	dh_testdir
-	make byte GODI_LIB=/usr/lib/ocaml/$(OCAMLABI)/compiler-libs)
+	make byte GODI_LIB=/usr/lib/ocaml/$(OCAMLABI)/compiler-libs
 
 clean: unpatch
 	dh_testdir
@@ -30,7 +30,6 @@
 	dh_testroot
 	dh_clean -k
 	dh_installdirs
-
 	cp cmigrep debian/cmigrep/usr/bin
 
 binary-arch: build install




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