summaryrefslogtreecommitdiff
path: root/Data/DefaultContent/Libraries/inspect/rockspecs
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-11-15 11:54:17 +0800
committerchai <chaifix@163.com>2021-11-15 11:54:17 +0800
commit30f2f46474bf4eda5f10d4c64a07cde01d469f66 (patch)
tree6ff2ed3262037b3c9bae2d2b9059a1d65773f31c /Data/DefaultContent/Libraries/inspect/rockspecs
parent4c36bed53fe63ae6056730b3ecad2573f03d88f8 (diff)
*rename DefaultContent -> BuiltIn
Diffstat (limited to 'Data/DefaultContent/Libraries/inspect/rockspecs')
-rw-r--r--Data/DefaultContent/Libraries/inspect/rockspecs/inspect-1.2-2.rockspec23
-rw-r--r--Data/DefaultContent/Libraries/inspect/rockspecs/inspect-2.0-1.rockspec23
-rw-r--r--Data/DefaultContent/Libraries/inspect/rockspecs/inspect-3.0-1.rockspec23
-rw-r--r--Data/DefaultContent/Libraries/inspect/rockspecs/inspect-3.0-2.rockspec23
-rw-r--r--Data/DefaultContent/Libraries/inspect/rockspecs/inspect-3.0-3.rockspec23
-rw-r--r--Data/DefaultContent/Libraries/inspect/rockspecs/inspect-3.0-4.rockspec23
-rw-r--r--Data/DefaultContent/Libraries/inspect/rockspecs/inspect-3.1.1-0.rockspec23
7 files changed, 0 insertions, 161 deletions
diff --git a/Data/DefaultContent/Libraries/inspect/rockspecs/inspect-1.2-2.rockspec b/Data/DefaultContent/Libraries/inspect/rockspecs/inspect-1.2-2.rockspec
deleted file mode 100644
index b683143..0000000
--- a/Data/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"
- }
-}
diff --git a/Data/DefaultContent/Libraries/inspect/rockspecs/inspect-2.0-1.rockspec b/Data/DefaultContent/Libraries/inspect/rockspecs/inspect-2.0-1.rockspec
deleted file mode 100644
index 286bbd5..0000000
--- a/Data/DefaultContent/Libraries/inspect/rockspecs/inspect-2.0-1.rockspec
+++ /dev/null
@@ -1,23 +0,0 @@
-package = "inspect"
-version = "2.0-1"
-source = {
- url = "https://github.com/kikito/inspect.lua/archive/v2.0.0.tar.gz",
- dir = "inspect.lua-2.0.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"
- }
-}
diff --git a/Data/DefaultContent/Libraries/inspect/rockspecs/inspect-3.0-1.rockspec b/Data/DefaultContent/Libraries/inspect/rockspecs/inspect-3.0-1.rockspec
deleted file mode 100644
index 387d450..0000000
--- a/Data/DefaultContent/Libraries/inspect/rockspecs/inspect-3.0-1.rockspec
+++ /dev/null
@@ -1,23 +0,0 @@
-package = "inspect"
-version = "3.0-1"
-source = {
- url = "https://github.com/kikito/inspect.lua/archive/v3.0.0.tar.gz",
- dir = "inspect.lua-3.0.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 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"
- }
-}
diff --git a/Data/DefaultContent/Libraries/inspect/rockspecs/inspect-3.0-2.rockspec b/Data/DefaultContent/Libraries/inspect/rockspecs/inspect-3.0-2.rockspec
deleted file mode 100644
index b22ec9c..0000000
--- a/Data/DefaultContent/Libraries/inspect/rockspecs/inspect-3.0-2.rockspec
+++ /dev/null
@@ -1,23 +0,0 @@
-package = "inspect"
-version = "3.0-2"
-source = {
- url = "https://github.com/kikito/inspect.lua/archive/v3.0.1.tar.gz",
- dir = "inspect.lua-3.0.1"
-}
-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"
- }
-}
diff --git a/Data/DefaultContent/Libraries/inspect/rockspecs/inspect-3.0-3.rockspec b/Data/DefaultContent/Libraries/inspect/rockspecs/inspect-3.0-3.rockspec
deleted file mode 100644
index 9e07b01..0000000
--- a/Data/DefaultContent/Libraries/inspect/rockspecs/inspect-3.0-3.rockspec
+++ /dev/null
@@ -1,23 +0,0 @@
-package = "inspect"
-version = "3.0-3"
-source = {
- url = "https://github.com/kikito/inspect.lua/archive/v3.0.2.tar.gz",
- dir = "inspect.lua-3.0.2"
-}
-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"
- }
-}
diff --git a/Data/DefaultContent/Libraries/inspect/rockspecs/inspect-3.0-4.rockspec b/Data/DefaultContent/Libraries/inspect/rockspecs/inspect-3.0-4.rockspec
deleted file mode 100644
index 56f3d48..0000000
--- a/Data/DefaultContent/Libraries/inspect/rockspecs/inspect-3.0-4.rockspec
+++ /dev/null
@@ -1,23 +0,0 @@
-package = "inspect"
-version = "3.0-4"
-source = {
- url = "https://github.com/kikito/inspect.lua/archive/v3.0.3.tar.gz",
- dir = "inspect.lua-3.0.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"
- }
-}
diff --git a/Data/DefaultContent/Libraries/inspect/rockspecs/inspect-3.1.1-0.rockspec b/Data/DefaultContent/Libraries/inspect/rockspecs/inspect-3.1.1-0.rockspec
deleted file mode 100644
index 740b644..0000000
--- a/Data/DefaultContent/Libraries/inspect/rockspecs/inspect-3.1.1-0.rockspec
+++ /dev/null
@@ -1,23 +0,0 @@
-package = "inspect"
-version = "3.1.1-0"
-source = {
- url = "https://github.com/kikito/inspect.lua/archive/v3.1.1.tar.gz",
- dir = "inspect.lua-3.1.1"
-}
-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"
- }
-}