-
Notifications
You must be signed in to change notification settings - Fork 1.2k
FAQ
Kate edited this page Mar 16, 2024
·
10 revisions
Create a new draft PR to restrict the previous version and merge it after version N is merged. e.g. #24243 (comment)
Archives of packages can be found from their checksum in alternative repository endpoints such as:
- https://gitlab.ocamlpro.com/OCamlPro/opam-repository/-/tree/cached
- https://opam.robur.coop
- https://opam.ocaml.org
Simply go to these url at the path: /cache/<name of checksum algorithm>/<first two characters of the hash>/<hash>
.
For example, dune.1.0.0
's archive has the following checksum: md5=7435bc09a3967bf6da01e6cb7d37ccc3
so the archive is available at the following url:
https://opam.ocaml.org/cache/md5/74/7435bc09a3967bf6da01e6cb7d37ccc3
If none of the known repositories have the archive you are looking for, the last resort could be archive.softwareheritage.org. However note that the checksum will not be the same as with the original archive and thus should not be trusted at face value.