manoelcampos / xml2lua

XML Parser written entirely in Lua that works for Lua 5.1+. Convert XML to and from Lua Tables 🌖💱
MIT License
290 stars 74 forks source link

luarocks package build fail on 5.4 lua version #49

Closed zhiburt closed 4 years ago

zhiburt commented 4 years ago

Hey @manoelcampos it seems like the package may be updated?

sudo luarocks install --check-lua-versions xml2lua
xml2lua not found for Lua 5.4.
Checking if available for other Lua versions...
Checking for Lua 5.1...
Checking for Lua 5.2...
Checking for Lua 5.3...

Error: No results matching query were found for Lua 5.4.
xml2lua supports only Lua 5.1 and Lua 5.2 and Lua 5.3 but not Lua 5.4.

Thanks for the library.

manoelcampos commented 4 years ago

Thanks for reporting. Just fixed it. Check the new v1.4-2 version.

humbertoperez-kr commented 1 year ago

what is the resolution? what command I need to apply? please be more specific

manoelcampos commented 1 year ago

You just need to use the latest version.

humbertoperez-kr commented 1 year ago

would you mind to tech me how?

In the whole internet there is not correct information, I have a MacOS system

manoelcampos commented 1 year ago

You just have to follow the installation instructions at the README to download the latest version:

luarocks install xml2lua