2 by Richard W.M. Jones <rjones@redhat.com>
3 http://et.redhat.com/~rjones/rpmdepsize
4 ----------------------------------------------------------------------
6 This program displays the size of RPMs and their dependencies. It's
7 useful for shaming RPMs that have too many dependencies or pull in
8 large amounts of data because of indirect dependencies.
11 ----------------------------------------------------------------------
13 ocaml >= 3.10 http://caml.inria.fr/
14 - and the following OCaml packages:
15 * findlib http://projects.camlcity.org/projects/findlib.html/
16 * extlib http://code.google.com/p/ocaml-extlib/
17 * sexplib310 http://www.ocaml.info/home/ocaml_sources.html
18 * type-conv - - "" - -
19 * lablgtk2 http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgtk.html
24 - including the Python libraries, which come by default
27 - emacs editing mode for OCaml, just if you want to edit the code
30 ----------------------------------------------------------------------
36 rpmdepsize [--debug] [package]
39 ----------------------------------------------------------------------
41 http://git.et.redhat.com/?p=rpmdepsize.git;a=summary
44 ----------------------------------------------------------------------
46 This is highly experimental exploratory software, so don't expect
47 much support or quick bug fixes.
51 Tip: Run with the --debug command line flag.