opam-version: "1.2"
maintainer: "Anton Bachin <antonbachin@yahoo.com>"
authors: ["Jérôme Vouillon" "Jérémie Dimino"]
homepage: "https://github.com/aantron/lwt_ssl"
bug-reports: "https://github.com/aantron/lwt_ssl/issues"
license: "LGPL with OpenSSL linking exception"
doc: "https://github.com/aantron/lwt_ssl/blob/master/src/lwt_ssl.mli"
dev-repo: "https://github.com/aantron/lwt_ssl.git"
build: ["jbuilder" "build" "-p" name "-j" jobs]
depends: [
  "base-unix"
  "jbuilder" {build & >= "1.0+beta10"}
  "lwt" {>= "3.0.0"}
  "ssl" {>= "0.5.0"}
]
