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