Skip to content

Commit

Permalink
Pushed rockspec 0.3-0
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonaba committed Jan 9, 2013
1 parent 65ad015 commit e85ee08
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions rockspecs/30log-0.3-0.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
package = "30log"
version = "0.3-0"
source = {
url = "https://github.com/Yonaba/30log/archive/30log-0.3-0.tar.gz",
dir = "30log-30log-0.3-0"
}
description = {
summary = "30 lines library for object orientation",
detailed = [[
30log, in extenso "30 Lines Of Goodness" is a minified
30-lines library for object-orientation in Lua.
It features class creation, instantiation, inheritance.
]],
homepage = "http://yonaba.github.com/30log", -- We don't have one yet
license = "MIT <http://www.opensource.org/licenses/mit-license.php>" -- or whatever you like
}
dependencies = {
"lua >= 5.1"
}
build = {
type = "builtin",
modules = {
["30log"] = "30log.lua",
["30logclasscommons"] = "30logclasscommons.lua"
}
}

0 comments on commit e85ee08

Please sign in to comment.