package = "lusty" version = "0.8-1" source = { url = "https://github.com/Olivine-Labs/lusty/archive/v0.8.tar.gz", dir = "lusty-0.8" } description = { summary = "Lua web framework.", detailed = [[ An event-based web framework built for speed. ]], homepage = "http://olivinelabs.com/lusty/", license = "MIT " } dependencies = { "lua >= 5.1", "busted >= 1.7-1", "mediator_lua >= 1.1-2" } build = { type = "builtin", modules = { ["lusty.init"] = "lusty/init.lua", ["lusty.util"] = "lusty/util.lua" } }