1 { lib, fetchurl, buildDunePackage
6 pname = "mirage-block";
12 url = "https://github.com/mirage/mirage-block/releases/download/v${version}/mirage-block-${version}.tbz";
13 hash = "sha256-UALUfeL0G1mfSsLgAb/HpQ6OV12YtY+GUOYG6yhUwAI=";
16 propagatedBuildInputs = [ cstruct lwt fmt ];
19 description = "Block signatures and implementations for MirageOS";
20 homepage = "https://github.com/mirage/mirage-block";
21 license = licenses.isc;
22 maintainers = with maintainers; [ vbgl ];