1 { lib, fetchurl, buildDunePackage
6 pname = "mirage-block";
10 url = "https://github.com/mirage/mirage-block/releases/download/v${version}/mirage-block-v${version}.tbz";
11 sha256 = "sha256-NB5nJpppMtdi0HDjKcCAqRjO4vIbAMfnP934P+SnzmU=";
14 propagatedBuildInputs = [ cstruct lwt fmt ];
17 description = "Block signatures and implementations for MirageOS";
18 homepage = "https://github.com/mirage/mirage-block";
19 license = licenses.isc;
20 maintainers = with maintainers; [ vbgl ];