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-22 10:08:26 +0200
committerVincent Laporte <vbgl@users.noreply.github.com>2020-05-27 09:01:25 +0200
commit670237ec9322c6964153d5170f954b2e79ba1006 (patch)
tree403391357fe192d8ea2c1e8754cc3ad4aca541f5 /pkgs/development/ocaml-modules/janestreet
parent90159ed045b2a328caf5ba5acd4f86ad372a29de (diff)
downloadnixlib-670237ec9322c6964153d5170f954b2e79ba1006.tar
nixlib-670237ec9322c6964153d5170f954b2e79ba1006.tar.gz
nixlib-670237ec9322c6964153d5170f954b2e79ba1006.tar.bz2
nixlib-670237ec9322c6964153d5170f954b2e79ba1006.tar.lz
nixlib-670237ec9322c6964153d5170f954b2e79ba1006.tar.xz
nixlib-670237ec9322c6964153d5170f954b2e79ba1006.tar.zst
nixlib-670237ec9322c6964153d5170f954b2e79ba1006.zip
ocamlPackages.async_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/async-kernel.nix16
1 files changed, 0 insertions, 16 deletions
diff --git a/pkgs/development/ocaml-modules/janestreet/async-kernel.nix b/pkgs/development/ocaml-modules/janestreet/async-kernel.nix
deleted file mode 100644
index 6e8a5cae6354..000000000000
--- a/pkgs/development/ocaml-modules/janestreet/async-kernel.nix
+++ /dev/null
@@ -1,16 +0,0 @@
-{stdenv, buildOcamlJane, core_kernel,
- bin_prot, fieldslib,
- sexplib, herelib}:
-
-buildOcamlJane {
-  name = "async_kernel";
-  hash = "1n6ifbrq6q6hq8bxh6b9vhg11mv9r6jgp1b7vfw7mh5s2nrd4b60";
-  propagatedBuildInputs = [ core_kernel bin_prot fieldslib herelib sexplib ];
-
-  meta = with stdenv.lib; {
-    homepage = "https://github.com/janestreet/async_kernel";
-    description = "Jane Street Capital's asynchronous execution library (core) ";
-    license = licenses.asl20;
-    maintainers = [ maintainers.maurer maintainers.ericbmerritt ];
-  };
-}