package = "logger"
version = "1.0-1"

source = {
   url = "git+https://github.com/Vbexc/LuaLog",
   tag = "v1.1.1"
}

description = {
   summary = "A simple logging module for Lua",
   detailed = "Lightweight logger for Lua projects.",
   homepage = "https://github.com/Vbexc/LuaLog",
   license = "MIT"
}

build = {
   type = "builtin",
   modules = {
      logger = "logger.lua"
   }
}