package = "xqueue" version = "scm-5" source = { url = "git+https://github.com/moonlibs/xqueue.git", 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" } }