File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 1+ package = " lua-resty-nats-next"
2+ version = " 0.1.0-0"
3+ source = {
4+ url = " git+https://github.com/bzp2010/lua-resty-nats-next" ,
5+ tag = " v0.1.0"
6+ }
7+ description = {
8+ homepage = " https://github.com/bzp2010/lua-resty-nats-next" ,
9+ license = " Apache License 2.0"
10+ }
11+ build = {
12+ type = " builtin" ,
13+ modules = {
14+ [" resty.nats.auth" ] = " lib/resty/nats/auth.lua" ,
15+ [" resty.nats.client" ] = " lib/resty/nats/client.lua" ,
16+ [" resty.nats.common" ] = " lib/resty/nats/common.lua" ,
17+ [" resty.nats.protocols.connect" ] = " lib/resty/nats/protocols/connect.lua" ,
18+ [" resty.nats.protocols.err" ] = " lib/resty/nats/protocols/err.lua" ,
19+ [" resty.nats.protocols.hmsg" ] = " lib/resty/nats/protocols/hmsg.lua" ,
20+ [" resty.nats.protocols.info" ] = " lib/resty/nats/protocols/info.lua" ,
21+ [" resty.nats.protocols.msg" ] = " lib/resty/nats/protocols/msg.lua" ,
22+ [" resty.nats.protocols.parser" ] = " lib/resty/nats/protocols/parser.lua" ,
23+ [" resty.nats.protocols.pub" ] = " lib/resty/nats/protocols/pub.lua" ,
24+ [" resty.nats.protocols.sub" ] = " lib/resty/nats/protocols/sub.lua" ,
25+ [" resty.nats.protocols.unsub" ] = " lib/resty/nats/protocols/unsub.lua" ,
26+ }
27+ }
You can’t perform that action at this time.
0 commit comments