this repo has no description
1opam-version: "2.0" 2 3synopsis: "OpenSSL binding with concurrent I/O" 4license: "LGPL with OpenSSL linking exception" 5homepage: "https://github.com/ocsigen/lwt_ssl" 6doc: "https://github.com/ocsigen/lwt_ssl/blob/master/src/lwt_ssl.mli" 7bug-reports: "https://github.com/ocsigen/lwt_ssl/issues" 8 9authors: [ 10 "Jérôme Vouillon" 11 "Jérémie Dimino" 12] 13maintainer: "Anton Bachin <antonbachin@yahoo.com>" 14dev-repo: "git+https://github.com/ocsigen/lwt_ssl.git" 15 16depends: [ 17 "base-unix" 18 "dune" 19 "lwt" {>= "3.0.0"} 20 "ocaml" 21 "ssl" {>= "0.5.13"} 22] 23 24build: [ 25 ["dune" "build" "-p" name "-j" jobs] 26] 27url { 28 src: 29 "https://github.com/ocsigen/lwt_ssl/releases/download/1.2.0/lwt_ssl-1.2.0.tbz" 30 checksum: [ 31 "sha256=b3020ad27aecf377e1c3f2740a08b36dcbba991f843066511357410548889a77" 32 "sha512=cf2ef7d4db26e40c044e743ce85849a10eb57c916cbd7d6291bf4458291689098293bfb4cd7f1023f3ae8bc8e9a68cb2c7470669501a9b44695659405a75aa00" 33 ] 34} 35x-commit-hash: "d9ea0ab93da68f0d13ed710cc16f80983923f9ba"