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-27 09:05:30 +0200
committerVincent Laporte <vbgl@users.noreply.github.com>2020-05-28 09:09:53 +0200
commiteab4103efa2fb20b0ade6e5530281949946b25d2 (patch)
treec817b1f93cf7cab7365195d134e2be3fdb7041f3 /pkgs/development/ocaml-modules/janestreet
parent7547926b81940e8b44fc13ff152c62349f6de297 (diff)
downloadnixlib-eab4103efa2fb20b0ade6e5530281949946b25d2.tar
nixlib-eab4103efa2fb20b0ade6e5530281949946b25d2.tar.gz
nixlib-eab4103efa2fb20b0ade6e5530281949946b25d2.tar.bz2
nixlib-eab4103efa2fb20b0ade6e5530281949946b25d2.tar.lz
nixlib-eab4103efa2fb20b0ade6e5530281949946b25d2.tar.xz
nixlib-eab4103efa2fb20b0ade6e5530281949946b25d2.tar.zst
nixlib-eab4103efa2fb20b0ade6e5530281949946b25d2.zip
ocamlPackages.core: remove at 112.24.01
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.nix19
1 files changed, 0 insertions, 19 deletions
diff --git a/pkgs/development/ocaml-modules/janestreet/core.nix b/pkgs/development/ocaml-modules/janestreet/core.nix
deleted file mode 100644
index ac62bc51b070..000000000000
--- a/pkgs/development/ocaml-modules/janestreet/core.nix
+++ /dev/null
@@ -1,19 +0,0 @@
-{stdenv, buildOcamlJane,
- core_kernel,
- bin_prot, fieldslib, sexplib, typerep, variantslib,
- ppx_assert, ppx_bench, ppx_driver, ppx_expect, ppx_inline_test, ppx_jane}:
-
-buildOcamlJane {
-  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 ];
-  };
-}