ocamlPackages.async_kernel: remove at 112.24.00

This is a legacy version for OCaml 4.02
This commit is contained in:
Vincent Laporte
2020-05-27 09:01:25 +02:00
committed by Vincent Laporte
parent 90159ed045
commit 670237ec93
3 changed files with 0 additions and 50 deletions
@@ -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 ];
};
}