ocaml-async_ssl: 112.24.03 -> 113.33.07

This commit is contained in:
Matthew Maurer
2017-03-30 01:02:51 +00:00
committed by Vincent Laporte
parent 24c616c4b6
commit 401c284af0
3 changed files with 18 additions and 27 deletions
@@ -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 ];
};
}