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]
]
|