package = "lume"
version = "2.3.0-1"
source = {
   url = "https://github.com/rxi/lume/archive/v2.3.0.zip",
   dir = "lume-2.3.0"
}
description = {
   summary = "Lua functions geared towards gamedev",
   detailed = "A collection of functions for Lua, geared towards game development.",
   homepage = "https://github.com/rxi/lume",
   license = "MIT"
}
dependencies = {
   "lua >= 5.1, < 5.5"
}
build = {
   type = "builtin",
   modules = {
      lume = "lume.lua"
   }
}
