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";
12 description = "Shims for forward-compatibility between versions of the OCaml standard library";
13 homepage = "https://github.com/ocaml/stdlib-shims";
14 inherit (ocaml.meta) license;
15 maintainers = [ lib.maintainers.vbgl ];