about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/janestreet
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2020-05-28 09:12:16 +0200
committerVincent Laporte <vbgl@users.noreply.github.com>2020-05-29 08:23:42 +0200
commit1992d68551d903078fa0fc2deb426d7f9fa22e45 (patch)
tree6e54966626dbd962f4ef5ac252afa4ec280dab04 /pkgs/development/ocaml-modules/janestreet
parent135073a87b7e2c631739f4ffa016e1859b1a425e (diff)
downloadnixlib-1992d68551d903078fa0fc2deb426d7f9fa22e45.tar
nixlib-1992d68551d903078fa0fc2deb426d7f9fa22e45.tar.gz
nixlib-1992d68551d903078fa0fc2deb426d7f9fa22e45.tar.bz2
nixlib-1992d68551d903078fa0fc2deb426d7f9fa22e45.tar.lz
nixlib-1992d68551d903078fa0fc2deb426d7f9fa22e45.tar.xz
nixlib-1992d68551d903078fa0fc2deb426d7f9fa22e45.tar.zst
nixlib-1992d68551d903078fa0fc2deb426d7f9fa22e45.zip
ocamlPackages.core_kernel: remove at 112.24.00
This is a legacy version for OCaml 4.02
Diffstat (limited to 'pkgs/development/ocaml-modules/janestreet')
-rw-r--r--pkgs/development/ocaml-modules/janestreet/core_kernel.nix18
1 files changed, 0 insertions, 18 deletions
diff --git a/pkgs/development/ocaml-modules/janestreet/core_kernel.nix b/pkgs/development/ocaml-modules/janestreet/core_kernel.nix
deleted file mode 100644
index b2f0661e7683..000000000000
--- a/pkgs/development/ocaml-modules/janestreet/core_kernel.nix
+++ /dev/null
@@ -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 ];
-  };
-}