1 { lib, buildDunePackage, fetchurl, fmt, uutf, jsonm, base64, either }:
7 minimumOCamlVersion = "4.08";
10 url = "https://github.com/mirage/${pname}/releases/download/${version}/${pname}-fuzz-${version}.tbz";
11 sha256 = "1cbzbawbn71mmpw8y84s1p2pbhc055w1znz64jvr00c7fdr9p8hc";
16 propagatedBuildInputs = [
25 description = "Dynamic type representations. Provides no stability guarantee";
26 homepage = "https://github.com/mirage/repr";
27 license = licenses.isc;
28 maintainers = [ maintainers.sternenseemann ];