ocaml / opam

opam is a source-based package manager. It supports multiple simultaneous compiler installations, flexible package constraints, and a Git-friendly development workflow.
https://opam.ocaml.org
Other
1.23k stars 351 forks source link

Be more explicit about what requires a package to be recompiled #5753

Open kit-ty-kate opened 9 months ago

kit-ty-kate commented 9 months ago

Request from @jonahbeckford (please feel free to correct me if i’m wrong)

Sometimes opam has to compile package. e.g.:

[build]   - recompile dkml-base-compiler                   4.14.0~v2.1.0 (pinned)         [upstream or system changes]

I feel like it would be nice to at least say what kind of change this is.

For example:

jonahbeckford commented 9 months ago

Thx!