opam-version: "2.0" maintainer: [ "Anton Bachin " "Mauricio Fernandez " "Simon Cruanes " ] authors: [ "Jérôme Vouillon" "Jérémie Dimino" ] homepage: "https://github.com/ocsigen/lwt" doc: "https://ocsigen.org/lwt/manual/" dev-repo: "git+https://github.com/ocsigen/lwt.git" bug-reports: "https://github.com/ocsigen/lwt/issues" license: "LGPL with OpenSSL linking exception" build: [ ["jbuilder" "build" "-p" name "-j" jobs] ["jbuilder" "runtest" "-p" name] {with-test} ] depends: [ "ocaml" "base-unix" "jbuilder" {>= "1.0+beta10"} "lwt" {>= "3.0.0"} "ssl" {>= "0.5.0"} ] synopsis: "Lwt-friendly OpenSSL bindings" url { src: "https://github.com/ocsigen/lwt/archive/lwt_ssl-1.1.1.tar.gz" checksum: [ "sha256=6d7ef5497a3fe2b6519c79907e242a1cdf1bb7351cc7cda8d3aa01f0008e210e" "md5=8e19fab3f53abd809806b842f4ba1003" ] }