core: 112.24.01 -> 112.24.01/113.33.03

PPX/P4 split
This commit is contained in:
Matthew Maurer
2016-09-14 02:36:07 -04:00
parent a6f8b1f9ff
commit 0561329ae5
10 changed files with 39 additions and 17 deletions
@@ -0,0 +1,20 @@
{stdenv, buildOcamlJane, fetchurl,
core_kernel,
bin_prot, fieldslib, sexplib, typerep, variantslib,
ppx_assert, ppx_bench, ppx_driver, ppx_expect, ppx_inline_test, ppx_jane,
ocaml_oasis, opam, js_build_tools}:
buildOcamlJane rec {
name = "core";
hash = "0nz6d5glgymbpchvcpw77yis9jgi2bll32knzy9vx99wn83zdrmd";
propagatedBuildInputs =
[ core_kernel 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;
description = "Jane Street Capital's standard library overlay";
license = licenses.asl20;
maintainers = [ maintainers.maurer maintainers.ericbmerritt ];
};
}