We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c048d74 commit 49ed1f1Copy full SHA for 49ed1f1
lua-resty-rsa-1.1.1-1.rockspec
@@ -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