1 { lib, fetchurl, buildDunePackage, jsonm, hex, sexplib0 }:
10 url = "https://github.com/mirage/ezjsonm/releases/download/v${version}/ezjsonm-v${version}.tbz";
11 sha256 = "1q6cf63cc614lr141rzhm2w4rhi1snfqai6fmkhvfjs84hfbw2w7";
14 propagatedBuildInputs = [ jsonm hex sexplib0 ];
17 description = "An easy interface on top of the Jsonm library";
18 homepage = "https://github.com/mirage/ezjsonm";
19 license = lib.licenses.isc;
20 maintainers = with lib.maintainers; [ vbgl ];