File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed
Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change 1+ package = " lua-resty-saml"
2+ version = " 0.1.1-0"
3+ source = {
4+ url = " git://github.com/api7/lua-resty-saml" ,
5+ tag = " v0.1.1"
6+ }
7+
8+ description = {
9+ summary = " SAML 2.0 auth lib for Nginx + Lua" ,
10+ homepage = " https://github.com/api7/lua-resty-saml" ,
11+ license = " Apache License 2.0" ,
12+ }
13+
14+ dependencies = {
15+ " api7-lua-resty-http = 0.2.0" ,
16+ " lua-resty-jit-uuid = 0.0.7" ,
17+ " lua-resty-cookie = 0.1.0" ,
18+ }
19+
20+ build = {
21+ type = " make" ,
22+ build_variables = {
23+ CFLAGS = " $(CFLAGS)" ,
24+ LIBFLAG = " $(LIBFLAG)" ,
25+ LUA_LIBDIR = " $(LUA_LIBDIR)" ,
26+ LUA_BINDIR = " $(LUA_BINDIR)" ,
27+ LUA_INCDIR = " $(LUA_INCDIR)" ,
28+ LUA = " $(LUA)" ,
29+ },
30+ install_variables = {
31+ INST_PREFIX = " $(PREFIX)" ,
32+ INST_BINDIR = " $(BINDIR)" ,
33+ INST_LIBDIR = " $(LIBDIR)" ,
34+ INST_LUADIR = " $(LUADIR)" ,
35+ INST_CONFDIR = " $(CONFDIR)" ,
36+ },
37+ }
You can’t perform that action at this time.
0 commit comments