ocamlPackages.async_ssl: remove at 113.33.07

This is the legacy version for OCaml ≤ 4.02
This commit is contained in:
Vincent Laporte 2020-04-13 10:41:44 +02:00 committed by Vincent Laporte
parent f39712960a
commit 75971d096a
2 changed files with 0 additions and 22 deletions

View file

@ -1,17 +0,0 @@
{ stdenv, buildOcamlJane, async, comparelib, core, ctypes
, openssl, fieldslib, herelib, pipebang, sexplib, ocaml_oasis
}:
buildOcamlJane {
name = "async_ssl";
version = "113.33.07";
hash = "0bhzpnmlx6dy4fli3i7ipjwqbsdi7fq171jrila5dr3ciy3841xs";
propagatedBuildInputs = [ ctypes async comparelib core fieldslib
herelib pipebang sexplib openssl ocaml_oasis ];
meta = with stdenv.lib; {
homepage = "https://github.com/janestreet/async_ssl";
description = "Async wrappers for ssl";
license = licenses.asl20;
maintainers = [ maintainers.ericbmerritt ];
};
}

View file

@ -1234,11 +1234,6 @@ let
then callPackage ../development/ocaml-modules/janestreet/async.nix {}
else async_p4;
async_ssl =
if lib.versionOlder "4.03" ocaml.version
then janeStreet.async_ssl
else callPackage ../development/ocaml-modules/janestreet/async_ssl.nix { };
# Apps / from all-packages
ocamlnat = callPackage ../development/ocaml-modules/ocamlnat { };