Skip to content

Commit

Permalink
(chore) add 3.1.3 rockspec
Browse files Browse the repository at this point in the history
  • Loading branch information
kikito committed Mar 29, 2022
1 parent 691eea1 commit 9c8a68d
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions rockspecs/inspect-3.1.3-0.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
package = "inspect"
version = "3.1.3-0"
source = {
url = "https://github.com/kikito/inspect.lua/archive/v3.1.3.tar.gz",
dir = "inspect.lua-3.1.3"
}
description = {
summary = "Lua table visualizer, ideal for debugging",
detailed = [[
inspect will print out your lua tables nicely so you can debug your programs quickly. It sorts keys by type and name and handles recursive tables properly.
]],
homepage = "https://github.com/kikito/inspect.lua",
license = "MIT <http://opensource.org/licenses/MIT>"
}
dependencies = {
"lua >= 5.1"
}
build = {
type = "builtin",
modules = {
inspect = "inspect.lua"
}
}

0 comments on commit 9c8a68d

Please sign in to comment.