ocaml-async_ssl: 112.24.03 -> 113.33.07

This commit is contained in:
Matthew Maurer 2017-03-24 19:34:02 -04:00 committed by Vincent Laporte
parent 24c616c4b6
commit 401c284af0
3 changed files with 18 additions and 27 deletions

View file

@ -1,25 +0,0 @@
{stdenv, buildOcaml, fetchurl, async_p4, comparelib, core_p4, ctypes, openssl,
fieldslib_p4, herelib, pa_bench, pa_ounit, pipebang, pa_test, sexplib_p4}:
buildOcaml rec {
name = "async_ssl";
version = "112.24.03";
minimumSupportedOcamlVersion = "4.02";
src = fetchurl {
url = "https://github.com/janestreet/async_ssl/archive/${version}.tar.gz";
sha256 = "1b0bea92142eef11da6bf649bbe229bd4b8d9cc807303d8142406908c0d28c68";
};
buildInputs = [ pa_bench pa_test ];
propagatedBuildInputs = [ ctypes async_p4 comparelib core_p4 fieldslib_p4 pa_ounit
herelib pipebang sexplib_p4 openssl ];
meta = with stdenv.lib; {
homepage = https://github.com/janestreet/async_ssl;
description = "Async wrappers for ssl";
license = licenses.asl20;
maintainers = [ maintainers.ericbmerritt ];
};
}

View file

@ -0,0 +1,16 @@
{stdenv, buildOcamlJane, fetchurl, async, comparelib, core, ctypes, openssl,
fieldslib, herelib, pipebang, sexplib, ocaml_oasis}:
buildOcamlJane rec {
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

@ -36,8 +36,6 @@ let
async_shell = callPackage ../development/ocaml-modules/async_shell { };
async_ssl = callPackage ../development/ocaml-modules/async_ssl { };
async_unix_p4 = callPackage ../development/ocaml-modules/async_unix { };
async_p4 =
@ -767,6 +765,8 @@ let
then callPackage ../development/ocaml-modules/janestreet/async.nix {}
else async_p4;
async_ssl = callPackage ../development/ocaml-modules/janestreet/async_ssl.nix { };
# Apps / from all-packages
wyrd = callPackage ../tools/misc/wyrd { };