Skip to content

Commit 49ed1f1

Browse files
authored
feat: upload 1.1.1-1 (#59)
Signed-off-by: spacewander <[email protected]>
1 parent c048d74 commit 49ed1f1

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

lua-resty-rsa-1.1.1-1.rockspec

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
package = 'lua-resty-rsa'
2+
version = '1.1.1-1'
3+
source = {
4+
url = 'git+https://github.com/spacewander/lua-resty-rsa.git',
5+
tag = 'v1.1.1'
6+
}
7+
description = {
8+
summary = 'RSA encrypt/decrypt & sign/verify for OpenResty/LuaJIT.',
9+
detailed = [[
10+
This library requires an nginx build
11+
with OpenSSL, the ngx_lua module,
12+
the LuaJIT 2.1.
13+
]],
14+
homepage = 'https://github.com/spacewander/lua-resty-rsa',
15+
license = 'MIT'
16+
}
17+
dependencies = {
18+
'lua >= 5.1'
19+
}
20+
build = {
21+
type = 'builtin',
22+
modules = {
23+
['resty.rsa'] = 'lib/resty/rsa.lua'
24+
}
25+
}

0 commit comments

Comments
 (0)