File: lwt_ssl.opam

package info (click to toggle)
lwt-ssl 1%3A1.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 140 kB
  • sloc: ml: 185; makefile: 9
file content (28 lines) | stat: -rw-r--r-- 610 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
opam-version: "2.0"

synopsis: "OpenSSL binding with concurrent I/O"

version: "dev"
license: "LGPL with OpenSSL linking exception"
homepage: "https://github.com/ocsigen/lwt_ssl"
doc: "https://github.com/ocsigen/lwt_ssl/blob/master/src/lwt_ssl.mli"
bug-reports: "https://github.com/ocsigen/lwt_ssl/issues"

authors: [
  "Jérôme Vouillon"
  "Jérémie Dimino"
]
maintainer: "Anton Bachin <antonbachin@yahoo.com>"
dev-repo: "git+https://github.com/ocsigen/lwt_ssl.git"

depends: [
  "base-unix"
  "dune"
  "lwt" {>= "3.0.0"}
  "ocaml"
  "ssl" {>= "0.5.13"}
]

build: [
  ["dune" "build" "-p" name "-j" jobs]
]