You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

28 lines
765 B

opam-version: "2.0"
version: "1.1.2"
homepage: "https://github.com/aantron/lwt_ssl"
doc: "https://github.com/aantron/lwt_ssl/blob/master/src/lwt_ssl.mli"
bug-reports: "https://github.com/aantron/lwt_ssl/issues"
license: "LGPL with OpenSSL linking exception"
authors: [
"Jérôme Vouillon"
"Jérémie Dimino"
]
maintainer: "Anton Bachin <antonbachin@yahoo.com>"
dev-repo: "git+https://github.com/aantron/lwt_ssl.git"
depends: [
"ocaml"
"base-unix"
"jbuilder" {build & >= "1.0+beta10"}
"lwt" {>= "3.0.0"}
"ssl" {>= "0.5.0"}
]
build: [
["jbuilder" "build" "-p" name "-j" jobs]
]
synopsis: "OpenSSL binding with concurrent I/O"
url {
src: "https://github.com/aantron/lwt_ssl/archive/1.1.2.tar.gz"
checksum: "md5=d239353b1e7c6e3fd4192c71a3b25ce2"
}