9 pname = "stdlib-shims";
12 url = "https://github.com/ocaml/${pname}/releases/download/${version}/${pname}-${version}.tbz";
13 sha256 = "0jnqsv6pqp5b5g7lcjwgd75zqqvcwcl5a32zi03zg1kvj79p5gxs";
17 description = "Shims for forward-compatibility between versions of the OCaml standard library";
18 homepage = "https://github.com/ocaml/stdlib-shims";
19 inherit (ocaml.meta) license;
20 maintainers = [ lib.maintainers.vbgl ];