This commit is contained in:
Benjamin Kyd
2019-04-09 20:55:44 +01:00
parent 7dce6cab72
commit 6761ddab08
93 changed files with 14575 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
return {
name = "luvit/secure-socket",
version = "1.2.2",
homepage = "https://github.com/luvit/luvit/blob/master/deps/secure-socket",
description = "Wrapper for luv streams to apply ssl/tls",
dependencies = {
"luvit/resource@2.1.0"
},
tags = {"ssl", "socket","tls"},
license = "Apache 2",
author = { name = "Tim Caswell" }
}