-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhgateway-plugins-dev-1.rockspec
31 lines (31 loc) · 1.12 KB
/
hgateway-plugins-dev-1.rockspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
package = "hgateway-plugins"
version = "dev-1"
source = {
}
description = {
detailed = [[
- [HGateway - 官方插件集](#hgateway---官方插件集)
- [概述](#概述)]],
homepage = "*** please enter a project homepage ***",
license = "*** please specify a license ***"
}
build = {
type = "builtin",
modules = {
["hgplugins.auth.index"] = "hgplugins/auth/index.lua",
["hgplugins.fee.index"] = "hgplugins/fee/index.lua",
["hgplugins.flowcontroll.index"] = "hgplugins/flowcontroll/index.lua",
["hgplugins.id.index"] = "hgplugins/id/index.lua",
["hgplugins.logging.index"] = "hgplugins/logging/index.lua",
["hgplugins.oauth2.index"] = "hgplugins/oauth2/index.lua",
["test.mytest"] = "test/mytest.lua",
["test.oo.ClassA"] = "test/oo/ClassA.lua",
["test.oo.ClassB"] = "test/oo/ClassB.lua",
["test.oo.ootest"] = "test/oo/ootest.lua",
["test.p.p2"] = "test/p/p2.lua",
["test.p1"] = "test/p1.lua",
["test.study"] = "test/study.lua",
["test.study2"] = "test/study2.lua"
}
}