Skip to content

Commit

Permalink
Prepare for 1.6.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonaba committed Apr 27, 2017
1 parent 747ee56 commit 750e186
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions rockspec/moses-1.6.1-1.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
package = "moses"
version = "1.6.1-1"
source = {
url = "https://github.com/Yonaba/Moses/archive/Moses-1.6.1-1.tar.gz",
dir = "Moses-Moses-1.6.1-1"
}
description = {
summary = "Utility-belt library for functional programming in Lua",
detailed = [[
A utility-belt library for functional programming, which complements the built-in
Lua table library, making easier operations on arrays, lists, collections.
]],
homepage = "http://yonaba.github.com/Moses/",
license = "MIT <http://www.opensource.org/licenses/mit-license.php>"
}
dependencies = {
"lua >= 5.1"
}
build = {
type = "builtin",
modules = {
["moses"] = "moses.lua",
["moses_min"] = "moses_min.lua",
},
copy_directories = {"doc","spec"}
}

0 comments on commit 750e186

Please sign in to comment.