You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a command which is able to check if an opam file has a correct checksum
opam lint --check-upstream path/to/the/file
But is there one to add a checksum to an opam file?
For the record it would be convenient at ahrefs where we have a repo with overlays or unreleased versions of packages. We can usually start from opam show --raw name-of-the-package > patch/to/the/file and set the url of the archive we want to use. But then we need to do something by hand to compute and add the checksum, which people tend to forget about.
There's a command which is able to check if an opam file has a correct checksum
But is there one to add a checksum to an opam file?
For the record it would be convenient at ahrefs where we have a repo with overlays or unreleased versions of packages. We can usually start from
opam show --raw name-of-the-package > patch/to/the/file
and set the url of the archive we want to use. But then we need to do something by hand to compute and add the checksum, which people tend to forget about.The text was updated successfully, but these errors were encountered: