opam-version: "2.0" synopsis: "OpenSSL binding with concurrent I/O" license: "LGPL with OpenSSL linking exception" homepage: "https://github.com/ocsigen/lwt_ssl" doc: "https://github.com/ocsigen/lwt_ssl/blob/master/src/lwt_ssl.mli" bug-reports: "https://github.com/ocsigen/lwt_ssl/issues" authors: [ "Jérôme Vouillon" "Jérémie Dimino" ] maintainer: "Anton Bachin " dev-repo: "git+https://github.com/ocsigen/lwt_ssl.git" depends: [ "base-unix" "dune" "lwt" {>= "3.0.0"} "ocaml" "ssl" {>= "0.5.0"} ] build: [ ["dune" "build" "-p" name "-j" jobs] ] url { src: "https://github.com/ocsigen/lwt_ssl/archive/1.1.3.tar.gz" checksum: [ "sha256=775259c22c98658296148169c2f703933dd2899ac86a1266b3c718455c9cbd37" "md5=b18414b2ef71ededa07666dfc467f10a" ] }