forked from Olivine-Labs/resty-mongol
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresty-mongol-0.8-4.rockspec
More file actions
33 lines (33 loc) · 986 Bytes
/
resty-mongol-0.8-4.rockspec
File metadata and controls
33 lines (33 loc) · 986 Bytes
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
32
33
package = "resty-mongol"
version = "0.8-4"
source = {
url = "https://github.com/Olivine-Labs/resty-mongol/archive/v0.8.tar.gz",
dir = "resty-mongol-0.8"
}
description = {
summary = "Mongo driver for openresty.",
detailed = [[
]],
homepage = "",
license = "MIT <http://opensource.org/licenses/MIT>"
}
dependencies = {
"lua >= 5.1",
"luacrypto >= 0.3.2"
}
build = {
type = "builtin",
modules = {
["resty-mongol.init"] = "src/init.lua",
["resty-mongol.colmt"] = "src/colmt.lua",
["resty-mongol.cursor"] = "src/cursor.lua",
["resty-mongol.dbmt"] = "src/dbmt.lua",
["resty-mongol.get"] = "src/get.lua",
["resty-mongol.gridfs"] = "src/gridfs.lua",
["resty-mongol.gridfs_file"]= "src/gridfs_file.lua",
["resty-mongol.ll"] = "src/ll.lua",
["resty-mongol.misc"] = "src/misc.lua",
["resty-mongol.object_id"] = "src/object_id.lua",
["resty-mongol.bson"] = "src/bson.lua",
}
}