summaryrefslogtreecommitdiff
path: root/Resources/DefaultContent/Libraries/lbase64/rockspec/base64-1.5-3.rockspec
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-10-26 11:32:46 +0800
committerchai <chaifix@163.com>2021-10-26 11:32:46 +0800
commit0549b1e5a8a3132005e275d6026db8003cb067d2 (patch)
treef0d7751ec32ecf5c4d23997fa0ffd3450a5a755a /Resources/DefaultContent/Libraries/lbase64/rockspec/base64-1.5-3.rockspec
parent32345800737b668011a87328cd3dcce59ec2934c (diff)
*rename folder
Diffstat (limited to 'Resources/DefaultContent/Libraries/lbase64/rockspec/base64-1.5-3.rockspec')
-rw-r--r--Resources/DefaultContent/Libraries/lbase64/rockspec/base64-1.5-3.rockspec20
1 files changed, 0 insertions, 20 deletions
diff --git a/Resources/DefaultContent/Libraries/lbase64/rockspec/base64-1.5-3.rockspec b/Resources/DefaultContent/Libraries/lbase64/rockspec/base64-1.5-3.rockspec
deleted file mode 100644
index 60706d3..0000000
--- a/Resources/DefaultContent/Libraries/lbase64/rockspec/base64-1.5-3.rockspec
+++ /dev/null
@@ -1,20 +0,0 @@
-package = "base64"
-version = "1.5-3"
-source = {
- url = "git://github.com/iskolbin/lbase64",
- tag = "v1.5.3",
-}
-description = {
- summary = "Pure Lua base64 encoder/decoder",
- detailed = [[
-Pure Lua base64 encoder/decoder. Works with Lua 5.1+ and LuaJIT. Fallbacks to pure Lua bit operations if bit/bit32/native bit operators are not available.]],
- homepage = "https://github.com/iskolbin/lbase64",
- license = "MIT/Public Domain"
-}
-dependencies = {}
-build = {
- type = "builtin",
- modules = {
- base64 = "base64.lua",
- }
-}