parent
e40c70be9c
commit
26fb757c01
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,6 @@
|
|||
# opam-graph
|
||||
|
||||
Visualizes dependencies of "opam switch export" as dot or svg.
|
||||
Visualizes dependencies of "opam switch export --full --freeze" as dot or svg.
|
||||
|
||||
Note that this project is developed to serve https://builds.robur.coop/ and [builder-web](https://git.robur.coop/robur/builder-web/) and makes hard assumptions on the `--full` and `--freeze` flags passed to `opam switch export.
|
||||
Please reach out to us at [Robur](https://robur.coop/Contact) if you have other needs.
|
||||
|
|
|
@ -28,5 +28,5 @@ build: [
|
|||
synopsis: "Graphing dependencies of opam packages"
|
||||
description: """
|
||||
This package outputs dependency graphs (in svg and dot) of opam package
|
||||
universes (opam switch export).
|
||||
universes (opam switch export --full --freeze).
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue