ocamlPackages.core_kernel: remove at 112.24.00

This is a legacy version for OCaml 4.02
This commit is contained in:
Vincent Laporte
2020-05-29 08:23:42 +02:00
committed by Vincent Laporte
parent 135073a87b
commit 1992d68551
3 changed files with 0 additions and 57 deletions
@@ -1,18 +0,0 @@
{stdenv, buildOcamlJane,
bin_prot, fieldslib, sexplib, typerep, variantslib,
ppx_assert, ppx_bench, ppx_driver, ppx_expect, ppx_inline_test, ppx_jane}:
buildOcamlJane {
name = "core_kernel";
hash = "13gamj056nlib04l7yh80lqpdx0pnswzlb52fkqa01awwp5nf3z6";
propagatedBuildInputs =
[ bin_prot fieldslib sexplib typerep variantslib
ppx_assert ppx_bench ppx_driver ppx_expect ppx_inline_test ppx_jane ];
meta = with stdenv.lib; {
homepage = "https://github.com/janestreet/core_kernel";
description = "Jane Street Capital's standard library overlay (kernel)";
license = licenses.asl20;
maintainers = [ maintainers.maurer maintainers.ericbmerritt ];
};
}