Document scope in README and opam description

Fixes #1
This commit is contained in:
Reynir Björnsson 2024-12-05 09:53:59 +01:00
parent e40c70be9c
commit 26fb757c01
2 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,6 @@
# opam-graph # 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.

View file

@ -28,5 +28,5 @@ build: [
synopsis: "Graphing dependencies of opam packages" synopsis: "Graphing dependencies of opam packages"
description: """ description: """
This package outputs dependency graphs (in svg and dot) of opam package This package outputs dependency graphs (in svg and dot) of opam package
universes (opam switch export). universes (opam switch export --full --freeze).
""" """