Mirroring the opam repository, including source archives
Find a file
Reynir Björnsson 24dda11659 Hash cache
The block devie is partitioned into a tar rw filesystem and two hash map
cache partitions. The latter store the computes maps from {md5,sha512}
checksums to sha256 checksums to speed up the boot process.
2022-09-26 20:17:45 +02:00
mirage Hash cache 2022-09-26 20:17:45 +02:00
LICENSE.md initial commit 2022-08-25 14:57:03 +02:00
README.md minor README nit 2022-09-26 14:11:59 +02:00

opam-mirror unikernel

This unikernel periodically (at startup, on request, every hour) updates the provided opam-repository 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.