package = "xqueue" version = "5.0.0-1" source = { url = "git+https://github.com/moonlibs/xqueue.git", tag = "5.0.0", branch = "master" } description = { summary = "Package for loading external lua config", homepage = "https://github.com/moonlibs/xqueue.git", license = "BSD" } dependencies = { "lua ~> 5.1" } build = { type = "builtin", modules = { xqueue = "xqueue.lua" } }