[opam-devel] printing detailed dependency analysis

Thomas Gazagnaire thomas at ocamlpro.com
Wed Mar 27 14:47:08 GMT 2013


You can try:

$ opam upgrade --cudf=foo ocamlfind

hopefully this is just a no-op which produces foo.dot. Then:

$ dot -Tpng foo.dot > foo.png

This will build the graph of all available packages where the roots are the installed ones.

--
Thomas



On Mar 27, 2013, at 3:31 PM, Ashish Agarwal wrote:

> Is there any way to get a detailed print out of a package's dependency tree? I'm in a situation that is hard to debug.
> 
> _______________________________________________
> opam-devel mailing list
> opam-devel at lists.ocaml.org
> http://lists.ocaml.org/listinfo/opam-devel



More information about the opam-devel mailing list