summaryrefslogtreecommitdiff
path: root/Resources/DefaultContent/Libraries/inspect/rockspecs/inspect-1.2-2.rockspec
diff options
context:
space:
mode:
Diffstat (limited to 'Resources/DefaultContent/Libraries/inspect/rockspecs/inspect-1.2-2.rockspec')
-rw-r--r--Resources/DefaultContent/Libraries/inspect/rockspecs/inspect-1.2-2.rockspec23
1 files changed, 0 insertions, 23 deletions
diff --git a/Resources/DefaultContent/Libraries/inspect/rockspecs/inspect-1.2-2.rockspec b/Resources/DefaultContent/Libraries/inspect/rockspecs/inspect-1.2-2.rockspec
deleted file mode 100644
index b683143..0000000
--- a/Resources/DefaultContent/Libraries/inspect/rockspecs/inspect-1.2-2.rockspec
+++ /dev/null
@@ -1,23 +0,0 @@
-package = "inspect"
-version = "1.2-2"
-source = {
- url = "https://github.com/kikito/inspect.lua/archive/v1.2.0.tar.gz",
- dir = "inspect.lua-1.2.0"
-}
-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, handles data recursion
- ]],
- 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"
- }
-}