mirror of
https://github.com/TangentFoxy/lua-htmlparser.git
synced 2025-07-28 11:02:18 +00:00
Making parser to work with Lua5.1 (goto calls replaced with repeat-until-true loop)
Signed-off-by: Vadim A. Misbakh-Soloviov <git@mva.name>
This commit is contained in:
@@ -13,7 +13,7 @@ description = {
|
||||
license = "LGPL+"
|
||||
}
|
||||
dependencies = {
|
||||
"lua >= 5.2"
|
||||
"lua >= 5.1"
|
||||
}
|
||||
build = {
|
||||
type = "builtin",
|
||||
|
Reference in New Issue
Block a user