lol
at 18.09-beta 18 lines 689 B view raw
1{stdenv, buildOcamlJane, 2 bin_prot, fieldslib, sexplib, typerep, variantslib, 3 ppx_assert, ppx_bench, ppx_driver, ppx_expect, ppx_inline_test, ppx_jane}: 4 5buildOcamlJane rec { 6 name = "core_kernel"; 7 hash = "13gamj056nlib04l7yh80lqpdx0pnswzlb52fkqa01awwp5nf3z6"; 8 propagatedBuildInputs = 9 [ bin_prot fieldslib sexplib typerep variantslib 10 ppx_assert ppx_bench ppx_driver ppx_expect ppx_inline_test ppx_jane ]; 11 12 meta = with stdenv.lib; { 13 homepage = https://github.com/janestreet/core_kernel; 14 description = "Jane Street Capital's standard library overlay (kernel)"; 15 license = licenses.asl20; 16 maintainers = [ maintainers.maurer maintainers.ericbmerritt ]; 17 }; 18}