rockspec_format = "3.0" package = "luabench" version = "0.2.0-1" source = { url = "git+https://github.com/moonlibs/luabench.git", tag = "0.2.0" } description = { summary = "Tool for benchmark testings", detailed = "luabench is cli tool to provide unified interface for benchmark unit-testing", homepage = "https://github.com/moonlibs/luabench", license = "MIT" } dependencies = { "lua ~> 5.1", "tarantool" } build = { type = "builtin", modules = { luabench = "luabench.lua" }, install = { bin = { luabench = "luabench.lua" } } }