1 { lib, fetchurl, buildDunePackage, cppo, seq }:
8 url = "https://github.com/ocaml-community/yojson/releases/download/${version}/yojson-${version}.tbz";
9 sha256 = "sha256-h2u284r3OoSilDij2jXkhXxgoUVWpgZSWxSMb9vlRhs=";
12 nativeBuildInputs = [ cppo ];
13 propagatedBuildInputs = [ seq ];
16 description = "An optimized parsing and printing library for the JSON format";
17 homepage = "https://github.com/ocaml-community/${pname}";
18 license = licenses.bsd3;
19 maintainers = [ maintainers.vbgl ];
20 mainProgram = "ydump";