package = "moses" version = "1.3.2-1" source = { url = "https://github.com/Yonaba/Moses/archive/Moses-1.3.2-1.tar.gz", dir = "Moses-Moses-1.3.2-1" } description = { summary = "Utility library for functional programming in Lua", detailed = [[ A utility library provinding handy functions for common programming tasks and support for functional programming. It complements the built-in Lua table library, making easier operations on arrays, lists, collections and objects, through 88 weird, bizarre and odd functions. ]], homepage = "http://yonaba.github.com/Moses/", license = "MIT " } dependencies = { "lua >= 5.1" } build = { type = "builtin", modules = { ["moses"] = "moses.lua", ["moses_min"] = "moses_min.lua", }, copy_directories = {"docs","specs"} }