this repo has no description
1opam-version: "2.0" 2homepage: "https://github.com/aantron/lwt_ssl" 3doc: "https://github.com/aantron/lwt_ssl/blob/master/src/lwt_ssl.mli" 4bug-reports: "https://github.com/aantron/lwt_ssl/issues" 5license: "LGPL with OpenSSL linking exception" 6 7authors: [ 8 "Jérôme Vouillon" 9 "Jérémie Dimino" 10] 11maintainer: "Anton Bachin <antonbachin@yahoo.com>" 12dev-repo: "git+https://github.com/aantron/lwt_ssl.git" 13depends: [ 14 "ocaml" 15 "base-unix" 16 "jbuilder" {>= "1.0+beta10"} 17 "lwt" {>= "3.0.0"} 18 "ssl" {>= "0.5.0"} 19] 20build: [ 21 ["jbuilder" "build" "-p" name "-j" jobs] 22] 23synopsis: "OpenSSL binding with concurrent I/O" 24url { 25 src: "https://github.com/aantron/lwt_ssl/archive/1.1.2.tar.gz" 26 checksum: [ 27 "sha256=09e08a961736ffc5558d15043dff482344dfc9f3e66c326b4eb63dadb1fb13ff" 28 "md5=d239353b1e7c6e3fd4192c71a3b25ce2" 29 ] 30}