You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
347 B
Lua
13 lines
347 B
Lua
3 years ago
|
return {
|
||
|
name = "luvit/secure-socket",
|
||
|
version = "1.2.3",
|
||
|
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" }
|
||
|
}
|