about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/janestreet/core.nix
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2020-05-28 22:05:36 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2020-05-28 22:05:36 +0200
commit03de4c02fbd35d1b730ba0957f71df9a7a82bacf (patch)
tree78ed2f7dfa2efae85c9a76dd53320d875a8ff678 /pkgs/development/ocaml-modules/janestreet/core.nix
parent99d25675152f30caf6354db93f01fac87f640c8f (diff)
parente27e3ae169d4ac64856befb6bbf044f2153e337d (diff)
downloadnixlib-03de4c02fbd35d1b730ba0957f71df9a7a82bacf.tar
nixlib-03de4c02fbd35d1b730ba0957f71df9a7a82bacf.tar.gz
nixlib-03de4c02fbd35d1b730ba0957f71df9a7a82bacf.tar.bz2
nixlib-03de4c02fbd35d1b730ba0957f71df9a7a82bacf.tar.lz
nixlib-03de4c02fbd35d1b730ba0957f71df9a7a82bacf.tar.xz
nixlib-03de4c02fbd35d1b730ba0957f71df9a7a82bacf.tar.zst
nixlib-03de4c02fbd35d1b730ba0957f71df9a7a82bacf.zip
Merge staging-next into staging
Diffstat (limited to 'pkgs/development/ocaml-modules/janestreet/core.nix')
-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 ];
-  };
-}