mirror of
https://github.com/minetest-mods/MoreMesecons.git
synced 2025-07-03 17:00:27 +02:00
Add 'moremesecons_luablock/md5_lua/' from commit 'e8cd75ce397da6dd75ddb37cb07eb31663743223'
git-subtree-dir: moremesecons_luablock/md5_lua git-subtree-mainline:79e856494a
git-subtree-split:e8cd75ce39
This commit is contained in:
21
moremesecons_luablock/md5_lua/rockspecs/md5-1.0-0.rockspec
Normal file
21
moremesecons_luablock/md5_lua/rockspecs/md5-1.0-0.rockspec
Normal file
@ -0,0 +1,21 @@
|
||||
package = "md5"
|
||||
version = "1.0-0"
|
||||
source = {
|
||||
url = "https://github.com/kikito/md5.lua/archive/v1.0.0.tar.gz",
|
||||
dir = "md5.lua-1.0.0"
|
||||
}
|
||||
description = {
|
||||
summary = "MD5 sum in pure Lua, with no C and no external dependencies",
|
||||
detailed = "This pure-Lua module computes md5 in Lua 5.1, Lua 5.2 and LuaJIT, using native bit-manipulation libraries when available, and falling back to table-based manipulation of integers in 5.1",
|
||||
homepage = "https://github.com/kikito/md5.lua",
|
||||
license = "MIT"
|
||||
}
|
||||
dependencies = {
|
||||
"lua >= 5.1"
|
||||
}
|
||||
build = {
|
||||
type = "builtin",
|
||||
modules = {
|
||||
md5 = "md5.lua"
|
||||
}
|
||||
}
|
21
moremesecons_luablock/md5_lua/rockspecs/md5-1.0-1.rockspec
Normal file
21
moremesecons_luablock/md5_lua/rockspecs/md5-1.0-1.rockspec
Normal file
@ -0,0 +1,21 @@
|
||||
package = "md5"
|
||||
version = "1.0-1"
|
||||
source = {
|
||||
url = "https://github.com/kikito/md5.lua/archive/v1.0.1.tar.gz",
|
||||
dir = "md5.lua-1.0.1"
|
||||
}
|
||||
description = {
|
||||
summary = "MD5 sum in pure Lua, with no C and no external dependencies",
|
||||
detailed = "This pure-Lua module computes md5 in Lua 5.1, Lua 5.2 and LuaJIT, using native bit-manipulation libraries when available, and falling back to table-based manipulation of integers in 5.1",
|
||||
homepage = "https://github.com/kikito/md5.lua",
|
||||
license = "MIT"
|
||||
}
|
||||
dependencies = {
|
||||
"lua >= 5.1"
|
||||
}
|
||||
build = {
|
||||
type = "builtin",
|
||||
modules = {
|
||||
md5 = "md5.lua"
|
||||
}
|
||||
}
|
21
moremesecons_luablock/md5_lua/rockspecs/md5-1.0-2.rockspec
Normal file
21
moremesecons_luablock/md5_lua/rockspecs/md5-1.0-2.rockspec
Normal file
@ -0,0 +1,21 @@
|
||||
package = "md5"
|
||||
version = "1.0-2"
|
||||
source = {
|
||||
url = "https://github.com/kikito/md5.lua/archive/v1.0.2.tar.gz",
|
||||
dir = "md5.lua-1.0.2"
|
||||
}
|
||||
description = {
|
||||
summary = "MD5 sum in pure Lua, with no C and no external dependencies",
|
||||
detailed = "This pure-Lua module computes md5 in Lua 5.1, Lua 5.2 and LuaJIT, using native bit-manipulation libraries when available, and falling back to table-based manipulation of integers in 5.1",
|
||||
homepage = "https://github.com/kikito/md5.lua",
|
||||
license = "MIT"
|
||||
}
|
||||
dependencies = {
|
||||
"lua >= 5.1"
|
||||
}
|
||||
build = {
|
||||
type = "builtin",
|
||||
modules = {
|
||||
md5 = "md5.lua"
|
||||
}
|
||||
}
|
21
moremesecons_luablock/md5_lua/rockspecs/md5-1.1-0.rockspec
Normal file
21
moremesecons_luablock/md5_lua/rockspecs/md5-1.1-0.rockspec
Normal file
@ -0,0 +1,21 @@
|
||||
package = "md5"
|
||||
version = "1.1-0"
|
||||
source = {
|
||||
url = "https://github.com/kikito/md5.lua/archive/v1.1.0.tar.gz",
|
||||
dir = "md5.lua-1.1.0"
|
||||
}
|
||||
description = {
|
||||
summary = "MD5 sum in pure Lua, with no C and no external dependencies",
|
||||
detailed = "This pure-Lua module computes md5 in Lua 5.1, Lua 5.2 and LuaJIT, using native bit-manipulation libraries when available, and falling back to table-based manipulation of integers in 5.1",
|
||||
homepage = "https://github.com/kikito/md5.lua",
|
||||
license = "MIT"
|
||||
}
|
||||
dependencies = {
|
||||
"lua >= 5.1"
|
||||
}
|
||||
build = {
|
||||
type = "builtin",
|
||||
modules = {
|
||||
md5 = "md5.lua"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user