Mirroring the opam repository, including source archives
Find a file
Hannes Mehnert c16f2288ed Use Status.is_redirection instead of matching on the polymorphic variant
The reason behind this is that the new HTTP code 308 (permanent redirect)
is not recognized by HTTP/AF, but already used (e.g. by alt-ergo.ocamlpro.com).
2022-09-01 09:27:03 +02:00
mirage Use Status.is_redirection instead of matching on the polymorphic variant 2022-09-01 09:27:03 +02:00
LICENSE.md initial commit 2022-08-25 14:57:03 +02:00
README.md initial commit 2022-08-25 14:57:03 +02:00

opam-mirror unikernel

This unikernel periodically (at startup, on request, every hour) updates the provided opam-repositor(ies) and downloads all referenced archives. It acts as an opam-repository including archive mirror. Only archives with appropriate checksums are stored. On startup, all data present on the block device is validated.