Compare commits

..

No commits in common. "083f961ac4acb0ffeaf69a7aa33368997b9db091" and "402894405dea558e6ad9bc3466932d78e87d4f71" have entirely different histories.

View file

@ -202,7 +202,7 @@ let artifact
else txtf "%a" Fpath.pp filepath else txtf "%a" Fpath.pp filepath
]; ];
H.txt " "; H.txt " ";
H.code [txtf "SHA256:%s" (Ohex.encode sha256)]; H.code [txtf "SHA256:%a" Ohex.pp sha256];
txtf " (%a)" Fmt.byte_size size; txtf " (%a)" Fmt.byte_size size;
] ]