Skip to content

Commit

Permalink
add rainbowlog rockspec
Browse files Browse the repository at this point in the history
  • Loading branch information
cdluminate committed Jan 13, 2017
1 parent a052874 commit a2e3101
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions rainbowlog-1.0-0.rockspec
@@ -0,0 +1,23 @@
package = "rainbowlog"
version = "1.0-0"

source = {
url = "git://github.com/cdluminate/torch-rainbowlog",
tag = "master",
}

description = {
summary = "Colorful screen logging helper for Lua.",
detailed = [[ Colorful screen logging helper for Lua. ]],
homepage = "https://github.com/cdluminate/torch-rainbowlog",
license = "MIT"
}

dependencies = { }

build = {
type = "builtin",
modules = {
['rainbowlog.init'] = 'init.lua',
}
}

0 comments on commit a2e3101

Please sign in to comment.