bunkerweb 1.4.0
This commit is contained in:
36
deps/src/lualogging/rockspecs/lualogging-1.4.0-1.rockspec
vendored
Normal file
36
deps/src/lualogging/rockspecs/lualogging-1.4.0-1.rockspec
vendored
Normal file
@@ -0,0 +1,36 @@
|
||||
package = "lualogging"
|
||||
version = "1.4.0-1"
|
||||
source = {
|
||||
url = "git://github.com/lunarmodules/lualogging.git",
|
||||
branch = "v1.4.0",
|
||||
}
|
||||
description = {
|
||||
summary = "A simple API to use logging features",
|
||||
detailed = [[
|
||||
LuaLogging provides a simple API to use logging features in Lua. Its design was
|
||||
based on log4j. LuaLogging currently supports, through the use of appenders,
|
||||
console, file, rolling file, email, socket and SQL outputs.
|
||||
]],
|
||||
homepage = "https://github.com/lunarmodules/lualogging",
|
||||
license = "MIT/X11",
|
||||
}
|
||||
dependencies = {
|
||||
"luasocket"
|
||||
}
|
||||
build = {
|
||||
type = "none",
|
||||
install = {
|
||||
lua = {
|
||||
['logging'] = "src/logging.lua",
|
||||
['logging.console'] = "src/logging/console.lua",
|
||||
['logging.file'] = "src/logging/file.lua",
|
||||
['logging.rolling_file'] = "src/logging/rolling_file.lua",
|
||||
['logging.email'] = "src/logging/email.lua",
|
||||
['logging.sql'] = "src/logging/sql.lua",
|
||||
['logging.socket'] = "src/logging/socket.lua",
|
||||
}
|
||||
},
|
||||
copy_directories = {
|
||||
"docs",
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user