Skip to content

Commit

Permalink
put to luarocks
Browse files Browse the repository at this point in the history
  • Loading branch information
wlingze committed Dec 13, 2020
1 parent 960f290 commit b58f69d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions icecream-lua-1.0-1.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
package = "icecream-lua"
version = "1.0-1"
source = {
url = "git+ssh://[email protected]/wlingze/iccream-lua.git"
}
description = {
summary = "Never use print() to debug again. (lua)",
homepage = "https://github.com/wlingze/icecream-lua",
license = "unlicense"
}
build = {
type = "builtin",
modules = {
icecream = "src/icecream.lua"
}
}

0 comments on commit b58f69d

Please sign in to comment.