opam-version: "2.0"
maintainer: "Anton Bachin <antonbachin@yahoo.com>"
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"
install: [
    ["ocamlfind" "install" "lwt_ssl" "src/ssl/META"]
]
remove: [
    ["ocamlfind" "remove" "lwt_ssl"]
]
depends: [
  "ocaml" {< "4.06.0"}
  "lwt" {>= "2.7.0" & < "3.0.0"}
  "ssl" {>= "0.5.0"}
]
synopsis: "Lwt-friendly OpenSSL bindings"
flags: light-uninstall
url {
  src: "https://github.com/ocsigen/lwt/archive/2.7.0.tar.gz"
  checksum: "md5=cee770cf9edbda92578c873e7e4c6105"
}
