12 minimalOCamlVersion = "4.02";
15 url = "https://ygrek.org/p/release/ocaml-${pname}/${pname}-${version}.tar.gz";
16 hash = "sha512-I4asafA36lIINcBiTTmun7/+Q6ILGOJH3gMiMu1vQZ1me1PSMUxvVtxx02i/C2IBpWwvPypb39kzdmxabLmHaA==";
19 nativeBuildInputs = [ cppo ];
24 homepage = "https://github.com/ygrek/ocaml-extlib";
25 description = "Enhancements to the OCaml Standard Library modules";
26 license = lib.licenses.lgpl21Only;
27 maintainers = [ lib.maintainers.sternenseemann ];