Remove unnecessary complexity #2
Loading…
Reference in a new issue
No description provided.
Delete branch "opam-checksums"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Opam 2 only supports md5, sha256 and sha512. We don't need the extra
complexity of other hash algorithms. Opam 2 will fail to parse such an
opam file anyway.
It's specified in the opam manual, and I verified by asking on the #opam discord where Kate confirmed this was the case. It sounds like it's going to be the case at least until opam 3.
looks good to me, thanks!