1 { lib, fetchzip, buildDunePackage, ssl, lwt }:
7 minimumOCamlVersion = "4.02";
11 url = "https://github.com/aantron/${pname}/archive/${version}.tar.gz";
12 sha256 = "0v417ch5zn0yknj156awa5mrq3mal08pbrvsyribbn63ix6f9y3p";
15 propagatedBuildInputs = [ ssl lwt ];
18 homepage = "https://github.com/aantron/lwt_ssl";
19 description = "OpenSSL binding with concurrent I/O";
20 license = lib.licenses.lgpl21;
21 maintainers = [ lib.maintainers.vbgl ];