1 { lib, fetchurl, buildDunePackage
13 url = "https://github.com/mirage/mirage-kv/releases/download/v${version}/mirage-kv-v${version}.tbz";
14 sha256 = "1n736sjvdd8rkbc2b5jm9sn0w6hvhjycma5328r0l03v24vk5cki";
17 propagatedBuildInputs = [ fmt mirage-device ];
20 checkInputs = [ alcotest ];
23 description = "MirageOS signatures for key/value devices";
24 homepage = "https://github.com/mirage/mirage-kv";
25 license = lib.licenses.isc;
26 maintainers = [ lib.maintainers.vbgl ];