this repo has no description
1opam-version: "2.0"
2maintainer: [
3 "Anton Bachin <antonbachin@yahoo.com>"
4 "Mauricio Fernandez <mfp@acm.org>"
5 "Simon Cruanes <simon.cruanes.2007@m4x.org>"
6]
7authors: [
8 "Jérôme Vouillon"
9 "Jérémie Dimino"
10]
11homepage: "https://github.com/ocsigen/lwt"
12doc: "https://ocsigen.org/lwt/manual/"
13dev-repo: "git+https://github.com/ocsigen/lwt.git"
14bug-reports: "https://github.com/ocsigen/lwt/issues"
15license: "LGPL with OpenSSL linking exception"
16
17build: [
18 ["jbuilder" "build" "-p" name "-j" jobs]
19 ["jbuilder" "runtest" "-p" name] {with-test}
20]
21depends: [
22 "ocaml"
23 "base-unix"
24 "jbuilder" {>= "1.0+beta10"}
25 "lwt" {>= "3.0.0"}
26 "ssl" {>= "0.5.0"}
27]
28synopsis: "Lwt-friendly OpenSSL bindings"
29url {
30 src: "https://github.com/ocsigen/lwt/archive/lwt_ssl-1.1.1.tar.gz"
31 checksum: [
32 "sha256=6d7ef5497a3fe2b6519c79907e242a1cdf1bb7351cc7cda8d3aa01f0008e210e"
33 "md5=8e19fab3f53abd809806b842f4ba1003"
34 ]
35}