1 { buildDunePackage, lib, fetchurl, ocaml }:
4 pname = "stdlib-shims";
7 url = "https://github.com/ocaml/${pname}/releases/download/${version}/${pname}-${version}.tbz";
8 sha256 = "0jnqsv6pqp5b5g7lcjwgd75zqqvcwcl5a32zi03zg1kvj79p5gxs";
10 useDune2 = lib.versionAtLeast ocaml.version "4.08";
11 minimumOCamlVersion = "4.02";
14 description = "Shims for forward-compatibility between versions of the OCaml standard library";
15 homepage = "https://github.com/ocaml/stdlib-shims";
16 inherit (ocaml.meta) license;
17 maintainers = [ lib.maintainers.vbgl ];